Skip to content

Commit

Permalink
feat(add): TRV801 (#8415)
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Sterniczuk <[email protected]>
  • Loading branch information
dzikus and Grzegorz Sterniczuk authored Dec 1, 2024
1 parent 9bf46b4 commit 7fb34d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5149,10 +5149,11 @@ const definitions: DefinitionWithExtend[] = [
},
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_rtrmfadk'}],
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_9mjy74mp', '_TZE200_rtrmfadk']),
model: 'TRV602',
vendor: 'Tuya',
description: 'Thermostatic radiator valve.',
whiteLabel: [tuya.whitelabel('Moes', 'TRV801', 'Thermostatic radiator valve', ['_TZE204_9mjy74mp'])],
onEvent: tuya.onEventSetLocalTime,
fromZigbee: [tuya.fz.datapoints],
toZigbee: [tuya.tz.datapoints],
Expand Down

0 comments on commit 7fb34d9

Please sign in to comment.