JSON_Cap_CardMode

JSON message about the capability of controlling card addition mode in asynchronous mode

{
  "CardMode":{
    "mode":{
/*optional, mode, "enter", "exit"*/
      "@opt":["enter","exit"]
    }, 
    "keypadAddress":{
/*optional, keypad address, this node is valid when mode is "enter"*/
      "@opt":[1,3,5…]
    },
    "sequence": {	
/*optional, object, the length of the peripheral serial No.*/
      "@min":  0,	
/*optional, int, the minimum value*/
      "@max":  1	
/*optional, int, the maximum value*/
    },
    "deviceType": {	
/*optional, object, device type*/
      "@opt": ["DS-PK1-E-WE", "DS-PT1-WE"]
    },
    "wirelessRecvAddress": {	
/*optional, object, address of the wireless receiving module, this node is valid when mode is enter*/
      "@opt": [1, 3, 5]
    }
  }
}