Send feedback!
(Edit)
EIB_Time
boolean EIB_Time (integer $InstanceID, string $Time)
Parameters
InstanceID |
ID of the device to be switched
|
Time |
Standard = dhhmmss; TimeOnly = hhmmss
|
Returns
If the command succeeds, it returns TRUE, otherwise FALSE. |
Description
Sends the time value Time to the device with ID InstanceID. The d value is between 1 (Monday) and 7 (Sunday).
Example
EIB_Time(12345, date("NHis")); //Sends the current time on the bus (Standard)
EIB_Time(12345, date("His")); //Sends the current time on the bus (TimeOnly)