Skip to content

Commit

Permalink
feat(detect): Detect _TZ3000_rqbjepe8 as Nous A4Z (#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Jun 12, 2023
1 parent 3541b57 commit 2f00e18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4856,6 +4856,9 @@ const definitions: Definition[] = [
},
options: [exposes.options.measurement_poll_interval()],
onEvent: (type, data, device, options) => tuya.onEventMeasurementPoll(type, data, device, options, true, false),
whiteLabel: [
tuya.whitelabel('Nous', 'A4Z', '2 gang outdoor plug', ['_TZ3000_rqbjepe8']),
],
},
{
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_cfnprab5', '_TZ3000_o005nuxx']),
Expand Down

0 comments on commit 2f00e18

Please sign in to comment.