Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/devices/zemismart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,4 +838,13 @@
],
configure: tuya.configureMagicPacket,
},
{
fingerprint: [{modelID: "TS0601", manufacturerName: "_TZE284_6hrnp30w"}],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you merge this with TS0601_cover_1 in tuya.ts?

model: "ZMP01",
vendor: "Zemismart",
description: "Zigbee Retrofit Blind Motor",
fromZigbee: [legacy.fromZigbee.tuya_cover, fz.ignore_basic_report],

Check failure on line 846 in src/devices/zemismart.ts

View workflow job for this annotation

GitHub Actions / ci

Property 'ignore_basic_report' does not exist on type 'typeof import("/home/runner/work/zigbee-herdsman-converters/zigbee-herdsman-converters/src/converters/fromZigbee")'.
toZigbee: [legacy.toZigbee.tuya_cover_control],
exposes: [e.cover_position().setAccess("position", ea.STATE_SET), e.battery()],
},
];
Loading