Skip to content

Commit

Permalink
fix(detect): Detect _TZ3000_ctftgjwb as Nous B1Z (#7724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Jul 2, 2024
1 parent f976fee commit e399257
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 @@ -3413,6 +3413,7 @@ const definitions: Definition[] = [
{vendor: 'CR Smart Home', model: 'TS0001', description: 'Valve control'},
{vendor: 'Lonsonho', model: 'X701'},
{vendor: 'Bandi', model: 'BDS03G1'},
tuya.whitelabel('Nous', 'B1Z', '1 gang switch', ['_TZ3000_ctftgjwb']),
],
configure: async (device, coordinatorEndpoint) => {
await tuya.configureMagicPacket(device, coordinatorEndpoint);
Expand Down

0 comments on commit e399257

Please sign in to comment.