Skip to content

Commit 68d9d8b

Browse files
authored
fix: Rename some Tongou devices (#9041)
1 parent 52969df commit 68d9d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/devices/tuya.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -10318,7 +10318,7 @@ export const definitions: DefinitionWithExtend[] = [
1031810318
.withValueMin(40)
1031910319
.withValueMax(100)
1032010320
.withValueStep(1)
10321-
.withUnit("*C")
10321+
.withUnit("°C")
1032210322
.withDescription("High temperature threshold"),
1032310323
e.binary("temperature_breaker", ea.STATE_SET, "ON", "OFF").withDescription("High temperature breaker"),
1032410324
);
@@ -13541,7 +13541,7 @@ export const definitions: DefinitionWithExtend[] = [
1354113541
},
1354213542
{
1354313543
fingerprint: [{modelID: "TS0601", manufacturerName: "_TZE284_6ocnqlhn"}],
13544-
model: "TO-Q-SYS-J2T",
13544+
model: "TO-Q-SYS-JZT",
1354513545
vendor: "Tongou",
1354613546
description: "Din rail smart meter",
1354713547
fromZigbee: [tuya.fz.datapoints, tuya.fz.gateway_connection_status],
@@ -14335,7 +14335,7 @@ export const definitions: DefinitionWithExtend[] = [
1433514335
{
1433614336
fingerprint: tuya.fingerprint("TS0601", ["_TZE204_q22avxbv", "_TZE204_mrffaamu", "_TZE204_tzreobvu", "_TZE284_mrffaamu"]),
1433714337
model: "TOQCB2-80",
14338-
vendor: "Tuya",
14338+
vendor: "Tongou",
1433914339
description: "Smart circuit breaker",
1434014340
fromZigbee: [tuya.fz.datapoints],
1434114341
toZigbee: [tuya.tz.datapoints],

0 commit comments

Comments
 (0)