stop_tnc

Description:

Stop the tnc process

Parameters

Parameter Type Values Description
type string "set" Type of setting ( get or set )
command string "stop_tnc" Command for starting the tnc
parameter object --- Object, which holds additional parameters

Example

{
    "type" : "set", 
    "command": "stop_tnc" ,
    "parameter": "---"
}