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.
- package/CHANGELOG.md +25 -0
- package/dist/devices/brun_holding.d.ts +3 -0
- package/dist/devices/brun_holding.d.ts.map +1 -0
- package/dist/devices/brun_holding.js +59 -0
- package/dist/devices/brun_holding.js.map +1 -0
- package/dist/devices/dresden_elektronik.js +1 -1
- package/dist/devices/dresden_elektronik.js.map +1 -1
- package/dist/devices/eurotronic.d.ts.map +1 -1
- package/dist/devices/eurotronic.js +4 -1
- package/dist/devices/eurotronic.js.map +1 -1
- package/dist/devices/index.d.ts.map +1 -1
- package/dist/devices/index.js +4 -0
- package/dist/devices/index.js.map +1 -1
- package/dist/devices/lumi.d.ts.map +1 -1
- package/dist/devices/lumi.js +3 -11
- package/dist/devices/lumi.js.map +1 -1
- package/dist/devices/moes.js +3 -3
- package/dist/devices/moes.js.map +1 -1
- package/dist/devices/paulmann.d.ts.map +1 -1
- package/dist/devices/paulmann.js +7 -0
- package/dist/devices/paulmann.js.map +1 -1
- package/dist/devices/somfy.d.ts.map +1 -1
- package/dist/devices/somfy.js +13 -1
- package/dist/devices/somfy.js.map +1 -1
- package/dist/devices/sonoff.d.ts.map +1 -1
- package/dist/devices/sonoff.js +19 -0
- package/dist/devices/sonoff.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +3 -2
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/wmun.d.ts +3 -0
- package/dist/devices/wmun.d.ts.map +1 -0
- package/dist/devices/wmun.js +61 -0
- package/dist/devices/wmun.js.map +1 -0
- package/dist/lib/constants.d.ts +3 -1
- package/dist/lib/constants.d.ts.map +1 -1
- package/dist/lib/exposes.d.ts.map +1 -1
- package/dist/lib/legacy.d.ts +2 -2
- package/dist/lib/legacy.d.ts.map +1 -1
- package/dist/lib/legacy.js +3 -1
- package/dist/lib/legacy.js.map +1 -1
- package/dist/lib/lumi.d.ts +41 -1
- package/dist/lib/lumi.d.ts.map +1 -1
- package/dist/lib/nodon.d.ts.map +1 -1
- package/dist/lib/reporting.d.ts.map +1 -1
- package/dist/lib/tuya.d.ts.map +1 -1
- package/dist/lib/utils.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +6 -6
package/dist/devices/tuya.js
CHANGED
|
@@ -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,
|
|
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", "
|
|
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) => {
|