JSON_List_PSTNCfg

JSON message about configuration parameters of all phone notifications via PSTN

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