Skip to content

Commit 6cd4fe3

Browse files
committed
fix things
1 parent dd29afd commit 6cd4fe3

File tree

1 file changed

+0
-1
lines changed
  • drivers/SmartThings/matter-switch/src/sub_drivers/ikea_scroll/scroll_handlers

1 file changed

+0
-1
lines changed

drivers/SmartThings/matter-switch/src/sub_drivers/ikea_scroll/scroll_handlers/event_handlers.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ local function rotate_amount_event_helper(device, endpoint_id, num_presses_to_ha
1616
device:emit_event_for_endpoint(endpoint_id, capabilities.knob.rotateAmount(scroll_amount, {state_change = true}))
1717
end
1818

19-
-- Used by ENDPOINTS_UP_SCROLL and ENDPOINTS_DOWN_SCROLL, not ENDPOINTS_PUSH
2019
function IkeaScrollEventHandlers.initial_press_handler(driver, device, ib, response)
2120
-- use the generic handler logic for the push endpoints. Else, use custom logic.
2221
if switch_utils.tbl_contains(ib.endpoint_id, scroll_fields.ENDPOINTS_PUSH) then

0 commit comments

Comments
 (0)