JSON_RemoteCtrllerModeCfgCap

JSON message about the configuration capability of the keyfob control mode

{
  "RemoteCtrllerModeCfgCap":{
    "mode": {
/*required, keyfob control mode: "oneToOne"-one-to-one mode (default, the keyfob can only control one device), "oneToMany"-one-to-many mode (the keyfob can control multiple devices)*/
      "@opt": ["oneToOne","oneToMany"]
    } 
  }
}