We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e467351 + 1884c53 commit d773c03Copy full SHA for d773c03
drivers/SmartThings/zigbee-switch/src/init.lua
@@ -84,6 +84,9 @@ local device_init = function(driver, device)
84
if ias_zone_config_method ~= nil then
85
device:set_ias_zone_config_method(ias_zone_config_method)
86
end
87
+ if device.network_type == device_lib.NETWORK_TYPE_ZIGBEE then
88
+ device:set_find_child(find_child)
89
+ end
90
91
92
local function is_mcd_device(device)
0 commit comments