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