boolean LCN_ReleaseTargetValue (integer $InstanceID, integer $Target)
InstanceID | ID of the device to be switched |
Target | Which controller to unlock (0,1,2,3) |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Unlocks controller Target of device with ID InstanceID.
//Unlocks controller 0 of device 12345 LCN_ReleaseTargetValue(12345, 0);