JSON_HostStatus

HostStatus message in JSON format

{
  "HostStatus":{
    "temperature": , 
/*optional, float, security control panel temperature*/
    "mode":"", 
/*optional, string, current mode of the security control panel*/
    " tamperEvident":"", 
/*optional, boolean, whether the security control panel is tampered: "true"-yes (tampered), "false"-no (not tampered)*/
    "moduleType":"", 
/*optional, string, module type: "USB"-USB module, "sub1G"-sub1G module, "zigBee"-ZigBee module*/
    "moduleStatus":""
/*optional, string, module status: "plugged", "free"*/
  }
}