Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_axgvo9jh as Somgoms ZSTY-SM-1DMZG-US-W_1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 14, 2023
1 parent 85bf404 commit 348b639
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 @@ -2102,6 +2102,7 @@ const definitions: Definition[] = [
{modelID: 'TS0601', manufacturerName: '_TZE204_r0jdjrvi'},
{modelID: 'TS0601', manufacturerName: '_TZE200_nw1r9hp6'},
{modelID: 'TS0601', manufacturerName: '_TZE200_bjzrowv2'},
{modelID: 'TS0601', manufacturerName: '_TZE200_axgvo9jh'},
],
model: 'TS0601_cover_1',
vendor: 'TuYa',
Expand All @@ -2126,6 +2127,7 @@ const definitions: Definition[] = [
tuya.whitelabel('Shenzhen Golden Security Technology', 'GM46', 'Curtain motor', ['_TZE204_guvc7pdy']),
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']),
],
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 348b639

Please sign in to comment.