Skip to content

Commit

Permalink
fix: Fix typo with Noes A1Z (#6021)
Browse files Browse the repository at this point in the history
  • Loading branch information
qp68 authored Jul 27, 2023
1 parent cfc5e64 commit 69c3223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ const definitions: Definition[] = [
tuya.whitelabel('Nous', 'A1Z', 'Smart plug (with power monitoring)', ['_TZ3000_2putqrmw']),
tuya.whitelabel('Moes', 'MOES_plug', 'Smart plug (with power monitoring)', ['_TZ3000_yujkchbz']),
tuya.whitelabel('Moes', 'ZK-EU', 'Smart wallsocket (with power monitoring)', ['_TZ3000_ss98ec5d']),
tuya.whitelabel('Moes', '1AZ', 'Smart plug (with power monitoring)', ['_TZ3000_ksw8qtmt']),
tuya.whitelabel('Nous', 'A1Z', 'Smart plug (with power monitoring)', ['_TZ3000_ksw8qtmt']),
],
ota: ota.zigbeeOTA,
extend: tuya.extend.switch({
Expand Down

0 comments on commit 69c3223

Please sign in to comment.