JSON_advanceParamCap

advanceParamCap message in JSON format

{
  "advanceParamCap":{
    "targetDetectionThreshold":{
/*optional, integer type, target detection sensitivity threshold, ranges from 0 to 4, the default value is 3*/
      "@min":0,
      "@max":4,
      "def":3
    },
    "targetGenerationSpeed":{
/*optional, integer type, target generation speed, ranges from 0 to 4, the default value is 3*/
      "@min":0,
      "@max":4,
      "def":3
    }
  }
}