We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a6fe commit 94f8838Copy full SHA for 94f8838
drivers/SmartThings/matter-switch/src/sub_drivers/ikea_scroll/scroll_utils/fields.lua
@@ -11,7 +11,8 @@ IkeaScrollFields.ENDPOINT_POWER_SOURCE = 0
11
-- Switch Endpoints used for basic press functionality
12
IkeaScrollFields.ENDPOINTS_PRESS = {3, 6, 9}
13
14
--- Required Events for the ENDPOINTS_PRESS. Ignore InitialPress since this slows handling.
+-- Required Events for the ENDPOINTS_PRESS. Remove the default subscription to
15
+-- InitialPress since this is a MultiPress device and InitialPress will be ignored.
16
IkeaScrollFields.switch_press_subscribed_events = {
17
clusters.Switch.events.MultiPressComplete.ID,
18
clusters.Switch.events.LongPress.ID,
0 commit comments