{
  "id": "785ef8a1-7cc3-5a96-a97e-caded9952768",
  "name": "米家多功能网关",
  "expands": {
    "category": "gateway"
  },
  "properties": [{
    "id": "alarm_switch",
    "name": "告警",
    "accessMode": "rw",
    "dataType": {
      "type": "boolean",
      "trueText": "开启",
      "falseText": "关闭",
      "trueValue": "on",
      "falseValue": "off"
    },
    "expands": {
      "sid": "status",
      "func": "alarm",
      "method": "set_status",
      "reportMethod": 2,
      "scalingFactor": 1.0
    },
    "remark": ""
  },{
    "id": "light_switch",
    "name": "灯光",
    "accessMode": "r",
    "dataType": {
      "type": "boolean",
      "trueText": "开启",
      "falseText": "关闭",
      "trueValue": "true",
      "falseValue": "false"
    },
    "expands": {
      "sid": "is_on",
      "func": "light",
      "method": "set_rgb_brightness",
      "reportMethod": 2,
      "scalingFactor": 1.0
    },
    "remark": ""
  },{
    "id": "light_brightness",
    "name": "亮度",
    "accessMode": "rw",
    "dataType": {
      "type": "int",
      "min": "0",
      "max": "100",
      "step": "1",
      "unit": "%"
    },
    "expands": {
      "sid": "brightness",
      "func": "light",
      "method": "set_rgb_brightness",
      "reportMethod": 2,
      "scalingFactor": 1.0
    },
    "remark": ""
  },{
    "id": "light_rgb",
    "name": "颜色",
    "accessMode": "rw",
    "dataType": {
      "type": "enum",
      "elements": [{
        "value": "red",
        "key": "(255,0,0)",
        "text": "红色"
      }, {
        "value": "green",
        "key": "(0,255,0)",
        "text": "绿色"
      },{
        "value": "blue",
        "key": "(0,0,255)",
        "text": "蓝色"
      },{
        "value": "white",
        "key": "(255,255,255)",
        "text": "白色"
      },{
        "value": "yellow",
        "key": "(255,255,0)",
        "text": "黄色"
      },{
        "value": "orange",
        "key": "(255,165,0)",
        "text": "橙色"
      },{
        "value": "aqua",
        "key": "(0,255,255)",
        "text": "浅绿色"
      },{
        "value": "olive",
        "key": "(128,128,0)",
        "text": "橄榄色"
      },{
        "value": "purple",
        "key": "(128,0,128)",
        "text": "紫色"
      }
      ]
    },
    "expands": {
      "sid": "rgb",
      "func": "light",
      "method": "set_rgb_color",
      "reportMethod": 2,
      "scalingFactor": 1.0
    },
    "remark": ""
  }
  ],
  "functions": [],
  "events": [],
  "protocol": {
    "type": "MI_PY_UDP",
    "expands": {
      "device_id": ""
    }
  }
}