Skip to content

Commit

Permalink
fix(E1743): Stepper.TOGGLE
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Feb 2, 2020
1 parent 7f32444 commit 7e9f7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/controllerx/devices/ikea.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def get_zha_actions_mapping(self):
"move_with_on_off_0_83": (
self.hold,
LightController.ATTRIBUTE_BRIGHTNESS,
Stepper.TOGGLE,
Stepper.UP,
),
"move_1_83": (
self.hold,
Expand Down

0 comments on commit 7e9f7e3

Please sign in to comment.