Skip to content

Commit

Permalink
Example payload updated
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed May 8, 2018
1 parent d7f9f93 commit f32a8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/tests/test_airconditioningcompanion.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class DummyAirConditioningCompanion(AirConditioningCompanion):
def __init__(self, *args, **kwargs):
self.state = ['010500978022222102', '010201190280222221', '2']
self.state = ['010500978022222102', '01020119A280222221', '2']

self.return_values = {
'get_model_and_state': self._get_state,
Expand Down

0 comments on commit f32a8f6

Please sign in to comment.