Documentation
HMS_ReleaseFI
boolean HMS_ReleaseFI (int $InstanceID, int $TriggerDelay)
Parameters
InstanceID | ID of the device to be switched |
TriggerDelay | Delay in seconds |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Triggers the FI over the HMS device with ID InstanceID. The TriggerDelay parameter is specified in seconds.
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).
If the FI can not trigger the FI, its status variable is set to FALSE.
Example
FS20_ReleaseFI(12345, 0); //Trigger FI immediatly