listen

Description:

set tnc listening state. TNC will still demodulate data, but won't process it. State can be checked by "tnc_state" command --> "listen" key

Parameters

Parameter Type Values Description
type string "set" Type of setting ( get or set )
command string "listen" Command for listening state
state string "True/False" State, can be "True", "true", True, "on", "ON", otherweise its False

Example

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