Skip to content

Commit 6ba63c2

Browse files
authored
feat(add): TRV07 (#8029)
Added Avatto TRV07 (_TZE200_bvrlmajk) as whitelabel of TS0601_thermostat_1
1 parent 8a7f4e6 commit 6ba63c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/devices/tuya.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4853,11 +4853,15 @@ const definitions: DefinitionWithExtend[] = [
48534853
{modelID: 'TS0601', manufacturerName: '_TZE200_a4bpgplm'},
48544854
{modelID: 'TS0601', manufacturerName: '_TZE200_dv8abrrz'},
48554855
{modelID: 'TS0601', manufacturerName: '_TZE200_z1tyspqw'},
4856+
{modelID: 'TS0601', manufacturerName: '_TZE200_bvrlmajk'},
48564857
],
48574858
model: 'TS0601_thermostat_1',
48584859
vendor: 'Tuya',
48594860
description: 'Thermostatic radiator valve',
4860-
whiteLabel: [tuya.whitelabel('id3', 'GTZ06', 'Thermostatic radiator valve', ['_TZE200_z1tyspqw'])],
4861+
whiteLabel: [
4862+
tuya.whitelabel('id3', 'GTZ06', 'Thermostatic radiator valve', ['_TZE200_z1tyspqw']),
4863+
tuya.whitelabel('Avatto', 'TRV07', 'Thermostatic radiator valve', ['_TZE200_bvrlmajk']),
4864+
],
48614865
onEvent: tuya.onEventSetLocalTime,
48624866
fromZigbee: [tuya.fz.datapoints],
48634867
toZigbee: [tuya.tz.datapoints],

0 commit comments

Comments
 (0)