Documentation
ENO_SetActiveMessage
boolean ENO_SetActiveMessage (int $InstanceID, int $Message)
Parameters
InstanceID | ID of the instance of the device to be switched |
Message | 0..8 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Activates a message with the value Message on the instance with the ID InstanceID.
This function can only be used with EnOcean Thanos instances.
Example
ENO_SetActiveMessage(12345, 2);