Documentation
IPS_LinkExists
Require: IP-Symcon >= 2.1
boolean IPS_LinkExists (int $LinkID)
Parameters
LinkID | ID of the link to be checked |
Returns
If the LinkID exists in the system, TRUE is returned, otherwise FALSE.
Description
The command checks if a link with the ID LinkID exists.
Example
if (IPS_LinkExists(45724))
echo "Link exists!";