Skip to content

Commit

Permalink
Line too long fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 11, 2017
1 parent 7a955be commit 7da0280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miio/powerstrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class PowerStrip(Device):

def status(self) -> PowerStripStatus:
"""Retrieve properties."""
properties = ['power', 'temperature', 'current', 'mode', 'power_consume_rate']
properties = ['power', 'temperature', 'current', 'mode',
'power_consume_rate']
values = self.send(
"get_prop",
properties
Expand Down

0 comments on commit 7da0280

Please sign in to comment.