« Back to Product

Documentation

EIB_Switch

 boolean EIB_Switch (int $InstanceID, boolean $Status) 

Parameters

InstanceID

ID of the device to be switched

Status

TRUE for On, FALSE for Off

Returns

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

Description

Switches the device with the ID InstanceID to value Status

Example

EIB_Switch(12345, true); //Turns on the device
Any questions?