Skip to content

Commit

Permalink
Fixture updated. Missing property ("mode") added.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 19, 2017
1 parent 1c09337 commit 537b655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/tests/test_powerstrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class DummyPowerStrip(DummyDevice, PowerStrip):
def __init__(self, *args, **kwargs):
self.state = {
'power': 'on',
'mode': 'normal',
'temperature': 32.5,
'current': 123,
'power_consume_rate': 12.5,
Expand Down

0 comments on commit 537b655

Please sign in to comment.