[hue] support dynamics on "..only" channels (#18261)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/18271/head
parent
d6ef92e12d
commit
40a6334ecd
|
@ -179,7 +179,8 @@ public class HueBindingConstants {
|
|||
|
||||
// channel IDs that (optionally) support dynamics
|
||||
public static final Set<String> DYNAMIC_CHANNELS = Set.of(CHANNEL_2_BRIGHTNESS, CHANNEL_2_COLOR,
|
||||
CHANNEL_2_COLOR_TEMP_PERCENT, CHANNEL_2_COLOR_TEMP_ABSOLUTE, CHANNEL_2_SCENE, CHANNEL_2_EFFECT);
|
||||
CHANNEL_2_COLOR_TEMP_PERCENT, CHANNEL_2_COLOR_TEMP_ABSOLUTE, CHANNEL_2_SCENE, CHANNEL_2_EFFECT,
|
||||
CHANNEL_2_COLOR_XY_ONLY, CHANNEL_2_DIMMING_ONLY);
|
||||
|
||||
/*
|
||||
* Map of API v1 channel IDs against API v2 channel IDs where, if the v1 channel exists in the system, then we
|
||||
|
|
Loading…
Reference in New Issue