Skip to content

Commit

Permalink
Update tech.ts
Browse files Browse the repository at this point in the history
Model names adjusted as recommended.
Thanks!
  • Loading branch information
dermigoe authored Feb 6, 2025
1 parent d598295 commit 283df79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/tech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ea = exposes.access;
const definitions: DefinitionWithExtend[] = [
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_r7brscr6']),
model: 'VNTH-T2',
model: 'VNTH-T2_v1',
vendor: 'TECH',
description: 'Smart radiator valve',
ota: true,
Expand Down Expand Up @@ -97,7 +97,7 @@ const definitions: DefinitionWithExtend[] = [
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_p1qrtljn']),
model: 'VNTH-T2',
model: 'VNTH-T2_v2',
vendor: 'TECH',
description: 'Smart radiator valve',
ota: true,
Expand Down

0 comments on commit 283df79

Please sign in to comment.