boolean EIB_Char (int $InstanceID, string $Letter)
InstanceID | ID of the device to be switched |
Letter | Single letter |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sends a single letter Letter to device with ID InstanceID.
EIB_Char(12345, "A"); //Sends the letter A onto the bus