Documentation
DoorIP_Decline
Require: IP-Symcon >= 8.0
void DoorIP_Accept (int $InstanceID)
Parameters
| InstanceID | ID of the instance of the device to be switched |
Returns
If the command could be executed successfully, the result is TRUE, otherwise FALSE.
Description
Rejects the current call to the instance with the ID InstanceID.
Example
DoorIP_Decline(12345);