zigbee-herdsman-converters 25.8.0 → 25.9.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 +15 -0
- package/dist/devices/lumi.d.ts.map +1 -1
- package/dist/devices/lumi.js +10 -2
- package/dist/devices/lumi.js.map +1 -1
- package/dist/devices/shinasystem.d.ts.map +1 -1
- package/dist/devices/shinasystem.js +16 -0
- package/dist/devices/shinasystem.js.map +1 -1
- package/dist/devices/sonoff.d.ts.map +1 -1
- package/dist/devices/sonoff.js +1 -0
- package/dist/devices/sonoff.js.map +1 -1
- package/dist/devices/tuya.js +1 -1
- package/dist/devices/tuya.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [25.9.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.8.0...v25.9.0) (2025-08-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **add:** OSM-300ZB ([#9846](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9846)) ([8868ede](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8868ede0e1702cde132412c3e8d79dc943f2e339))
|
|
9
|
+
* **add:** T2_E26 https://github.com/Koenkk/zigbee2mqtt/issues/26182 ([73b5ddd](https://github.com/Koenkk/zigbee-herdsman-converters/commit/73b5dddc5a6024fcc912d3159940cbedfe771269))
|
|
10
|
+
* SONOFF SNZB-05P: support OTA https://github.com/Koenkk/zigbee-OTA/issues/838 ([4efaf65](https://github.com/Koenkk/zigbee-herdsman-converters/commit/4efaf65aed6c798d8a84615a81e9e535e7ad70cb))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Girier JR-ZPM01: fix configure failing https://github.com/Koenkk/zigbee2mqtt/issues/28198 ([5a7f235](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5a7f2352e34d0e6ec02c3bfd03dd31cf62253efe))
|
|
16
|
+
* **ignore:** bump the minor-patch group with 2 updates ([#9845](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9845)) ([3f8e0f5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3f8e0f5ea15e277099d433ee06ba10dc71bf20e6))
|
|
17
|
+
|
|
3
18
|
## [25.8.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.7.0...v25.8.0) (2025-08-24)
|
|
4
19
|
|
|
5
20
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lumi.d.ts","sourceRoot":"","sources":["../../src/devices/lumi.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AA0DvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"lumi.d.ts","sourceRoot":"","sources":["../../src/devices/lumi.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AA0DvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAqkJ7C,CAAC"}
|
package/dist/devices/lumi.js
CHANGED
|
@@ -4293,11 +4293,19 @@ exports.definitions = [
|
|
|
4293
4293
|
],
|
|
4294
4294
|
},
|
|
4295
4295
|
{
|
|
4296
|
-
zigbeeModel: ["lumi.light.agl003", "lumi.light.agl005"],
|
|
4296
|
+
zigbeeModel: ["lumi.light.agl003", "lumi.light.agl005", "lumi.light.agl006", "lumi.light.agl001"],
|
|
4297
4297
|
model: "T2_E27",
|
|
4298
4298
|
vendor: "Aqara",
|
|
4299
4299
|
description: "E27 led bulb",
|
|
4300
|
-
whiteLabel: [
|
|
4300
|
+
whiteLabel: [
|
|
4301
|
+
{
|
|
4302
|
+
model: "T2_GU10",
|
|
4303
|
+
vendor: "Aqara",
|
|
4304
|
+
description: "GU10 led bulb",
|
|
4305
|
+
fingerprint: [{ modelID: "lumi.light.agl005" }, { modelID: "lumi.light.agl006" }],
|
|
4306
|
+
},
|
|
4307
|
+
{ model: "T2_E26", vendor: "Aqara", description: "GU10 led bulb", fingerprint: [{ modelID: "lumi.light.agl001" }] },
|
|
4308
|
+
],
|
|
4301
4309
|
extend: [lumiLight({ colorTemp: true, color: true, colorTempRange: [111, 500], powerOutageMemory: "light" }), lumiZigbeeOTA()],
|
|
4302
4310
|
},
|
|
4303
4311
|
{
|