I am trying to set a group of lights to a specific colour. I have setup separate groups for the the lights Mode, Bightness, Color temperature and Color Mode. When I am setting up the expression to set All Devices to Mode Color, I can set the expression if($DEVICEVALUE<>2,2,$DEVICEVALUE), which sets the Mode of the lights to color (1 would be white) but I am not having success in creating the expression to set the color. Do I put in the Hex value? if($DEVICEVALUE<>#3578DC,#3578DC,$DEVICEVALUE)? This doesn't seem to work. Anybody know what the expression should look like?