You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drivers/SmartThings/zigbee-switch/src/color_temp_range_handlers/init.lua
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,13 @@ local function color_temp_min_mireds_handler(driver, device, value, zb_rx)
18
18
device.log.warn_with({hub_logs=true}, string.format("Device reported a color temperature %d mired outside of sane range of %.2f-%.2f", min_mired_bound, COLOR_TEMPERATURE_MIRED_MIN, COLOR_TEMPERATURE_MIRED_MAX))
19
19
return
20
20
end
21
-
print("Setting min mired bound to " ..min_mired_bound)
@@ -46,7 +43,6 @@ local function color_temp_max_mireds_handler(driver, device, value, zb_rx)
46
43
device.log.warn_with({hub_logs=true}, string.format("Device reported a color temperature %d mired outside of sane range of %.2f-%.2f", max_mired_bound, COLOR_TEMPERATURE_MIRED_MIN, COLOR_TEMPERATURE_MIRED_MAX))
47
44
return
48
45
end
49
-
print("Setting max mired bound to " ..max_mired_bound)
0 commit comments