Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_bv1jcqqu as Zemismart ZM25RX-08/30 @tek…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 27, 2023
1 parent 367b12f commit 67c9b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2126,6 +2126,7 @@ const definitions: Definition[] = [
{modelID: 'TS0601', manufacturerName: '_TZE200_nw1r9hp6'},
{modelID: 'TS0601', manufacturerName: '_TZE200_bjzrowv2'},
{modelID: 'TS0601', manufacturerName: '_TZE200_axgvo9jh'},
{modelID: 'TS0601', manufacturerName: '_TZE200_bv1jcqqu'},
],
model: 'TS0601_cover_1',
vendor: 'TuYa',
Expand All @@ -2151,6 +2152,7 @@ const definitions: Definition[] = [
tuya.whitelabel('Zemismart', 'ZM85EL-2Z', 'Roman Rod I type U curtains track', ['_TZE200_cf1sl3tj', '_TZE200_nw1r9hp6']),
{vendor: 'Quoya', model: 'AT8510-TY'},
tuya.whitelabel('Somgoms', 'ZSTY-SM-1DMZG-US-W_1', 'Curtain switch', ['_TZE200_axgvo9jh']),
tuya.whitelabel('Zemismart', 'ZM25RX-08/30', 'Tubular motor', ['_TZE200_bv1jcqqu']),
],
fromZigbee: [legacy.fromZigbee.tuya_cover, fz.ignore_basic_report],
toZigbee: [legacy.toZigbee.tuya_cover_control, legacy.toZigbee.tuya_cover_options],
Expand Down

0 comments on commit 67c9b2f

Please sign in to comment.