zigbee-herdsman-converters 25.64.0 → 25.66.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 +39 -0
- package/dist/devices/bega.d.ts.map +1 -1
- package/dist/devices/bega.js +7 -0
- package/dist/devices/bega.js.map +1 -1
- package/dist/devices/easyiot.d.ts.map +1 -1
- package/dist/devices/easyiot.js +2 -3
- package/dist/devices/easyiot.js.map +1 -1
- package/dist/devices/ecodim.js +1 -1
- package/dist/devices/ecodim.js.map +1 -1
- package/dist/devices/innr.d.ts.map +1 -1
- package/dist/devices/innr.js +7 -0
- package/dist/devices/innr.js.map +1 -1
- package/dist/devices/konke.js +1 -1
- package/dist/devices/konke.js.map +1 -1
- package/dist/devices/ledvance.d.ts.map +1 -1
- package/dist/devices/ledvance.js +1 -0
- package/dist/devices/ledvance.js.map +1 -1
- package/dist/devices/lumi.d.ts.map +1 -1
- package/dist/devices/lumi.js +8 -2
- package/dist/devices/lumi.js.map +1 -1
- package/dist/devices/moes.js +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +14 -0
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/qa.d.ts.map +1 -1
- package/dist/devices/qa.js +37 -0
- package/dist/devices/qa.js.map +1 -1
- package/dist/devices/somfy.d.ts.map +1 -1
- package/dist/devices/somfy.js +7 -0
- package/dist/devices/somfy.js.map +1 -1
- package/dist/devices/sonoff.js +1 -1
- package/dist/devices/sonoff.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +232 -8
- package/dist/devices/tuya.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
package/dist/devices/moes.js
CHANGED
|
@@ -1426,7 +1426,7 @@ exports.definitions = [
|
|
|
1426
1426
|
model: "ZHT-SR",
|
|
1427
1427
|
vendor: "Moes",
|
|
1428
1428
|
description: "Smart ring thermostat",
|
|
1429
|
-
extend: [tuya.modernExtend.tuyaBase({ dp: true, timeStart: "
|
|
1429
|
+
extend: [tuya.modernExtend.tuyaBase({ dp: true, timeStart: "1970" })],
|
|
1430
1430
|
exposes: [
|
|
1431
1431
|
e
|
|
1432
1432
|
.climate()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../../src/devices/philips.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../../src/devices/philips.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAkxI7C,CAAC"}
|
package/dist/devices/philips.js
CHANGED
|
@@ -1897,6 +1897,13 @@ exports.definitions = [
|
|
|
1897
1897
|
description: "Hue white ambiance Aurelle square panel light",
|
|
1898
1898
|
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
|
|
1899
1899
|
},
|
|
1900
|
+
{
|
|
1901
|
+
zigbeeModel: ["929003597802"],
|
|
1902
|
+
model: "929003597802",
|
|
1903
|
+
vendor: "Philips",
|
|
1904
|
+
description: "Hue black ambiance Aurelle square panel light",
|
|
1905
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
|
|
1906
|
+
},
|
|
1900
1907
|
{
|
|
1901
1908
|
zigbeeModel: ["3216231P6"],
|
|
1902
1909
|
model: "3216231P6",
|
|
@@ -3291,6 +3298,13 @@ exports.definitions = [
|
|
|
3291
3298
|
description: "Hue Play gradient lightstrip for PC 3x 24/27",
|
|
3292
3299
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true, gradient: true })],
|
|
3293
3300
|
},
|
|
3301
|
+
{
|
|
3302
|
+
zigbeeModel: ["929004608004"],
|
|
3303
|
+
model: "929004608004",
|
|
3304
|
+
vendor: "Philips",
|
|
3305
|
+
description: "Hue Omniglow lightstrip",
|
|
3306
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true, gradient: { extraEffects: ["sparkle", "opal", "glisten"] } })],
|
|
3307
|
+
},
|
|
3294
3308
|
{
|
|
3295
3309
|
zigbeeModel: ["929003099301"],
|
|
3296
3310
|
model: "929003099301",
|