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