JSON_KeypadAddList

KeypadAddList message in JSON format

{
  "KeypadAddList":[{
    "KeypadAdd":{
      "id": , 
/*optional, integer type, keypad No.*/
      "address": , 
/*optional, integer type, keypad address*/
      "isSupportRemoteCtrlAdd": , 
/*optional, boolean type, whether to support adding keyfob: "true"-yes, "false" or this node is not returned-no*/
      "isSupportCardAdd": 
/*optional, boolean type, whether to support adding card: "true"-yes, "false" or this node is not returned-no*/
    }
  }]
}