JSON_List_ModuleInfo

List_ModuleInfo message in JSON format

{
  "operType":"", 
/*required, string, operation type: "unlock"-unlock one or more modules, "unlockAll"-unlock all modules*/
  "List":[{
    "ModuleInfo":{
      "id": , 
/*required, integer, No.*/
      "type":""
/*required, string, type: "localKeypad"-local keypad, "keypad"-keypad, "cardReader"-card reader, "localCardReader"-local card reader*/
    }
  }]
}