Skip to content

Commit 94f8838

Browse files
committed
update comment
1 parent 225a6fe commit 94f8838

File tree

1 file changed

+2
-1
lines changed
  • drivers/SmartThings/matter-switch/src/sub_drivers/ikea_scroll/scroll_utils

1 file changed

+2
-1
lines changed

drivers/SmartThings/matter-switch/src/sub_drivers/ikea_scroll/scroll_utils/fields.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ IkeaScrollFields.ENDPOINT_POWER_SOURCE = 0
1111
-- Switch Endpoints used for basic press functionality
1212
IkeaScrollFields.ENDPOINTS_PRESS = {3, 6, 9}
1313

14-
-- Required Events for the ENDPOINTS_PRESS. Ignore InitialPress since this slows handling.
14+
-- Required Events for the ENDPOINTS_PRESS. Remove the default subscription to
15+
-- InitialPress since this is a MultiPress device and InitialPress will be ignored.
1516
IkeaScrollFields.switch_press_subscribed_events = {
1617
clusters.Switch.events.MultiPressComplete.ID,
1718
clusters.Switch.events.LongPress.ID,

0 commit comments

Comments
 (0)