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 19, 2017
1 parent 47d59ac commit 44358b7
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 @@ -65,7 +65,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 44358b7

Please sign in to comment.