Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jun 2, 2019
1 parent 110e2ed commit a1dd4e3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions miio/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ def __init__(self, data: Dict[str, Any]) -> None:
{'angle': 120, 'speed': 327, 'poweroff_time': 0, 'power': 'on',
'ac_power': 'on', 'angle_enable': 'off', 'speed_level': 1, 'natural_level': 0,
'child_lock': 'off', 'buzzer': 2, 'led_b': 0, 'use_time': 85}
Response of a Fan (dmaker.fan.p5):
{'power': False, 'mode': 'normal','speed': 35,'roll_enable': False,
'roll_angle': 140, 'time_off': 0, 'light': True, 'beep_sound': False,
'child_lock': False}
"""
self.data = data

Expand Down Expand Up @@ -279,7 +274,7 @@ class FanStatusP5:
def __init__(self, data: Dict[str, Any]) -> None:
"""
Response of a Fan (dmaker.fan.p5):
{'power': False, 'mode': 'normal','speed': 35,'roll_enable': False,
{'power': False, 'mode': 'normal', 'speed': 35, 'roll_enable': False,
'roll_angle': 140, 'time_off': 0, 'light': True, 'beep_sound': False,
'child_lock': False}
"""
Expand Down

0 comments on commit a1dd4e3

Please sign in to comment.