« Back to Product

Documentation

EIB_Char

 boolean EIB_Char (int $InstanceID, string $Letter) 

Parameters

InstanceID

ID of the device to be switched

Letter

Single letter

Returns

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

Description

Sends a single letter Letter to device with ID InstanceID.

Example

EIB_Char(12345, "A"); //Sends the letter A onto the bus
Any questions?