Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_kds0pmmv as Tuya TV02-Zigbee Koenkk/zig…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 16, 2024
1 parent 6e84179 commit d1e5bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@ const definitions: DefinitionWithExtend[] = [
'_TZE200_lllliz3p' /* model: 'TV02-Zigbee', vendor: 'Tuya' */,
'_TZE200_mudxchsu' /* model: 'TV05-ZG curve', vendor: 'Tuya' */,
'_TZE200_7yoranx2' /* model: 'TV01-ZB', vendor: 'Moes' */,
'_TZE200_kds0pmmv' /* model: 'TV01-ZB', vendor: 'Moes' */,
'_TZE200_kds0pmmv',
'_TZE200_py4cm3he' /* model: 'TV06-Zigbee', vendor: 'Tuya' */,
]),
model: 'TV02-Zigbee',
Expand All @@ -4474,7 +4474,7 @@ const definitions: DefinitionWithExtend[] = [
{vendor: 'Tesla Smart', model: 'TSL-TRV-TV05ZG'},
{vendor: 'Unknown/id3.pl', model: 'GTZ08'},
tuya.whitelabel('Moes', 'ZTRV-ZX-TV01-MS', 'Thermostat radiator valve', ['_TZE200_7yoranx2']),
tuya.whitelabel('Moes', 'TV01-ZB', 'Thermostat radiator valve', ['_TZE200_e9ba97vf', '_TZE200_kds0pmmv']),
tuya.whitelabel('Moes', 'TV01-ZB', 'Thermostat radiator valve', ['_TZE200_e9ba97vf']),
],
ota: ota.zigbeeOTA,
fromZigbee: [tuya.fz.datapoints],
Expand Down

0 comments on commit d1e5bb8

Please sign in to comment.