zigbee-herdsman-converters 25.66.0 → 25.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6475,10 +6475,12 @@ exports.definitions = [
6475
6475
  "_TZE200_9xfjixap" /* model: 'ME167', vendor: 'AVATTO' */,
6476
6476
  "_TZE200_jkfbph7l" /* model: 'ME167', vendor: 'AVATTO' */,
6477
6477
  "_TZE200_rxntag7i" /* model: 'ME168', vendor: 'AVATTO' */,
6478
+ "_TZE200_4utwozi2" /* model: 'ME167', vendor: 'MYUET' */,
6478
6479
  "_TZE200_yqgbrdyo",
6479
6480
  "_TZE284_p3dbf6qs",
6480
6481
  "_TZE200_rxq4iti9",
6481
6482
  "_TZE204_ogx8u5z6",
6483
+ "_TZE200_4utwoz2",
6482
6484
  "_TZE284_ogx8u5z6",
6483
6485
  "_TZE200_hvaxb2tc" /* model: 'TRV06', vendor: 'AVATTO' */,
6484
6486
  "_TZE284_o3x45p96" /* model: 'TRV06', vendor: 'AVATTO' */,
@@ -6499,6 +6501,8 @@ exports.definitions = [
6499
6501
  "_TZE200_6rdj8dzm",
6500
6502
  "_TZE200_9xfjixap",
6501
6503
  "_TZE200_jkfbph7l",
6504
+ "_TZE200_4utwoz2",
6505
+ "_TZE200_4utwozi2",
6502
6506
  ]),
6503
6507
  tuya.whitelabel("AVATTO", "ME168_1", "Thermostatic radiator valve", ["_TZE200_rxntag7i"]),
6504
6508
  tuya.whitelabel("AVATTO", "TRV06_1", "Thermostatic radiator valve", ["_TZE200_hvaxb2tc", "_TZE284_o3x45p96"]),
@@ -13516,7 +13520,7 @@ exports.definitions = [
13516
13520
  ],
13517
13521
  },
13518
13522
  {
13519
- fingerprint: tuya.fingerprint("TS0001", ["_TZ3210_dse8ogfy", "_TZ3210_j4pdtz9v"]),
13523
+ fingerprint: tuya.fingerprint("TS0001", ["_TZ3210_dse8ogfy", "_TZ3210_j4pdtz9v", "_TZ3210_7vgttna6"]),
13520
13524
  model: "TS0001_fingerbot",
13521
13525
  vendor: "Tuya",
13522
13526
  description: "Zigbee fingerbot plus",
@@ -20599,7 +20603,7 @@ exports.definitions = [
20599
20603
  [
20600
20604
  7,
20601
20605
  "work_state",
20602
- tuya.valueConverterBasic.lookup((options) => options.invert_cover ? { opening: tuya.enum(1), closing: tuya.enum(0) } : { opening: tuya.enum(0), closing: tuya.enum(1) }),
20606
+ tuya.valueConverterBasic.lookup((options) => options.invert_cover ? { opening: tuya.enum(0), closing: tuya.enum(1) } : { opening: tuya.enum(1), closing: tuya.enum(0) }),
20603
20607
  ],
20604
20608
  [12, "motor_fault", tuya.valueConverter.trueFalse1],
20605
20609
  [13, "battery", tuya.valueConverter.raw],