Skip to content

Commit 40a6334

Browse files
authored
[hue] support dynamics on "..only" channels (openhab#18261)
Signed-off-by: Andrew Fiddian-Green <[email protected]>
1 parent d6ef92e commit 40a6334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundles/org.openhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/HueBindingConstants.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ public class HueBindingConstants {
179179

180180
// channel IDs that (optionally) support dynamics
181181
public static final Set<String> DYNAMIC_CHANNELS = Set.of(CHANNEL_2_BRIGHTNESS, CHANNEL_2_COLOR,
182-
CHANNEL_2_COLOR_TEMP_PERCENT, CHANNEL_2_COLOR_TEMP_ABSOLUTE, CHANNEL_2_SCENE, CHANNEL_2_EFFECT);
182+
CHANNEL_2_COLOR_TEMP_PERCENT, CHANNEL_2_COLOR_TEMP_ABSOLUTE, CHANNEL_2_SCENE, CHANNEL_2_EFFECT,
183+
CHANNEL_2_COLOR_XY_ONLY, CHANNEL_2_DIMMING_ONLY);
183184

184185
/*
185186
* Map of API v1 channel IDs against API v2 channel IDs where, if the v1 channel exists in the system, then we

0 commit comments

Comments
 (0)