zigbee-herdsman-converters 23.2.0 → 23.3.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.
Files changed (49) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/devices/brun_holding.d.ts +3 -0
  3. package/dist/devices/brun_holding.d.ts.map +1 -0
  4. package/dist/devices/brun_holding.js +59 -0
  5. package/dist/devices/brun_holding.js.map +1 -0
  6. package/dist/devices/dresden_elektronik.js +1 -1
  7. package/dist/devices/dresden_elektronik.js.map +1 -1
  8. package/dist/devices/eurotronic.d.ts.map +1 -1
  9. package/dist/devices/eurotronic.js +4 -1
  10. package/dist/devices/eurotronic.js.map +1 -1
  11. package/dist/devices/index.d.ts.map +1 -1
  12. package/dist/devices/index.js +4 -0
  13. package/dist/devices/index.js.map +1 -1
  14. package/dist/devices/lumi.d.ts.map +1 -1
  15. package/dist/devices/lumi.js +3 -11
  16. package/dist/devices/lumi.js.map +1 -1
  17. package/dist/devices/moes.js +3 -3
  18. package/dist/devices/moes.js.map +1 -1
  19. package/dist/devices/paulmann.d.ts.map +1 -1
  20. package/dist/devices/paulmann.js +7 -0
  21. package/dist/devices/paulmann.js.map +1 -1
  22. package/dist/devices/somfy.d.ts.map +1 -1
  23. package/dist/devices/somfy.js +13 -1
  24. package/dist/devices/somfy.js.map +1 -1
  25. package/dist/devices/sonoff.d.ts.map +1 -1
  26. package/dist/devices/sonoff.js +19 -0
  27. package/dist/devices/sonoff.js.map +1 -1
  28. package/dist/devices/tuya.d.ts.map +1 -1
  29. package/dist/devices/tuya.js +3 -2
  30. package/dist/devices/tuya.js.map +1 -1
  31. package/dist/devices/wmun.d.ts +3 -0
  32. package/dist/devices/wmun.d.ts.map +1 -0
  33. package/dist/devices/wmun.js +61 -0
  34. package/dist/devices/wmun.js.map +1 -0
  35. package/dist/lib/constants.d.ts +3 -1
  36. package/dist/lib/constants.d.ts.map +1 -1
  37. package/dist/lib/exposes.d.ts.map +1 -1
  38. package/dist/lib/legacy.d.ts +2 -2
  39. package/dist/lib/legacy.d.ts.map +1 -1
  40. package/dist/lib/legacy.js +3 -1
  41. package/dist/lib/legacy.js.map +1 -1
  42. package/dist/lib/lumi.d.ts +41 -1
  43. package/dist/lib/lumi.d.ts.map +1 -1
  44. package/dist/lib/nodon.d.ts.map +1 -1
  45. package/dist/lib/reporting.d.ts.map +1 -1
  46. package/dist/lib/tuya.d.ts.map +1 -1
  47. package/dist/lib/utils.js.map +1 -1
  48. package/dist/models-index.json +1 -1
  49. package/package.json +6 -6
@@ -5400,7 +5400,7 @@ exports.definitions = [
5400
5400
  .withLocalTemperature(ea.STATE)
5401
5401
  .withPreset(["schedule", "holiday", "manual", "comfort", "eco"])
5402
5402
  .withSystemMode(["off", "heat"], ea.STATE)
5403
- .withLocalTemperatureCalibration(-12, 12, 0.5, ea.STATE_SET),
5403
+ .withLocalTemperatureCalibration(-12, 12, 1, ea.STATE_SET),
5404
5404
  ...tuya.exposes.scheduleAllDays(ea.STATE_SET, "HH:MM/C HH:MM/C HH:MM/C HH:MM/C HH:MM/C HH:MM/C"),
5405
5405
  e.holiday_temperature().withValueMin(5).withValueMax(45),
5406
5406
  e.comfort_temperature().withValueMin(5).withValueMax(45),
@@ -6082,6 +6082,7 @@ exports.definitions = [
6082
6082
  tuya.whitelabel("PSMART", "T440", "Smart wallsocket (with power monitoring)", ["_TZ3000_y4ona9me"]),
6083
6083
  tuya.whitelabel("Nous", "A6Z", "Outdoor smart socket", ["_TZ3000_266azbg3"]),
6084
6084
  tuya.whitelabel("Nedis", "ZBPO130FWT", "Outdoor smart plug (with power monitoring)", ["_TZ3000_3ias4w4o"]),
6085
+ tuya.whitelabel("Nous", "A9Z", "Smart ZigBee Socket", ["_TZ3210_ddigca5n"]),
6085
6086
  ],
6086
6087
  ota: true,
6087
6088
  extend: [
@@ -8053,7 +8054,7 @@ exports.definitions = [
8053
8054
  whiteLabel: [
8054
8055
  tuya.whitelabel("Tongou", "TO-Q-SY1-JZT", "Din smart relay (with power monitoring via polling)", ["_TZ3000_qeuvnohg"]),
8055
8056
  tuya.whitelabel("TOMZN", "TOB9Z-63M", "Din smart relay (with power monitoring via polling)", ["_TZ3000_6l1pjfqe"]),
8056
- tuya.whitelabel("Nous", "D2Z", "Din smart relay (with power monitoring via polling)", ["_TZ3000_2iiimqs9"]),
8057
+ tuya.whitelabel("Nous", "DZ", "DIN Switch (with power monitoring via polling)", ["_TZ3000_2iiimqs9"]),
8057
8058
  ],
8058
8059
  ota: true,
8059
8060
  configure: async (device, coordinatorEndpoint) => {