Documentation
DMX_SetChannel
boolean DMX_SetChannel (int $InstanceID, int $Channel, int $Value)
Parameters
InstanceID | ID of the device to be switched |
Channel | 0 = all module channels, 1 – 512 depending on configuration |
Value | 0-255 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Switches the channel from the device with the ID InstanceID to value Wert
Example
DMX_SetChannel(12345, 0, 255); //Switch channel 0 to 255