Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Feb 17, 2019
1 parent 1648dc7 commit 3dec40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/tests/test_philips_moonlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self, *args, **kwargs):
'set_cct': lambda x: self._set_state("cct", x),
'set_rgb': lambda x: self._set_state("rgb", [rgb_to_int(x)]),
'apply_fixed_scene': lambda x: self._set_state("snm", x),
'go_night': lambda x: self._set_state("snm", [6]),
'set_bricct': lambda x: (
self._set_state('bri', [x[0]]),
self._set_state('cct', [x[1]]),
Expand Down

0 comments on commit 3dec40a

Please sign in to comment.