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 161b648 commit c60da06Copy full SHA for c60da06
drivers/SmartThings/matter-lock/src/new-matter-lock/init.lua
@@ -217,6 +217,7 @@ local function match_profile_modular(driver, device)
217
for _, ep_data in ipairs(device.endpoints) do
218
if ep_data.device_types[1].device_type_id == DEVICE_TYPE_ID.DOOR_LOCK then
219
door_lock_ep_data = ep_data
220
+ break
221
end
222
223
for _, cluster in pairs(door_lock_ep_data.clusters) do
0 commit comments