boolean EIB_Date (integer $InstanceID, string $Date)
InstanceID | ID of the device to be switched |
Date | Default = yyyymmdd |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Sends the date value Date to the device with ID InstanceID.
EIB_Date(12345, date("Ymd")); //Sends the current date on the bus