Skip to content

Commit

Permalink
fix(detect): Detect _TZ3210_weaqkhab as Lonsonho QS-Zigbee-D02-TRIA…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 1, 2023
1 parent f3bffc2 commit 71e2af0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4677,7 +4677,10 @@ const definitions: Definition[] = [
model: 'TS110E_1gang_2',
vendor: 'TuYa',
description: '1 channel dimmer',
whiteLabel: [{vendor: 'RTX', model: 'QS-Zigbee-D02-TRIAC-LN'}],
whiteLabel: [
{vendor: 'RTX', model: 'QS-Zigbee-D02-TRIAC-LN'},
tuya.whitelabel('Lonsonho', 'QS-Zigbee-D02-TRIAC-L_1', '1 channel dimmer', ['_TZ3210_weaqkhab']),
],
fromZigbee: [fzLocal.TS110E, fzLocal.TS110E_light_type, tuya.fz.power_on_behavior_1, fz.on_off],
toZigbee: [tzLocal.TS110E_onoff_brightness, tzLocal.TS110E_options, tuya.tz.power_on_behavior_1, tz.light_brightness_move],
exposes: [
Expand Down

0 comments on commit 71e2af0

Please sign in to comment.