JSON_PhoneCap

PhoneCap message in JSON format

{
  "PhoneCap":{
    "id":{  
/*required, range of phone number*/
      "@min":,
      "@max":
    }, 
    "alarmTamperEnabled": , 
/*optional, boolean type, whether to enable alarm and tampering event notification, "true, false"*/
    "lifeSecurityEnabled": , 
/*optional, boolean type, whether to enable life security event notification, "true, false"*/
    "systemStatusEnabled": , 
/*optional, boolean type, whether to enable system status event notification, "true, false"*/
    "operateEventEnabled":  
/*optional, boolean type, whether to enable operation event notification, "true, false"*/
    "messageEnabled": , 
/*optional, boolean type, whether to enable message notification, "true, false"*/
    "callEnabled": , 
/*optional, boolean type, whether to enable phone call notification, "true, false"*/
    "numLength":  
/*required, phone number length*/
  }
}