enable/disable respond to call / connection requests via network. Paramater will not be saved to config! If False, connection requests, file transfer requests ( if not in session ), ping ack and qrv will not be sent!
Parameter | Type | Values | Description |
---|---|---|---|
type | string | "set" | Type of setting ( get or set ) |
command | string | "respond_to_call" | Command for responding to call |
state | string | "True/False" | State, can be "True", "true", True, everything else will lead to a False state |
{
"type" : "set",
"command": "respon_to_call"
"state": "True"
}