enable/disable respond to cq via network. Paramater will not be saved to config!
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 |
{
"type" : "set",
"command": "respon_to_cq"
"state": "True"
}