Skip to content

Commit 3a897e9

Browse files
fix(detect): Detect _TZ3210_lqb7lcq9 as Nova Digital SA-WK (Koenkk#12610)
1 parent 707838b commit 3a897e9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/devices/tuya.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6565,7 +6565,14 @@ export const definitions: DefinitionWithExtend[] = [
65656565
exposes: [e.battery(), e.temperature(), e.humidity(), e.battery_voltage()],
65666566
},
65676567
{
6568-
fingerprint: tuya.fingerprint("TS011F", ["_TZ3000_3zofvcaa", "_TZ3000_pvlvoxvt", "_TZ3000_lqb7lcq9", "_TZ3210_urjf5u18", "_TZ3210_8n4dn1ne"]),
6568+
fingerprint: tuya.fingerprint("TS011F", [
6569+
"_TZ3000_3zofvcaa",
6570+
"_TZ3000_pvlvoxvt",
6571+
"_TZ3000_lqb7lcq9",
6572+
"_TZ3210_lqb7lcq9",
6573+
"_TZ3210_urjf5u18",
6574+
"_TZ3210_8n4dn1ne",
6575+
]),
65696576
model: "TS011F_2_gang_2_usb_wall",
65706577
vendor: "Tuya",
65716578
description: "2 gang 2 usb wall outlet",
@@ -6591,6 +6598,7 @@ export const definitions: DefinitionWithExtend[] = [
65916598
},
65926599
whiteLabel: [
65936600
tuya.whitelabel("Nova Digital", "NTS2-W-B", "2 gang 2 usb wall outlet 4x2", ["_TZ3000_lqb7lcq9"]),
6601+
tuya.whitelabel("Nova Digital", "SA-WK", "Safira Full Switch 1 gang + socket 20A + USB-A + USB-C 4x2", ["_TZ3210_lqb7lcq9"]),
65946602
tuya.whitelabel("AVATTO", "ZWOT12", "2 gang 2 usb wall outlet 4x2", ["_TZ3210_urjf5u18"]),
65956603
tuya.whitelabel("Coibeu", "ZB414", "2 gang 2 usb wall outlet 4x2", ["_TZ3210_8n4dn1ne"]),
65966604
],

0 commit comments

Comments
 (0)