Skip to content

Commit

Permalink
fix(device): fix button mapping of WXCJKG13LMLightController
Browse files Browse the repository at this point in the history
Bottom right button had the wrong action
  • Loading branch information
xaviml committed Jul 1, 2020
1 parent 945a730 commit 931987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/controllerx/cx_devices/aqara.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_z2m_actions_mapping(self) -> TypeActionsMapping:
"button_5_hold": Light.HOLD_COLOR_DOWN,
"button_5_release": Light.RELEASE,
"button_6_single": Light.CLICK_COLOR_UP,
"button_6_double": Light.ON_MIN_COLOR_TEMP,
"button_6_double": Light.ON_FULL_COLOR_TEMP,
"button_6_hold": Light.HOLD_COLOR_UP,
"button_6_release": Light.RELEASE,
}

0 comments on commit 931987a

Please sign in to comment.