Requires: IP-Symcon >= 5.4
boolean ZW_ColorRGB (integer $InstanceID, integer $Red, integer $Green, integer $Blue)
InstanceID | Device ID |
Red | Red Intensity from 0..255 |
Green | Green Intensity from 0..255 |
Blue | Blue Intensity from 0..255 |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Switches the device with the ID InstanceID to the color value combination RGB.
// Set dark red ZW_ColorRGB(12345, 255, 0, 0);