« Back to Product

Documentation

FS20_SwitchMode

 boolean FS20_SwitchMode (int $InstanceID, boolean $Status) 

Parameters

InstanceID

ID of the device to be switched

Status

TRUE for On, FALSE for Off

Returns

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

Description

Switches the device with ID InstanceID to value Status.

Warning

Since the FS20 system is unidirectional, can not be determined whether the command was successful. Error messages are only sent when an internal system error occurred (for example, if the FHZ is not connected).

Example

FS20_SwitchMode(12345, true); //Turn on device
Any questions?