Skip to content

Commit

Permalink
Example payload updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 22, 2018
1 parent e5738ce commit 85866b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/airhumidifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def __init__(self, data: Dict[str, Any]) -> None:
"""
Response of a Air Humidifier (zhimi.humidifier.v1):
['power': 'off', 'mode': 'high', 'temp_dec': 294,
'humidity': 33, 'buzzer': 'on', 'led_b': 0 ]
{'power': 'off', 'mode': 'high', 'temp_dec': 294,
'humidity': 33, 'buzzer': 'on', 'led_b': 0}
"""

self.data = data
Expand Down

0 comments on commit 85866b9

Please sign in to comment.