Documentation
RGBM_SetRGB
Require: IP-Symcon >= 4.2
boolean RGBM_SetRGB (int $InstanceID, int $Red, int $Green, int $Blue)
Parameters
| InstanceID | ID of the Instance |
| Red | Value of the red color channel |
| Green | Value of the green color channel |
| Blue | Value of the blue color channel |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Sends the R, G, B values to the individual channels and updates the color variable
Example
RGBM_SetRGB(12345, 255, 255, 255);