Documentation
RGBM_RequestStatus
Require: IP-Symcon >= 4.2
boolean RGBM_RequestStatus (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Determines the value of the individual R, G, B channels and sets the color variable. This function does not have to be called. This happens automatically when changing one of the variables of the R, G, B channels.
Example
RGBM_RequestStatus(12345);