JSON_SirenModeCap

Message about the capability of controlling asynchronous mode of adding the siren in JSON format

{
  "SirenModeCap":{
    "mode":{
/*optional, string, mode: "enter", "exit"*/
      "@opt":["enter","exit"]
    },
    "wirelessRecvAddress": {
/*optional, int, wireless receiving module address, this field is valid when mode is "enter"*/
      "@opt":[1,3,5…]
    }, 
    "keypadAddress":{
/*optional, int, keypad address, this field is valid when mode is "enter"*/
      "@opt":[1,3,5…]
    },
    "sequence":{
/*optional, int, length of the peripheral's serial No.*/
      "@min":0,
      "@max":1
    },
    "deviceType":{
/*optional, string, peripheral model, peripheral models supported by the device will be returned*/
      "@opt":["DS-PK1-E-WE","DS-PT1-WE"]
    }
  }
}