Documentation
DoorIP_SendDTMF
Require: IP-Symcon >= 8.0
void DoorIP_SendDTMF (int $InstanceID, string $Digits)
Parameters
| InstanceID | ID of the instance of the device to be switched |
| Digits | Characters to be sent as DTMF Only these characters are allowed: 0-9, *, # |
Returns
If the command could be executed successfully, the result is TRUE, otherwise FALSE.
Description
Sends the characters Digits to the current connection on the door intercom instance with the ID InstanceID.
Example
DoorIP_SendDTMF(12345, '*123#');