zigbee-herdsman 9.0.9 → 9.0.10

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.10](https://github.com/Koenkk/zigbee-herdsman/compare/v9.0.9...v9.0.10) (2026-03-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **ignore:** bump the minor-patch group with 2 updates ([#1677](https://github.com/Koenkk/zigbee-herdsman/issues/1677)) ([1aceee5](https://github.com/Koenkk/zigbee-herdsman/commit/1aceee5f3eac1f4e39f02c3116da5424f73d2ca2))
9
+ * Move manuSpecificClusterAduroSmart to ZHC ([#1671](https://github.com/Koenkk/zigbee-herdsman/issues/1671)) ([8749e5d](https://github.com/Koenkk/zigbee-herdsman/commit/8749e5d6a0aefbacb6abf4c6cb2b74188aa1728a))
10
+ * Move manuSpecificOsram from ZH to ZHC ([#1678](https://github.com/Koenkk/zigbee-herdsman/issues/1678)) ([91302cd](https://github.com/Koenkk/zigbee-herdsman/commit/91302cd48aa65e830ed618de4e7bc85e8959cda4))
11
+ * Move sprutVoc, sprutNoise and sprutIrBlaster from ZH to ZHC ([#1679](https://github.com/Koenkk/zigbee-herdsman/issues/1679)) ([605962c](https://github.com/Koenkk/zigbee-herdsman/commit/605962cb03ae3714ee4540d02679c41f6e45221a))
12
+ * Moved cluster manuSpecificCentraliteHumidity from ZH to ZHC ([#1675](https://github.com/Koenkk/zigbee-herdsman/issues/1675)) ([5bac250](https://github.com/Koenkk/zigbee-herdsman/commit/5bac2504501fb3d9ca1f7e13a99b3c1b7d69c60c))
13
+
3
14
  ## [9.0.9](https://github.com/Koenkk/zigbee-herdsman/compare/v9.0.8...v9.0.9) (2026-02-28)
4
15
 
5
16
 
@@ -1 +1 @@
1
- {"version":3,"file":"cluster.d.ts","sourceRoot":"","sources":["../../../../src/zspec/zcl/definition/cluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,iBAAiB,EAAE,WAAW,EAAC,MAAM,UAAU,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC,CA08O/E,CAAC"}
1
+ {"version":3,"file":"cluster.d.ts","sourceRoot":"","sources":["../../../../src/zspec/zcl/definition/cluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,iBAAiB,EAAE,WAAW,EAAC,MAAM,UAAU,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC,CA04O/E,CAAC"}
@@ -6993,25 +6993,6 @@ exports.Clusters = {
6993
6993
  },
6994
6994
  },
6995
6995
  },
6996
- manuSpecificClusterAduroSmart: {
6997
- ID: 0xfccc,
6998
- attributes: {},
6999
- commands: {
7000
- cmd0: { ID: 0x00, parameters: [] },
7001
- },
7002
- commandsResponse: {},
7003
- },
7004
- manuSpecificOsram: {
7005
- ID: 0xfc0f,
7006
- attributes: {},
7007
- commands: {
7008
- saveStartupParams: { ID: 0x01, parameters: [] },
7009
- resetStartupParams: { ID: 0x02, parameters: [] },
7010
- },
7011
- commandsResponse: {
7012
- saveStartupParamsRsp: { ID: 0x00, parameters: [] },
7013
- },
7014
- },
7015
6996
  manuSpecificPhilips: {
7016
6997
  ID: 0xfc00,
7017
6998
  manufacturerCode: manufacturerCode_1.ManufacturerCode.SIGNIFY_NETHERLANDS_B_V,
@@ -7351,15 +7332,6 @@ exports.Clusters = {
7351
7332
  },
7352
7333
  commandsResponse: {},
7353
7334
  },
7354
- manuSpecificCentraliteHumidity: {
7355
- ID: 0xfc45,
7356
- manufacturerCode: manufacturerCode_1.ManufacturerCode.CENTRALITE_SYSTEMS_INC,
7357
- attributes: {
7358
- measuredValue: { ID: 0x0000, type: enums_1.DataType.UINT16, write: true, max: 0xffff },
7359
- },
7360
- commands: {},
7361
- commandsResponse: {},
7362
- },
7363
7335
  manuSpecificSmartThingsArrivalSensor: {
7364
7336
  ID: 0xfc05,
7365
7337
  manufacturerCode: manufacturerCode_1.ManufacturerCode.SMARTTHINGS_INC,
@@ -7383,42 +7355,6 @@ exports.Clusters = {
7383
7355
  commands: {},
7384
7356
  commandsResponse: {},
7385
7357
  },
7386
- sprutVoc: {
7387
- ID: 0x6601,
7388
- manufacturerCode: 26214,
7389
- attributes: {
7390
- voc: { ID: 0x6600, type: enums_1.DataType.UINT16, write: true, max: 0xffff },
7391
- },
7392
- commands: {},
7393
- commandsResponse: {},
7394
- },
7395
- sprutNoise: {
7396
- ID: 0x6602,
7397
- manufacturerCode: 26214,
7398
- attributes: {
7399
- noise: { ID: 0x6600, type: enums_1.DataType.SINGLE_PREC, write: true },
7400
- noiseDetected: { ID: 0x6601, type: enums_1.DataType.BITMAP8, write: true },
7401
- noiseDetectLevel: { ID: 0x6602, type: enums_1.DataType.SINGLE_PREC, write: true },
7402
- noiseAfterDetectDelay: { ID: 0x6603, type: enums_1.DataType.UINT16, write: true, max: 0xffff },
7403
- },
7404
- commands: {},
7405
- commandsResponse: {},
7406
- },
7407
- sprutIrBlaster: {
7408
- ID: 0x6603,
7409
- manufacturerCode: 26214,
7410
- attributes: {},
7411
- commands: {
7412
- playStore: { ID: 0x00, parameters: [{ name: "param", type: enums_1.DataType.UINT8, max: 0xff }] },
7413
- learnStart: { ID: 0x01, parameters: [{ name: "value", type: enums_1.DataType.UINT8, max: 0xff }] },
7414
- learnStop: { ID: 0x02, parameters: [{ name: "value", type: enums_1.DataType.UINT8, max: 0xff }] },
7415
- clearStore: { ID: 0x03, parameters: [] },
7416
- playRam: { ID: 0x04, parameters: [] },
7417
- learnRamStart: { ID: 0x05, parameters: [] },
7418
- learnRamStop: { ID: 0x06, parameters: [] },
7419
- },
7420
- commandsResponse: {},
7421
- },
7422
7358
  manuSpecificSiglisZigfred: {
7423
7359
  ID: 0xfc42,
7424
7360
  manufacturerCode: 0x129c,