Skip to content

Commit

Permalink
Fix output formatting for airpurifier off command
Browse files Browse the repository at this point in the history
  • Loading branch information
yawor committed Mar 10, 2018
1 parent 2f497e4 commit 050fe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def on(self):
return self.send("set_power", ["on"])

@command(
format_output("Powering off")
default_output=format_output("Powering off"),
)
def off(self):
"""Power off."""
Expand Down

0 comments on commit 050fe3c

Please sign in to comment.