Skip to content

Commit

Permalink
Air Purifier V3: Response example updated (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Mar 8, 2018
1 parent 8eb432c commit 5a58e83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions miio/airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def __init__(self, data: Dict[str, Any]) -> None:
'filter1_life': 26, 'f1_hour_used': 2573, 'use_time': None,
'motor1_speed': 0}
{power: 'on', aqi: 18, humidity: None, temp_dec: None,
mode: 'silent', led: 'off', led_b: 10, buzzer: 'on',
child_lock: 'off', bright: 4, favorite_level: None,
filter1_life: 26, f1_hour_used: 2574, use_time: None,
motor1_speed: 648}
{'power': 'on', 'aqi': 18, 'humidity': None, 'temp_dec': None,
'mode': 'silent', 'led': 'off', 'led_b': 10, 'buzzer': 'on',
'child_lock': 'off', 'bright': 4, 'favorite_level': None,
'filter1_life': 26, 'f1_hour_used': 2574, 'use_time': None,
'motor1_speed': 648}
A request is limited to 16 properties.
"""
Expand Down

0 comments on commit 5a58e83

Please sign in to comment.