From 931987a36ba045524624b7fd9eebdf770a298d77 Mon Sep 17 00:00:00 2001 From: Xavi Date: Wed, 1 Jul 2020 17:54:52 +0200 Subject: [PATCH] fix(device): fix button mapping of WXCJKG13LMLightController Bottom right button had the wrong action --- apps/controllerx/cx_devices/aqara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/controllerx/cx_devices/aqara.py b/apps/controllerx/cx_devices/aqara.py index 5afa5112..566a8e6c 100644 --- a/apps/controllerx/cx_devices/aqara.py +++ b/apps/controllerx/cx_devices/aqara.py @@ -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, }