JSON_CardMode

JSON message about parameters of controlling card addition mode in asynchronous mode

{
  "CardMode":{
    "mode":"", 
/*optional, string, mode: "enter", "exit"*/
    "keypadAddress": ,
/*optional, integer, keypad address, this node is valid when mode is "enter"*/
    "sequence":  "test",
/*optional, string, the peripheral serial No.*/
    "deviceType":  "test",
/*optional, string, device type*/
    "wirelessRecvAddress":  1	
/*optional, int, address of the wireless receiving module*/
  }
}