Skip to content

Commit

Permalink
Update tuya.js support for M2805EGBZTN (#2611)
Browse files Browse the repository at this point in the history
* Update tuya.js

* Update tuya.js

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
ratawhisk and Koenkk committed May 22, 2021
1 parent 298d77d commit f0a05c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devices/tuya.js
Expand Up @@ -480,6 +480,7 @@ module.exports = [
{modelID: 'TS0601', manufacturerName: '_TZE200_g5wdnuow'},
// Tubular motors:
{modelID: 'TS0601', manufacturerName: '_TZE200_fzo2pocs'},
{modelID: 'TS0601', manufacturerName: '_TZE200_5sbebbzs'},
],
model: 'TS0601_cover',
vendor: 'TuYa',
Expand All @@ -496,6 +497,7 @@ module.exports = [
{vendor: 'Larkkey', model: 'ZSTY-SM-1SRZG-EU'},
{vendor: 'Zemismart', model: 'ZM25TQ', description: 'Tubular motor'},
{vendor: 'Zemismart', model: 'AM43', description: 'Roller blind motor'},
{vendor: 'Zemismart', model: 'M2805EGBZTN', description: 'Tubular motor'},
],
fromZigbee: [fz.tuya_cover, fz.ignore_basic_report],
toZigbee: [tz.tuya_cover_control, tz.tuya_cover_options],
Expand Down

0 comments on commit f0a05c5

Please sign in to comment.