Requires: IP-Symcon >= 4.1
boolean ZW_ColorWW (integer $InstanceID, integer $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);