zigbee-herdsman 10.0.4 → 10.0.5
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 +13 -0
- package/dist/zspec/zcl/definition/cluster.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/cluster.js +0 -134
- package/dist/zspec/zcl/definition/cluster.js.map +1 -1
- package/dist/zspec/zcl/definition/clusters-types.d.ts +2 -63
- package/dist/zspec/zcl/definition/clusters-types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [10.0.5](https://github.com/Koenkk/zigbee-herdsman/compare/v10.0.4...v10.0.5) (2026-03-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Move "Tradfri" commands used in ZHC to ZHC / ikea.ts ([#1714](https://github.com/Koenkk/zigbee-herdsman/issues/1714)) ([599cd08](https://github.com/Koenkk/zigbee-herdsman/commit/599cd082d8e4470d6e49f59e1a0b84555bb22ec4))
|
|
9
|
+
* Move cluster attribute develcoAlarmOffDelay from ZH to ZHC ([#1725](https://github.com/Koenkk/zigbee-herdsman/issues/1725)) ([b224e13](https://github.com/Koenkk/zigbee-herdsman/commit/b224e134495333df8049691b00e47aeebd37366c))
|
|
10
|
+
* Move Sprut attributes from ZH to ZHC ([#1713](https://github.com/Koenkk/zigbee-herdsman/issues/1713)) ([5a1276e](https://github.com/Koenkk/zigbee-herdsman/commit/5a1276eeb0eb0142ea90da197ae21195e8456170))
|
|
11
|
+
* Move two Stelpro attributes in hvacThermostat from ZH to ZHC ([#1722](https://github.com/Koenkk/zigbee-herdsman/issues/1722)) ([9ad65bf](https://github.com/Koenkk/zigbee-herdsman/commit/9ad65bf5d57781d0e830d81fe0491ac94de7b469))
|
|
12
|
+
* Move Viessmann attributes from ZH to ZHC ([#1724](https://github.com/Koenkk/zigbee-herdsman/issues/1724)) ([3594433](https://github.com/Koenkk/zigbee-herdsman/commit/3594433a174705285bc52e56195340e999fd629b))
|
|
13
|
+
* Remove custom attributes and commands not used in ZHC ([#1723](https://github.com/Koenkk/zigbee-herdsman/issues/1723)) ([8527a0e](https://github.com/Koenkk/zigbee-herdsman/commit/8527a0eb2cfce28afb9cf2b694e77c82c8c7b988))
|
|
14
|
+
* Remove custom attributes/commandsResponses not used in ZHC ([#1715](https://github.com/Koenkk/zigbee-herdsman/issues/1715)) ([124640f](https://github.com/Koenkk/zigbee-herdsman/commit/124640f04379719441359d7a7deabd167aea7cfb))
|
|
15
|
+
|
|
3
16
|
## [10.0.4](https://github.com/Koenkk/zigbee-herdsman/compare/v10.0.3...v10.0.4) (2026-03-22)
|
|
4
17
|
|
|
5
18
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.d.ts","sourceRoot":"","sources":["../../../../src/zspec/zcl/definition/cluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,OAAO,EAAE,WAAW,EAAC,MAAM,UAAU,CAAC;AAEnD,eAAO,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"cluster.d.ts","sourceRoot":"","sources":["../../../../src/zspec/zcl/definition/cluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,OAAO,EAAE,WAAW,EAAC,MAAM,UAAU,CAAC;AAEnD,eAAO,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAi2O3D,CAAC"}
|
|
@@ -281,16 +281,6 @@ exports.Clusters = {
|
|
|
281
281
|
{ name: "effectvariant", type: enums_1.DataType.ENUM8 },
|
|
282
282
|
],
|
|
283
283
|
},
|
|
284
|
-
// custom
|
|
285
|
-
ezmodeInvoke: { name: "ezmodeInvoke", ID: 0x02, parameters: [{ name: "action", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
286
|
-
updateCommissionState: {
|
|
287
|
-
name: "updateCommissionState",
|
|
288
|
-
ID: 0x03,
|
|
289
|
-
parameters: [
|
|
290
|
-
{ name: "action", type: enums_1.DataType.UINT8, max: 0xff },
|
|
291
|
-
{ name: "commstatemask", type: enums_1.DataType.UINT8, max: 0xff },
|
|
292
|
-
],
|
|
293
|
-
},
|
|
294
284
|
},
|
|
295
285
|
commandsResponse: {
|
|
296
286
|
identifyQueryRsp: {
|
|
@@ -496,17 +486,6 @@ exports.Clusters = {
|
|
|
496
486
|
{ name: "sceneidto", type: enums_1.DataType.UINT8 },
|
|
497
487
|
],
|
|
498
488
|
},
|
|
499
|
-
// custom
|
|
500
|
-
tradfriArrowSingle: {
|
|
501
|
-
name: "tradfriArrowSingle",
|
|
502
|
-
ID: 0x07,
|
|
503
|
-
parameters: [
|
|
504
|
-
{ name: "value", type: enums_1.DataType.UINT16, max: 0xffff },
|
|
505
|
-
{ name: "value2", type: enums_1.DataType.UINT16, max: 0xffff },
|
|
506
|
-
],
|
|
507
|
-
},
|
|
508
|
-
tradfriArrowHold: { name: "tradfriArrowHold", ID: 0x08, parameters: [{ name: "value", type: enums_1.DataType.UINT16, max: 0xffff }] },
|
|
509
|
-
tradfriArrowRelease: { name: "tradfriArrowRelease", ID: 0x09, parameters: [{ name: "value", type: enums_1.DataType.UINT16, max: 0xffff }] },
|
|
510
489
|
},
|
|
511
490
|
commandsResponse: {
|
|
512
491
|
addRsp: {
|
|
@@ -657,14 +636,6 @@ exports.Clusters = {
|
|
|
657
636
|
offWaitTime: { name: "offWaitTime", ID: 0x4002, type: enums_1.DataType.UINT16, write: true, max: 0xffff, default: 0 },
|
|
658
637
|
startUpOnOff: { name: "startUpOnOff", ID: 0x4003, type: enums_1.DataType.ENUM8, write: true, max: 0xff, special: [["SetToPreviousValue", "ff"]] },
|
|
659
638
|
// custom
|
|
660
|
-
nodonTransitionTime: {
|
|
661
|
-
name: "nodonTransitionTime",
|
|
662
|
-
ID: 0x0001,
|
|
663
|
-
type: enums_1.DataType.UINT16,
|
|
664
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.NODON,
|
|
665
|
-
write: true,
|
|
666
|
-
max: 0xffff,
|
|
667
|
-
},
|
|
668
639
|
tuyaBacklightSwitch: { name: "tuyaBacklightSwitch", ID: 0x5000, type: enums_1.DataType.ENUM8, write: true, max: 0xff },
|
|
669
640
|
tuyaBacklightMode: { name: "tuyaBacklightMode", ID: 0x8001, type: enums_1.DataType.ENUM8, write: true, max: 0xff },
|
|
670
641
|
moesStartUpOnOff: { name: "moesStartUpOnOff", ID: 0x8002, type: enums_1.DataType.ENUM8, write: true, max: 0xff },
|
|
@@ -915,8 +886,6 @@ exports.Clusters = {
|
|
|
915
886
|
resetAll: { name: "resetAll", ID: 0x01, parameters: [], required: true },
|
|
916
887
|
getAlarm: { name: "getAlarm", ID: 0x02, parameters: [] },
|
|
917
888
|
resetLog: { name: "resetLog", ID: 0x03, parameters: [] },
|
|
918
|
-
// custom
|
|
919
|
-
publishEventLog: { name: "publishEventLog", ID: 0x04, parameters: [] },
|
|
920
889
|
},
|
|
921
890
|
commandsResponse: {
|
|
922
891
|
alarm: {
|
|
@@ -950,8 +919,6 @@ exports.Clusters = {
|
|
|
950
919
|
},
|
|
951
920
|
],
|
|
952
921
|
},
|
|
953
|
-
// custom
|
|
954
|
-
getEventLog: { name: "getEventLog", ID: 0x02, parameters: [] },
|
|
955
922
|
},
|
|
956
923
|
},
|
|
957
924
|
genTime: {
|
|
@@ -3496,22 +3463,6 @@ exports.Clusters = {
|
|
|
3496
3463
|
write: true,
|
|
3497
3464
|
max: 0xff,
|
|
3498
3465
|
},
|
|
3499
|
-
nikoCalibrationTimeUp: {
|
|
3500
|
-
name: "nikoCalibrationTimeUp",
|
|
3501
|
-
ID: 0xfcc1,
|
|
3502
|
-
type: enums_1.DataType.UINT16,
|
|
3503
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.NIKO_NV,
|
|
3504
|
-
write: true,
|
|
3505
|
-
max: 0xffff,
|
|
3506
|
-
},
|
|
3507
|
-
nikoCalibrationTimeDown: {
|
|
3508
|
-
name: "nikoCalibrationTimeDown",
|
|
3509
|
-
ID: 0xfcc2,
|
|
3510
|
-
type: enums_1.DataType.UINT16,
|
|
3511
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.NIKO_NV,
|
|
3512
|
-
write: true,
|
|
3513
|
-
max: 0xffff,
|
|
3514
|
-
},
|
|
3515
3466
|
},
|
|
3516
3467
|
commands: {
|
|
3517
3468
|
upOpen: { name: "upOpen", ID: 0x00, parameters: [], required: true },
|
|
@@ -3724,30 +3675,6 @@ exports.Clusters = {
|
|
|
3724
3675
|
write: true,
|
|
3725
3676
|
max: 0xffff,
|
|
3726
3677
|
},
|
|
3727
|
-
viessmannWindowOpenInternal: {
|
|
3728
|
-
name: "viessmannWindowOpenInternal",
|
|
3729
|
-
ID: 0x4000,
|
|
3730
|
-
type: enums_1.DataType.ENUM8,
|
|
3731
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.VIESSMANN_ELEKTRONIK_GMBH,
|
|
3732
|
-
write: true,
|
|
3733
|
-
max: 0xff,
|
|
3734
|
-
},
|
|
3735
|
-
StelproOutdoorTemp: { name: "StelproOutdoorTemp", ID: 0x4001, type: enums_1.DataType.INT16, write: true, min: -32768, max: 32767 },
|
|
3736
|
-
viessmannWindowOpenForce: {
|
|
3737
|
-
name: "viessmannWindowOpenForce",
|
|
3738
|
-
ID: 0x4003,
|
|
3739
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3740
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.VIESSMANN_ELEKTRONIK_GMBH,
|
|
3741
|
-
write: true,
|
|
3742
|
-
},
|
|
3743
|
-
viessmannAssemblyMode: {
|
|
3744
|
-
name: "viessmannAssemblyMode",
|
|
3745
|
-
ID: 0x4012,
|
|
3746
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3747
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.VIESSMANN_ELEKTRONIK_GMBH,
|
|
3748
|
-
write: true,
|
|
3749
|
-
},
|
|
3750
|
-
StelproSystemMode: { name: "StelproSystemMode", ID: 0x401c, type: enums_1.DataType.ENUM8, write: true, max: 0xff },
|
|
3751
3678
|
},
|
|
3752
3679
|
commands: {
|
|
3753
3680
|
setpointRaiseLower: {
|
|
@@ -4408,18 +4335,6 @@ exports.Clusters = {
|
|
|
4408
4335
|
minMeasuredValue: { name: "minMeasuredValue", ID: 0x0001, type: enums_1.DataType.INT16, required: true, min: -27315, max: 32766 },
|
|
4409
4336
|
maxMeasuredValue: { name: "maxMeasuredValue", ID: 0x0002, type: enums_1.DataType.INT16, required: true, min: -27314, max: 32767 },
|
|
4410
4337
|
tolerance: { name: "tolerance", ID: 0x0003, type: enums_1.DataType.UINT16, max: 0x0800 },
|
|
4411
|
-
// custom
|
|
4412
|
-
minPercentChange: { name: "minPercentChange", ID: 0x0010, type: enums_1.DataType.UNKNOWN, write: true },
|
|
4413
|
-
minAbsoluteChange: { name: "minAbsoluteChange", ID: 0x0011, type: enums_1.DataType.UNKNOWN, write: true },
|
|
4414
|
-
sprutTemperatureOffset: {
|
|
4415
|
-
name: "sprutTemperatureOffset",
|
|
4416
|
-
ID: 0x6600,
|
|
4417
|
-
type: enums_1.DataType.INT16,
|
|
4418
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.CUSTOM_SPRUT_DEVICE,
|
|
4419
|
-
write: true,
|
|
4420
|
-
min: -32768,
|
|
4421
|
-
max: 32767,
|
|
4422
|
-
},
|
|
4423
4338
|
},
|
|
4424
4339
|
commands: {},
|
|
4425
4340
|
commandsResponse: {},
|
|
@@ -4463,14 +4378,6 @@ exports.Clusters = {
|
|
|
4463
4378
|
minMeasuredValue: { name: "minMeasuredValue", ID: 0x0001, type: enums_1.DataType.UINT16, required: true, max: 9999 },
|
|
4464
4379
|
maxMeasuredValue: { name: "maxMeasuredValue", ID: 0x0002, type: enums_1.DataType.UINT16, required: true, min: 1, max: 10000 },
|
|
4465
4380
|
tolerance: { name: "tolerance", ID: 0x0003, type: enums_1.DataType.UINT16, max: 0x0800 },
|
|
4466
|
-
// custom
|
|
4467
|
-
sprutHeater: {
|
|
4468
|
-
name: "sprutHeater",
|
|
4469
|
-
ID: 0x6600,
|
|
4470
|
-
type: enums_1.DataType.BOOLEAN,
|
|
4471
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.CUSTOM_SPRUT_DEVICE,
|
|
4472
|
-
write: true,
|
|
4473
|
-
},
|
|
4474
4381
|
},
|
|
4475
4382
|
commands: {},
|
|
4476
4383
|
commandsResponse: {},
|
|
@@ -4499,23 +4406,6 @@ exports.Clusters = {
|
|
|
4499
4406
|
contactOToUDelay: { name: "contactOToUDelay", ID: 0x0030, type: enums_1.DataType.UINT16, write: true, max: 0xfffe, default: 0x0000 },
|
|
4500
4407
|
contactUToODelay: { name: "contactUToODelay", ID: 0x0031, type: enums_1.DataType.UINT16, write: true, max: 0xfffe, default: 0x0000 },
|
|
4501
4408
|
contactUToOThreshold: { name: "contactUToOThreshold", ID: 0x0032, type: enums_1.DataType.UINT8, write: true, min: 0x01, max: 0xfe, default: 0x01 },
|
|
4502
|
-
// custom
|
|
4503
|
-
sprutOccupancyLevel: {
|
|
4504
|
-
name: "sprutOccupancyLevel",
|
|
4505
|
-
ID: 0x6600,
|
|
4506
|
-
type: enums_1.DataType.UINT16,
|
|
4507
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.CUSTOM_SPRUT_DEVICE,
|
|
4508
|
-
write: true,
|
|
4509
|
-
max: 0xffff,
|
|
4510
|
-
},
|
|
4511
|
-
sprutOccupancySensitivity: {
|
|
4512
|
-
name: "sprutOccupancySensitivity",
|
|
4513
|
-
ID: 0x6601,
|
|
4514
|
-
type: enums_1.DataType.UINT16,
|
|
4515
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.CUSTOM_SPRUT_DEVICE,
|
|
4516
|
-
write: true,
|
|
4517
|
-
max: 0xffff,
|
|
4518
|
-
},
|
|
4519
4409
|
},
|
|
4520
4410
|
commands: {},
|
|
4521
4411
|
commandsResponse: {},
|
|
@@ -4602,21 +4492,6 @@ exports.Clusters = {
|
|
|
4602
4492
|
minMeasuredValue: { name: "minMeasuredValue", ID: 0x0001, type: enums_1.DataType.SINGLE_PREC, required: true, min: 0 },
|
|
4603
4493
|
maxMeasuredValue: { name: "maxMeasuredValue", ID: 0x0002, type: enums_1.DataType.SINGLE_PREC, required: true, max: 1 },
|
|
4604
4494
|
tolerance: { name: "tolerance", ID: 0x0003, type: enums_1.DataType.SINGLE_PREC },
|
|
4605
|
-
// custom
|
|
4606
|
-
sprutCO2Calibration: {
|
|
4607
|
-
name: "sprutCO2Calibration",
|
|
4608
|
-
ID: 0x6600,
|
|
4609
|
-
type: enums_1.DataType.BOOLEAN,
|
|
4610
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.CUSTOM_SPRUT_DEVICE,
|
|
4611
|
-
write: true,
|
|
4612
|
-
},
|
|
4613
|
-
sprutCO2AutoCalibration: {
|
|
4614
|
-
name: "sprutCO2AutoCalibration",
|
|
4615
|
-
ID: 0x6601,
|
|
4616
|
-
type: enums_1.DataType.BOOLEAN,
|
|
4617
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.CUSTOM_SPRUT_DEVICE,
|
|
4618
|
-
write: true,
|
|
4619
|
-
},
|
|
4620
4495
|
},
|
|
4621
4496
|
commands: {},
|
|
4622
4497
|
commandsResponse: {},
|
|
@@ -5012,15 +4887,6 @@ exports.Clusters = {
|
|
|
5012
4887
|
},
|
|
5013
4888
|
// if numZoneSensitivityLevelsSupported is supported, this one should be too (`required: true`)
|
|
5014
4889
|
currentZoneSensitivityLevel: { name: "currentZoneSensitivityLevel", ID: 0x0013, type: enums_1.DataType.UINT8, write: true, max: 0xff, default: 0 },
|
|
5015
|
-
// custom
|
|
5016
|
-
develcoAlarmOffDelay: {
|
|
5017
|
-
name: "develcoAlarmOffDelay",
|
|
5018
|
-
ID: 0x8001,
|
|
5019
|
-
type: enums_1.DataType.UINT16,
|
|
5020
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DEVELCO,
|
|
5021
|
-
write: true,
|
|
5022
|
-
max: 0xffff,
|
|
5023
|
-
},
|
|
5024
4890
|
},
|
|
5025
4891
|
commands: {
|
|
5026
4892
|
enrollRsp: {
|