JSON_WirelessRecv

JSON message about the registration status

{
  "WirelessRecv": {  
/*optional, object*/
    "status":  "processing",  
/*optional, string, current status: "processing", "success", "failed"*/
    "exDevType":  "detector",  
/*optional, string, peripheral module type: "detector", "wirelessSiren"-wireless siren, "wirelessRepeater"-wireless repeater, "wirelessOutput"-wireless output module*/
    "detectorType":  "panicButton",  
/*optional, string, detector type: "panicButton", "smokeDetector", "combustibleGasDetector", "temperatureDetector", this node is valid when the value of detectorType is "exDevType"*/
    "exDevSeq":  "test"  
/*optional, string, the serial No. of the peripheral module*/
  }
}