« Back to Product

Documentation

EIB_Counter8Bit

 boolean EIB_Counter8Bit (int $InstanceID, float $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Default = 0..255; Signed = -127..127

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_Counter8Bit(12345, 10); //Sends the value 10 on the bus
Any questions?