Skip to content

Commit

Permalink
Example response updated
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Mar 31, 2018
1 parent f399eb8 commit d6dceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/tests/test_powerstrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, *args, **kwargs):
'power_price': 49,
'voltage': 230,
'elec_leakage': 0,
'power_factor': 1
'power_factor': 0.5,
}
self.return_values = {
'get_prop': self._get_state,
Expand Down

0 comments on commit d6dceba

Please sign in to comment.