« Back to Product

Documentation

EIB_Counter16Bit

 boolean EIB_Counter16Bit (int $InstanceID, float $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Standard = 0..65535; Signed = -32768..32767

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends the counter value Value to the device with the ID InstanceID.

Example

EIB_Counter16Bit(12345, 10); //Sends the value 10 on the bus
Any questions?