Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_q76rtoa9 as Neo q76rtoa9 (#7051)
Browse files Browse the repository at this point in the history
* Update neo.ts: Add support to TS0601 / _TZE204_q76rtoa9

Here in Basil EKAZA manufacturer is selling this model of siren with this specs:

TS0601  
_TZE204_q76rtoa9

So, this commit will add support for it.

based on my reply to thread:
Koenkk/zigbee2mqtt#18649 (comment)

* Adjusting LINT requisites
  • Loading branch information
pabloaugusto committed Feb 10, 2024
1 parent aeea2fc commit 36a31e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/neo.ts
Expand Up @@ -36,8 +36,8 @@ const definitions: Definition[] = [
},
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_t1blo2bj', '_TZE204_t1blo2bj']),
zigbeeModel: ['1blo2bj', 'lrfgpny'],
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_t1blo2bj', '_TZE204_t1blo2bj', '_TZE204_q76rtoa9']),
zigbeeModel: ['1blo2bj', 'lrfgpny', 'q76rtoa9'],
model: 'NAS-AB02B2',
vendor: 'Neo',
description: 'Alarm',
Expand Down

0 comments on commit 36a31e8

Please sign in to comment.