« Back to Product

Documentation

ENO_SetLockFanStage

 boolean ENO_SetLockFanStage (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 FanStage of the device with the ID InstanceID.

Warning

This function can only be used with EnOcean Thanos instances.

Example

ENO_SetLockFanStage(12345, true);
Any questions?