boolean EIB_Counter16Bit (int $InstanceID, float $Value)
InstanceID | ID of the device to be switched |
Value | Standard = 0..65535; Signed = -32768..32767 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sends the counter value Value to the device with the ID InstanceID.
EIB_Counter16Bit(12345, 10); //Sends the value 10 on the bus