respond_to_cq

Description:

enable/disable respond to cq via network. Paramater will not be saved to config!

Parameters

Parameter Type Values Description
type string "set" Type of setting ( get or set )
command string "respond_to_cq" Command for responding to cq
state string "True/False" State, can be "True", "true", True, everything else will lead to a False state

Example

{
    "type" : "set", 
    "command": "respon_to_cq" 
    "state": "True" 
}