Skip to content

Commit

Permalink
fix(detect): Detect _TZ3000_7d8yme6f as TuYa ZD08 (#6240)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
Chartreusito and Koenkk committed Oct 5, 2023
1 parent ebfc824 commit 65bc25a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ const definitions: Definition[] = [
{vendor: 'Cleverio', model: 'SS100'},
tuya.whitelabel('Niceboy', 'ORBIS Windows & Door Sensor', 'Door sensor', ['_TZ3000_qrldbmfn']),
tuya.whitelabel('Sber', 'SBDV-00030', 'Door sensor', ['_TYZB01_epni2jgy']),
tuya.whitelabel('TuYa', 'ZD08', 'Door sensor', ['_TZ3000_7d8yme6f']),
tuya.whitelabel('TuYa', 'MC500A', 'Door sensor', ['_TZ3000_2mbfxlzr']),
],
configure: async (device, coordinatorEndpoint, logger) => {
Expand Down

0 comments on commit 65bc25a

Please sign in to comment.