diff --git a/__init__.py b/__init__.py index eb27569..0a856e5 100644 --- a/__init__.py +++ b/__init__.py @@ -31,6 +31,6 @@ def on(self, power=100): self.send(self.onCommand) def off(self): - self.send(self.onCommand) + self.send(self.offCommand)