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