Skip to content

Commit a8c0180

Browse files
Add Eve MotionBlinds to subdriver
Add Eve vid and pid to subdriver to account for position updates while the shade is in motion.
1 parent 634161b commit a8c0180

File tree

1 file changed

+2
-1
lines changed
  • drivers/SmartThings/matter-window-covering/src/matter-window-covering-position-updates-while-moving

1 file changed

+2
-1
lines changed

drivers/SmartThings/matter-window-covering/src/matter-window-covering-position-updates-while-moving/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ local StateMachineEnum = {
2828
}
2929

3030
local SUB_WINDOW_COVERING_VID_PID = {
31-
{0x10e1, 0x1005} -- VDA
31+
{0x10e1, 0x1005}, -- VDA
32+
{0x130a, 0x0055} -- Eve MotionBlinds
3233
}
3334

3435
local function is_matter_window_covering_position_updates_while_moving(opts, driver, device)

0 commit comments

Comments
 (0)