JSON_basicParamCap

basicParamCap message in JSON format

{
  "basicParamCap":{
    "enabled":{
/*required, boolean type, enable ship detection*/
      "@opt":"true,false"
    },	
    "horizontalHeight":{
/*required, float type, device horizontal height, corrects to one decimal place*/
      "@min":0.0,
      "@max":100.0,
      "def":0.0
    },
    "displayShipInfoOnStreamEnabled":{
/*optional, boolean type, enable displaying ship information on stream*/
      "@opt":"true,false"
    },
    "backToSceneTime":{
/*optional, integer type, back to scene time, ranges from 0 to 100, the default value is 15, unit: second*/
      "@min":0,
      "@max":100,
      "def":15
    }
  } 	
}