Skip to content

Commit f51a6cd

Browse files
authored
fix: Corrections to TOMZN TOB9Z-VAP vs TOB9Z-M (#8134)
* Update tuya.ts Update reference from TOMZN-M to TOMZN-VAP (first one is a simple monitoring switch and does not have the breaker functionalities from the VAP) * Update tuya.ts - Add TOMZN-63M as whitelabel Add TOMZN-63M [_TZ3000_6l1pjfqe] as a white label to Tongou TO-Q-SY1-JZT
1 parent 5e439af commit f51a6cd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/devices/tuya.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -6831,7 +6831,10 @@ const definitions: DefinitionWithExtend[] = [
68316831
fz.tuya_relay_din_led_indicator,
68326832
],
68336833
toZigbee: [tz.on_off, tuya.tz.power_on_behavior_1, tz.tuya_relay_din_led_indicator],
6834-
whiteLabel: [tuya.whitelabel('Tongou', 'TO-Q-SY1-JZT', 'Din smart relay (with power monitoring via polling)', ['_TZ3000_qeuvnohg'])],
6834+
whiteLabel: [
6835+
tuya.whitelabel('Tongou', 'TO-Q-SY1-JZT', 'Din smart relay (with power monitoring via polling)', ['_TZ3000_qeuvnohg']),
6836+
tuya.whitelabel('TOMZN', 'TOB9Z-63M', 'Din smart relay (with power monitoring via polling)', ['_TZ3000_6l1pjfqe']),
6837+
],
68356838
ota: ota.zigbeeOTA,
68366839
configure: async (device, coordinatorEndpoint) => {
68376840
const endpoint = device.getEndpoint(1);
@@ -8692,7 +8695,7 @@ const definitions: DefinitionWithExtend[] = [
86928695
tuya.whitelabel('EARU', 'EAKCB-T-M-Z', 'Smart circuit breaker', ['_TZ3000_lepzuhto']),
86938696
tuya.whitelabel('EARU', 'EAYCB-Z-2P', 'Smart circuit breaker with leakage protection', ['_TZ3000_zrm3oxsh']),
86948697
tuya.whitelabel('UNSH', 'SMKG-1KNL-EU-Z', 'Smart circuit Breaker', ['_TZ3000_qystbcjg']),
8695-
tuya.whitelabel('Tomzn', 'TOB9Z-M', 'Smart circuit breaker', ['_TZ3000_303avxxt']),
8698+
tuya.whitelabel('Tomzn', 'TOB9Z-VAP', 'Smart circuit breaker', ['_TZ3000_303avxxt']),
86968699
tuya.whitelabel('Immax', '07573L', 'Smart circuit breaker', ['_TZ3000_zjchz7pd']),
86978700
],
86988701
},

0 commit comments

Comments
 (0)