0x5e / homebridge-tuya-platform

Make homebridge-tuya-platform great again.
MIT License
206 stars 58 forks source link

switch_backlight is not exposed in the homebridge #440

Open ShayL1987 opened 5 months ago

ShayL1987 commented 5 months ago

Prerequisite

Cache

Version

1.7.0-beta.53

Device Infomation JSON File

[
  {
    "code": "control",
    "value": "stop"
  },
  {
    "code": "switch_backlight",
    "value": false
  },
  {
    "code": "control_back_mode",
    "value": "forward"
  }
]

Device Control Mode

None

Logs

.is not exposed via Homebridge plugin.

  {
    "code": "switch_backlight",
    "value": false
  },

Other Infomations

is not exposed via Homebridge plugin.

"result": { "active_time": 1706249505, "bind_space_id": "45759039", "category": "clkg", "create_time": 1706249505, "custom_name": "Curtain switch", "icon": "smart/icon/ay1509430484182dhmed/3bc2dfd9867cc07955a7cd7c5141ab02.png", "id": "xxxx", "ip": "", "is_online": true, "lat": "31.8000", "local_key": "", "lon": "34.7900", "model": "QCSC400ZB-JD", "name": "Curtain switch", "product_id": "pxbjch8m", "product_name": "ZigBee Curtain light switch", "sub": true, "time_zone": "+03:00", "update_time": 1706249515, "uuid": "a4c13858c449e35e" }, "success": true, "t": 1706528005555, "tid": "xxx" }

ShayL1987 commented 2 months ago

Any update?