JSON_ManualPersonArmingTrack

JSON message about manual person arming parameters

{
  "ManualPersonArmingTrack":{
/*required, manual person arming parameters*/
    "TargetRect":{
      "StartPoint":{
/*required, coordinates of rectangular frame start point*/
        "positionX": ,
/*required, X-coordiante of rectangular frame start point*/
        "positionY":
/*required, Y-coordiante of rectangular frame start point*/
      }, 
      "EndPoint":{
/*required, coordinates of rectangular frame end point*/
        "positionX": ,
/*required, X-coordiante of rectangular frame end point*/
        "positionY": 
/*required, Y-coordiante of rectangular frame end point*/
      }
    }
  }
}