Skip to content

Commit 7fb34d9

Browse files
dzikusGrzegorz Sterniczuk
andauthored
feat(add): TRV801 (#8415)
Co-authored-by: Grzegorz Sterniczuk <[email protected]>
1 parent 9bf46b4 commit 7fb34d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/devices/tuya.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5149,10 +5149,11 @@ const definitions: DefinitionWithExtend[] = [
51495149
},
51505150
},
51515151
{
5152-
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_rtrmfadk'}],
5152+
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_9mjy74mp', '_TZE200_rtrmfadk']),
51535153
model: 'TRV602',
51545154
vendor: 'Tuya',
51555155
description: 'Thermostatic radiator valve.',
5156+
whiteLabel: [tuya.whitelabel('Moes', 'TRV801', 'Thermostatic radiator valve', ['_TZE204_9mjy74mp'])],
51565157
onEvent: tuya.onEventSetLocalTime,
51575158
fromZigbee: [tuya.fz.datapoints],
51585159
toZigbee: [tuya.tz.datapoints],

0 commit comments

Comments
 (0)