Skip to content

Commit

Permalink
Fix device detection of Zemismart ZM85EL-2Z (_TZE200_cf1sl3tj). Koe…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 10, 2023
1 parent 6cc564b commit 8df076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/tuya.js
Original file line number Diff line number Diff line change
Expand Up @@ -2535,12 +2535,12 @@ module.exports = [
{vendor: 'TuYa', model: 'DT82LEMA-1.2N'},
{vendor: 'TuYa', model: 'ZD82TN', description: 'Curtain motor'},
{vendor: 'Larkkey', model: 'ZSTY-SM-1SRZG-EU'},
{vendor: 'Zemismart', model: 'ZM85EL-2Z', description: 'Roman Rod I type curtains track'},
{vendor: 'Zemismart', model: 'AM43', description: 'Roller blind motor'},
{vendor: 'Zemismart', model: 'M2805EGBZTN', description: 'Tubular motor'},
{vendor: 'Zemismart', model: 'BCM500DS-TYZ', description: 'Curtain motor'},
{vendor: 'A-OK', model: 'AM25', description: 'Tubular motor'},
{vendor: 'Alutech', model: 'AM/R-Sm', description: 'Tubular motor'},
tuya.whitelabel('Zemismart', 'ZM85EL-2Z', 'Roman Rod I type U curtains track', ['_TZE200_cf1sl3tj']),
],
fromZigbee: [fz.tuya_cover, fz.ignore_basic_report],
toZigbee: [tz.tuya_cover_control, tz.tuya_cover_options],
Expand Down

0 comments on commit 8df076a

Please sign in to comment.