JSON_List_SlimMagneticContact

Message about the parameters of all slim magnetic contact detectors in JSON format.

{
  "List":[{
    "SlimMagneticContact": {
      "zoneNo": ,
/*optional, int, zone No. which starts from 0*/
      "LEDEnabled": , 
/*optional, boolean, whether to enable the LED indicator*/
      "LEDLatchTime": , 
/*optional, int, delay time of the LED indicator, unit: second*/
      "findMeEnabled": ,
/*optional, boolean, whether to enable the Find Me function*/
      "heartBeatInterval": 
/*optional, boolean, heartbeat interval of the security control panel and the peripheral, unit: second*/
    }
  }]
}