Skip to content

Commit 9d4d19a

Browse files
committed
remove early return for testing
1 parent 6cd4fe3 commit 9d4d19a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/SmartThings/matter-switch/src/switch_utils/device_configuration.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ function DeviceConfiguration.match_profile(driver, device)
201201
elseif generic_profile("light-level-colorTemperature") or generic_profile("light-color-level") then
202202
-- ignore attempts to dynamically profile light-level-colorTemperature and light-color-level devices for now, since
203203
-- these may lose fingerprinted Kelvin ranges when dynamically profiled.
204-
return
204+
205+
-- for testing, remove return
205206
end
206207
end
207208

0 commit comments

Comments
 (0)