Require: IP-Symcon >= 5.4
boolean ZW_ColorCW (int $InstanceID, int $ColdWhite)
InstanceID | Device ID |
ColdWhite | ColdWhite intensity from 0..255 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Switches the device with the ID InstanceID in the cold white channel to the value ColdWhite.
// Set ColdWhite to 50%
ZW_ColorCW(12345, 128);