boolean ENO_SetLockRoomOccupancy (int $InstanceID, boolean $Locked)
InstanceID | ID of the Instance of the device to be switched |
Locked | TRUE for on, FALSE for off |
If the command succeeds, it returns TRUE, otherwise FALSE.
Locks the occupancy of the device with the ID InstanceID.
This function can only be used with EnOcean Thanos instances.
ENO_SetLockRoomOccupancy(12345, true);