« Back to Product

Documentation

ENO_SetLockRoomOccupancy

 boolean ENO_SetLockRoomOccupancy (int $InstanceID, boolean $Locked) 

Parameters

InstanceID

ID of the Instance of the device to be switched

Locked

TRUE for on, FALSE for off

Returns

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

Description

Locks the occupancy of the device with the ID InstanceID.

Warning

This function can only be used with EnOcean Thanos instances.

Example

ENO_SetLockRoomOccupancy(12345, true);
Any questions?