JSON_List_ModuleLock

List_ModuleLock message in JSON format

{
  "List":[{
    "ModuleLock":{
      "id": , 
/*required, integer type, No.*/
      "type": , 
/*required, string type, module type: "localKeypad"-local keypad, "keypad"-keypad, "cardReader"-card reader, "localCardReader"-local card reader*/
      "status": , 
/*optional, read-only, string type, status: "lock"-locked, "unlock"-unlocked*/
      "maxTryTimes": , 
/*optional, integer type, maximum number of failed attempts*/
      "lockedTime": ,
/*optional, integer type, locking duration, unit: second. If this node is set to 0, it indicates remaining locked*/
      "address": ,
/*optional, read-only, integer type, module address, this node is only returned by wired modules*/
      "moduleAttrib":""
/*optional, read-only, string type, module attribute: "wired", "wireless"*/
    }
  }]
}