Skip to content

Commit

Permalink
fix(detect): Detect _TZB210_rwy5hexp as MiBoxer FUT106ZR Koenkk/zig…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 13, 2023
1 parent 4210477 commit a59d7c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ const definitions: Definition[] = [
tuya.whitelabel('Moes', 'ZLD-RCW_1', 'RGB+CCT Zigbee LED controller', ['_TZ3000_7hcgjxpc']),
tuya.whitelabel('Moes', 'ZLD-RCW_2', 'RGB+CCT LED bulb', ['_TZ3210_rcggc0ys']),
tuya.whitelabel('Moes', 'ZB-LZD10-RCW', '10W RGB+CCT Smart Downlight', ['_TZ3210_s9lumfhn']),
tuya.whitelabel('MiBoxer', 'FUT106ZR', 'GU10 bulb', ['_TZB210_rwy5hexp']),
],
extend: tuya.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500], noConfigure: true}),
configure: async (device, coordinatorEndpoint, logger) => {
Expand Down

0 comments on commit a59d7c3

Please sign in to comment.