« Back to Product

Documentation

EIB_Date

 boolean EIB_Date (int $InstanceID, string $Date) 

Parameters

InstanceID

ID of the device to be switched

Date

Default = yyyymmdd

Returns

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

Description

Sends the date value Date to the device with ID InstanceID.

Example

EIB_Date(12345, date("Ymd")); //Sends the current date on the bus
Any questions?