JSON_PSTNCfgCap

JSON message about configuration capability of phone notification via PSTN

{
  "PSTNCfgCap":{
    "id":{
/*required, uploading index*/
      "@min": , 
      "@max": 
    }, 
    "enabled":"true,false", 
/*required, whether to enable*/
    "name":{
/*optional, alarm receiving center name*/
      "@min": , 
      "@max": 
    }, 
    "phoneNum":{
/*optional, phone number of alarm receiving center*/
      "@min": , 
      "@max": 
    }, 
    "repeatCall":{
/*optional, number of repeated callings*/
      "@min": , 
      "@max": 
    }, 
    "protocol":{
/*optional, communication protocol: "CID"-CID communication*/
      "@opt":["CID"]
    }, 
    "transMode":{
/*optional, transmission mode: 0-DTMF 5/S, 1-DTMF 10/S*/
      "@opt":[0,1]
    }, 
    "receiverId":{
/*optional, string type, receiver user name*/
      "@min": , 
      "@max": 
    }, 
    "reportPeriod":{
/*optional, test report uploading period, unit: hour*/
      "@min": , 
      "@max": 
    }, 
    "reportPeriodEnabled": {
/*optional, whether to enable test report uploading period*/
      "@opt": [true,false]
    }, 
    "firstReportTime":{
/*optional, duration from launching the device to uploading the first test report, unit: minute*/
      "@min": , 
      "@max": 
    }
  }
}