Skip to content

Commit a601d46

Browse files
bernardesarthurautofix-ci[bot]Koenkk
authored
feat(add): Mercurio-3 (#10748)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters <[email protected]>
1 parent 9c2bd94 commit a601d46

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/devices/tuya.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5146,10 +5146,11 @@ export const definitions: DefinitionWithExtend[] = [
51465146
],
51475147
},
51485148
{
5149-
fingerprint: tuya.fingerprint("TS0003", ["_TZ3000_fawk5xjv", "_TZ3000_bvij6kod"]),
5149+
fingerprint: tuya.fingerprint("TS0003", ["_TZ3000_fawk5xjv", "_TZ3000_bvij6kod", "_TZ3000_aracgljk"]),
51505150
model: "NFZB-03",
51515151
vendor: "Nova Digital",
51525152
description: "3 gang switch with power-on behavior and indicator mode",
5153+
whiteLabel: [tuya.whitelabel("Nova Digital", "SA-3", "Safira smart light switch - 3 gang", ["_TZ3000_aracgljk"])],
51535154
extend: [
51545155
tuya.modernExtend.tuyaBase(),
51555156
m.deviceEndpoints({endpoints: {l1: 1, l2: 2, l3: 3}}),
@@ -5164,19 +5165,19 @@ export const definitions: DefinitionWithExtend[] = [
51645165
],
51655166
},
51665167
{
5167-
fingerprint: tuya.fingerprint("TS0003", ["_TZ3000_aracgljk"]),
5168-
model: "SA-3",
5169-
vendor: "Nova Digital",
5170-
description: "Safira smart light switch - 3 gang",
5168+
fingerprint: tuya.fingerprint("TS0003", ["_TZ3000_dyzkbcip"]),
5169+
model: "Mercurio-3",
5170+
vendor: "Ekaza",
5171+
description: "Smart 3-channel switch",
5172+
configure: tuya.configureMagicPacket,
51715173
extend: [
51725174
tuya.modernExtend.tuyaBase(),
51735175
m.deviceEndpoints({endpoints: {l1: 1, l2: 2, l3: 3}}),
51745176
tuya.modernExtend.tuyaOnOff({
5175-
endpoints: ["l1", "l2", "l3"],
51765177
powerOutageMemory: true,
5177-
switchType: true,
51785178
indicatorMode: true,
5179-
backlightModeOffOn: true,
5179+
onOffCountdown: true,
5180+
endpoints: ["l1", "l2", "l3"],
51805181
}),
51815182
],
51825183
},

0 commit comments

Comments
 (0)