zigbee-herdsman 9.0.7 → 9.0.8
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 +3 -224
- package/dist/zspec/zcl/definition/cluster.js.map +1 -1
- package/dist/zspec/zcl/definition/clusters-types.d.ts +6 -265
- package/dist/zspec/zcl/definition/clusters-types.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/tstype.d.ts +1 -1
- package/dist/zspec/zcl/definition/tstype.d.ts.map +1 -1
- package/dist/zspec/zcl/utils.d.ts.map +1 -1
- package/dist/zspec/zcl/utils.js +14 -29
- package/dist/zspec/zcl/utils.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.0.8](https://github.com/Koenkk/zigbee-herdsman/compare/v9.0.7...v9.0.8) (2026-02-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Missing `write` on some closuresWindowCovering attrs ([#1669](https://github.com/Koenkk/zigbee-herdsman/issues/1669)) ([41f2121](https://github.com/Koenkk/zigbee-herdsman/commit/41f2121d804bc3685bd3518cc29ec38e062560da))
|
|
9
|
+
* Move cluster manuSpecificSchneiderFanSwitchConfiguration from ZH to ZHC. ([#1662](https://github.com/Koenkk/zigbee-herdsman/issues/1662)) ([fd4d585](https://github.com/Koenkk/zigbee-herdsman/commit/fd4d58526d685fd75bc1425df4f2d05ba234fd9d))
|
|
10
|
+
* Move cluster tradfriButton to ZHC ([#1666](https://github.com/Koenkk/zigbee-herdsman/issues/1666)) ([79709b1](https://github.com/Koenkk/zigbee-herdsman/commit/79709b15f7e57ddb16e5def951148771ec5e337b))
|
|
11
|
+
* Move Elko attributes in hvacThermostat cluster to ZHC ([#1658](https://github.com/Koenkk/zigbee-herdsman/issues/1658)) ([71646d2](https://github.com/Koenkk/zigbee-herdsman/commit/71646d2a41e1dae8bfe6d410b2b64b8eb7d94e65))
|
|
12
|
+
* Move legrand clusters to ZHC ([#1665](https://github.com/Koenkk/zigbee-herdsman/issues/1665)) ([ecca834](https://github.com/Koenkk/zigbee-herdsman/commit/ecca83464541b98ced1eed62cf87309a80e467bf))
|
|
13
|
+
* Move manuSpecificAssaDoorLock cluster to ZHC ([#1667](https://github.com/Koenkk/zigbee-herdsman/issues/1667)) ([00b95a0](https://github.com/Koenkk/zigbee-herdsman/commit/00b95a00eb9db8061b6c2240f847cdebeaef7e28))
|
|
14
|
+
* Remove schneiderSpecificPilotMode from ZH ([#1659](https://github.com/Koenkk/zigbee-herdsman/issues/1659)) ([7394cf7](https://github.com/Koenkk/zigbee-herdsman/commit/7394cf7073b24f6d1c917afbb3fdbb180386faf7))
|
|
15
|
+
|
|
3
16
|
## [9.0.7](https://github.com/Koenkk/zigbee-herdsman/compare/v9.0.6...v9.0.7) (2026-02-24)
|
|
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,iBAAiB,EAAE,WAAW,EAAC,MAAM,UAAU,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,iBAAiB,CAAC,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,CA08O/E,CAAC"}
|
|
@@ -2883,9 +2883,9 @@ exports.Clusters = {
|
|
|
2883
2883
|
velocityLift: { ID: 0x0014, type: enums_1.DataType.UINT16, write: true, max: 0xffff, default: 0 },
|
|
2884
2884
|
accelerationTimeLift: { ID: 0x0015, type: enums_1.DataType.UINT16, write: true, max: 0xffff, default: 0 },
|
|
2885
2885
|
decelerationTimeLift: { ID: 0x0016, type: enums_1.DataType.UINT16, write: true, max: 0xffff, default: 0 },
|
|
2886
|
-
windowCoveringMode: { ID: 0x0017, type: enums_1.DataType.BITMAP8, required: true, default: 4 },
|
|
2887
|
-
intermediateSetpointsLift: { ID: 0x0018, type: enums_1.DataType.OCTET_STR, default: "1,0x0000" },
|
|
2888
|
-
intermediateSetpointsTilt: { ID: 0x0019, type: enums_1.DataType.OCTET_STR, default: "1,0x0000" },
|
|
2886
|
+
windowCoveringMode: { ID: 0x0017, type: enums_1.DataType.BITMAP8, write: true, required: true, default: 4 },
|
|
2887
|
+
intermediateSetpointsLift: { ID: 0x0018, type: enums_1.DataType.OCTET_STR, write: true, default: "1,0x0000" },
|
|
2888
|
+
intermediateSetpointsTilt: { ID: 0x0019, type: enums_1.DataType.OCTET_STR, write: true, default: "1,0x0000" },
|
|
2889
2889
|
// custom
|
|
2890
2890
|
// XXX: doesn't exist?
|
|
2891
2891
|
operationalStatus: { ID: 0x000a, type: enums_1.DataType.BITMAP8 },
|
|
@@ -3083,7 +3083,6 @@ exports.Clusters = {
|
|
|
3083
3083
|
},
|
|
3084
3084
|
fourNoksHysteresisLow: { ID: 0x0102, type: enums_1.DataType.UINT16, manufacturerCode: manufacturerCode_1.ManufacturerCode.ASTREL_GROUP_SRL, write: true, max: 0xffff },
|
|
3085
3085
|
SinopeOccupancy: { ID: 0x0400, type: enums_1.DataType.ENUM8, manufacturerCode: manufacturerCode_1.ManufacturerCode.SINOPE_TECHNOLOGIES, write: true, max: 0xff },
|
|
3086
|
-
elkoLoad: { ID: 0x0401, type: enums_1.DataType.UINT16, write: true, max: 0xffff },
|
|
3087
3086
|
SinopeMainCycleOutput: {
|
|
3088
3087
|
ID: 0x0401,
|
|
3089
3088
|
type: enums_1.DataType.UINT16,
|
|
@@ -3093,8 +3092,6 @@ exports.Clusters = {
|
|
|
3093
3092
|
},
|
|
3094
3093
|
elkoDisplayText: { ID: 0x0402, type: enums_1.DataType.CHAR_STR, write: true },
|
|
3095
3094
|
SinopeBacklight: { ID: 0x0402, type: enums_1.DataType.ENUM8, manufacturerCode: manufacturerCode_1.ManufacturerCode.SINOPE_TECHNOLOGIES, write: true, max: 0xff },
|
|
3096
|
-
elkoSensor: { ID: 0x0403, type: enums_1.DataType.ENUM8, write: true, max: 0xff },
|
|
3097
|
-
elkoRegulatorTime: { ID: 0x0404, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
3098
3095
|
SinopeAuxCycleOutput: {
|
|
3099
3096
|
ID: 0x0404,
|
|
3100
3097
|
type: enums_1.DataType.UINT16,
|
|
@@ -3102,20 +3099,6 @@ exports.Clusters = {
|
|
|
3102
3099
|
write: true,
|
|
3103
3100
|
max: 0xffff,
|
|
3104
3101
|
},
|
|
3105
|
-
elkoRegulatorMode: { ID: 0x0405, type: enums_1.DataType.BOOLEAN, write: true },
|
|
3106
|
-
elkoPowerStatus: { ID: 0x0406, type: enums_1.DataType.BOOLEAN, write: true },
|
|
3107
|
-
elkoDateTime: { ID: 0x0407, type: enums_1.DataType.OCTET_STR, write: true },
|
|
3108
|
-
elkoMeanPower: { ID: 0x0408, type: enums_1.DataType.UINT16, write: true, max: 0xffff },
|
|
3109
|
-
elkoExternalTemp: { ID: 0x0409, type: enums_1.DataType.INT16, write: true, min: -32768, max: 32767 },
|
|
3110
|
-
elkoNightSwitching: { ID: 0x0411, type: enums_1.DataType.BOOLEAN, write: true },
|
|
3111
|
-
elkoFrostGuard: { ID: 0x0412, type: enums_1.DataType.BOOLEAN, write: true },
|
|
3112
|
-
elkoChildLock: { ID: 0x0413, type: enums_1.DataType.BOOLEAN, write: true },
|
|
3113
|
-
elkoMaxFloorTemp: { ID: 0x0414, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
3114
|
-
elkoRelayState: { ID: 0x0415, type: enums_1.DataType.BOOLEAN, write: true },
|
|
3115
|
-
elkoVersion: { ID: 0x0416, type: enums_1.DataType.OCTET_STR, write: true },
|
|
3116
|
-
elkoCalibration: { ID: 0x0417, type: enums_1.DataType.INT8, write: true, min: -128, max: 127 },
|
|
3117
|
-
elkoLastMessageId: { ID: 0x0418, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
3118
|
-
elkoLastMessageStatus: { ID: 0x0419, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
3119
3102
|
viessmannWindowOpenInternal: {
|
|
3120
3103
|
ID: 0x4000,
|
|
3121
3104
|
type: enums_1.DataType.ENUM8,
|
|
@@ -7118,41 +7101,6 @@ exports.Clusters = {
|
|
|
7118
7101
|
commands: {},
|
|
7119
7102
|
commandsResponse: {},
|
|
7120
7103
|
},
|
|
7121
|
-
manuSpecificLegrandDevices: {
|
|
7122
|
-
ID: 0xfc01,
|
|
7123
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.LEGRAND_GROUP,
|
|
7124
|
-
attributes: {
|
|
7125
|
-
// attributes seems to vary depending on the device. Can't be static
|
|
7126
|
-
},
|
|
7127
|
-
commands: {},
|
|
7128
|
-
commandsResponse: {},
|
|
7129
|
-
},
|
|
7130
|
-
manuSpecificLegrandDevices2: {
|
|
7131
|
-
ID: 0xfc40,
|
|
7132
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.LEGRAND_GROUP,
|
|
7133
|
-
attributes: {},
|
|
7134
|
-
commands: {
|
|
7135
|
-
command0: { ID: 0x00, parameters: [{ name: "data", type: enums_1.BuffaloZclDataType.BUFFER }] },
|
|
7136
|
-
},
|
|
7137
|
-
commandsResponse: {},
|
|
7138
|
-
},
|
|
7139
|
-
manuSpecificLegrandDevices3: {
|
|
7140
|
-
ID: 0xfc41,
|
|
7141
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.LEGRAND_GROUP,
|
|
7142
|
-
attributes: {},
|
|
7143
|
-
commands: {
|
|
7144
|
-
command0: { ID: 0x00, parameters: [{ name: "data", type: enums_1.BuffaloZclDataType.BUFFER }] },
|
|
7145
|
-
},
|
|
7146
|
-
commandsResponse: {},
|
|
7147
|
-
},
|
|
7148
|
-
wiserDeviceInfo: {
|
|
7149
|
-
ID: 0xfe03, // 65027
|
|
7150
|
-
attributes: {
|
|
7151
|
-
deviceInfo: { ID: 0x0020, type: enums_1.DataType.CHAR_STR, write: true },
|
|
7152
|
-
},
|
|
7153
|
-
commands: {},
|
|
7154
|
-
commandsResponse: {},
|
|
7155
|
-
},
|
|
7156
7104
|
/**
|
|
7157
7105
|
* Tuya cluster
|
|
7158
7106
|
*
|
|
@@ -7435,38 +7383,6 @@ exports.Clusters = {
|
|
|
7435
7383
|
commands: {},
|
|
7436
7384
|
commandsResponse: {},
|
|
7437
7385
|
},
|
|
7438
|
-
tradfriButton: {
|
|
7439
|
-
ID: 0xfc80,
|
|
7440
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.IKEA_OF_SWEDEN,
|
|
7441
|
-
attributes: {},
|
|
7442
|
-
commands: {
|
|
7443
|
-
action1: { ID: 0x01, parameters: [{ name: "data", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7444
|
-
action2: { ID: 0x02, parameters: [{ name: "data", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7445
|
-
action3: { ID: 0x03, parameters: [{ name: "data", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7446
|
-
action4: { ID: 0x04, parameters: [{ name: "data", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7447
|
-
action6: { ID: 0x06, parameters: [{ name: "data", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7448
|
-
},
|
|
7449
|
-
commandsResponse: {},
|
|
7450
|
-
},
|
|
7451
|
-
schneiderSpecificPilotMode: {
|
|
7452
|
-
ID: 0xff23,
|
|
7453
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.SCHNEIDER_ELECTRIC,
|
|
7454
|
-
attributes: {
|
|
7455
|
-
pilotMode: { ID: 0x0031, type: enums_1.DataType.ENUM8, write: true, max: 0xff },
|
|
7456
|
-
},
|
|
7457
|
-
commands: {},
|
|
7458
|
-
commandsResponse: {},
|
|
7459
|
-
},
|
|
7460
|
-
manuSpecificSchneiderFanSwitchConfiguration: {
|
|
7461
|
-
ID: 0xfc04,
|
|
7462
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.SCHNEIDER_ELECTRIC,
|
|
7463
|
-
attributes: {
|
|
7464
|
-
ledIndication: { ID: 0x0002, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7465
|
-
ledOrientation: { ID: 0x0060, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7466
|
-
},
|
|
7467
|
-
commands: {},
|
|
7468
|
-
commandsResponse: {},
|
|
7469
|
-
},
|
|
7470
7386
|
sprutVoc: {
|
|
7471
7387
|
ID: 0x6601,
|
|
7472
7388
|
manufacturerCode: 26214,
|
|
@@ -7627,143 +7543,6 @@ exports.Clusters = {
|
|
|
7627
7543
|
},
|
|
7628
7544
|
commandsResponse: {},
|
|
7629
7545
|
},
|
|
7630
|
-
manuSpecificAssaDoorLock: {
|
|
7631
|
-
ID: 0xfc00,
|
|
7632
|
-
attributes: {
|
|
7633
|
-
autoLockTime: { ID: 0x0012, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7634
|
-
wrongCodeAttempts: { ID: 0x0013, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7635
|
-
shutdownTime: { ID: 0x0014, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7636
|
-
batteryLevel: { ID: 0x0015, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7637
|
-
insideEscutcheonLED: { ID: 0x0016, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7638
|
-
volume: { ID: 0x0017, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7639
|
-
lockMode: { ID: 0x0018, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7640
|
-
language: { ID: 0x0019, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7641
|
-
allCodesLockout: { ID: 0x001a, type: enums_1.DataType.BOOLEAN, write: true },
|
|
7642
|
-
oneTouchLocking: { ID: 0x001b, type: enums_1.DataType.BOOLEAN, write: true },
|
|
7643
|
-
privacyButtonSetting: { ID: 0x001c, type: enums_1.DataType.BOOLEAN, write: true },
|
|
7644
|
-
/* enableLogging: {ID: 0x0020, type: DataType.BOOLEAN, write: true},*/ // marked in C4 driver as not supported
|
|
7645
|
-
numberLogRecordsSupported: { ID: 0x0021, type: enums_1.DataType.UINT16, write: true, max: 0xffff },
|
|
7646
|
-
numberPinsSupported: { ID: 0x0030, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7647
|
-
numberScheduleSlotsPerUser: { ID: 0x0040, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7648
|
-
alarmMask: { ID: 0x0050, type: enums_1.DataType.UINT8, write: true, max: 0xff },
|
|
7649
|
-
},
|
|
7650
|
-
commands: {
|
|
7651
|
-
getLockStatus: { ID: 0x10, response: 0, parameters: [] },
|
|
7652
|
-
getBatteryLevel: { ID: 0x12, parameters: [] },
|
|
7653
|
-
setRFLockoutTime: { ID: 0x13, parameters: [] },
|
|
7654
|
-
/* getLogRecord: {ID: 0x20,
|
|
7655
|
-
parameters: [],
|
|
7656
|
-
},*/ // marked in C4 driver as not supported
|
|
7657
|
-
userCodeSet: {
|
|
7658
|
-
ID: 0x30,
|
|
7659
|
-
parameters: [
|
|
7660
|
-
// bit pack ("bbb", slot, status, pinLength) .. pin
|
|
7661
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7662
|
-
],
|
|
7663
|
-
},
|
|
7664
|
-
userCodeGet: {
|
|
7665
|
-
ID: 0x31,
|
|
7666
|
-
parameters: [
|
|
7667
|
-
// bit pack ("b", slot)
|
|
7668
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7669
|
-
],
|
|
7670
|
-
},
|
|
7671
|
-
userCodeClear: {
|
|
7672
|
-
ID: 0x32,
|
|
7673
|
-
parameters: [
|
|
7674
|
-
// bit pack ("b", slot)
|
|
7675
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7676
|
-
],
|
|
7677
|
-
},
|
|
7678
|
-
clearAllUserCodes: { ID: 0x33, parameters: [] },
|
|
7679
|
-
setUserCodeStatus: { ID: 0x34, parameters: [] },
|
|
7680
|
-
getUserCodeStatus: { ID: 0x35, parameters: [] },
|
|
7681
|
-
getLastUserIdEntered: { ID: 0x36, parameters: [] },
|
|
7682
|
-
userAdded: { ID: 0x37, parameters: [] },
|
|
7683
|
-
userDeleted: { ID: 0x38, parameters: [] },
|
|
7684
|
-
setScheduleSlot: {
|
|
7685
|
-
ID: 0x40,
|
|
7686
|
-
parameters: [
|
|
7687
|
-
// bit pack ("bbbbbbb", 0, slot, weeklyScheduleNumber, startHour, startMinute, hours, minutes)
|
|
7688
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7689
|
-
],
|
|
7690
|
-
},
|
|
7691
|
-
getScheduleSlot: {
|
|
7692
|
-
ID: 0x41,
|
|
7693
|
-
parameters: [
|
|
7694
|
-
// bit pack ("bb", slot, userId)
|
|
7695
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7696
|
-
],
|
|
7697
|
-
},
|
|
7698
|
-
setScheduleSlotStatus: {
|
|
7699
|
-
ID: 0x42,
|
|
7700
|
-
parameters: [
|
|
7701
|
-
// bit pack ("bbb", 0, slot, status)
|
|
7702
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7703
|
-
],
|
|
7704
|
-
},
|
|
7705
|
-
reflash: {
|
|
7706
|
-
ID: 0x60,
|
|
7707
|
-
response: 1,
|
|
7708
|
-
parameters: [
|
|
7709
|
-
// bit pack ("bI", version, length)
|
|
7710
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7711
|
-
],
|
|
7712
|
-
},
|
|
7713
|
-
reflashData: {
|
|
7714
|
-
ID: 0x61,
|
|
7715
|
-
response: 2,
|
|
7716
|
-
parameters: [
|
|
7717
|
-
// bit pack ("IH", segmentId - 1, length) .. string sub (data, start, finish)
|
|
7718
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7719
|
-
],
|
|
7720
|
-
},
|
|
7721
|
-
reflashStatus: {
|
|
7722
|
-
ID: 0x62,
|
|
7723
|
-
response: 3,
|
|
7724
|
-
parameters: [
|
|
7725
|
-
// bit pack ("bI", reflashStatusParameter, 0x00)
|
|
7726
|
-
{ name: "payload", type: enums_1.DataType.CHAR_STR },
|
|
7727
|
-
],
|
|
7728
|
-
},
|
|
7729
|
-
getReflashLock: { ID: 0x90, parameters: [] },
|
|
7730
|
-
getHistory: { ID: 0xa0, parameters: [] },
|
|
7731
|
-
getLogin: { ID: 0xa1, parameters: [] },
|
|
7732
|
-
getUser: { ID: 0xa2, parameters: [] },
|
|
7733
|
-
getUsers: { ID: 0xa3, parameters: [] },
|
|
7734
|
-
getMandatoryAttributes: { ID: 0xb0, parameters: [] },
|
|
7735
|
-
readAttribute: { ID: 0xb1, parameters: [] },
|
|
7736
|
-
writeAttribute: { ID: 0xb2, parameters: [] },
|
|
7737
|
-
configureReporting: { ID: 0xb3, parameters: [] },
|
|
7738
|
-
getBasicClusterAttributes: { ID: 0xb4, parameters: [] },
|
|
7739
|
-
},
|
|
7740
|
-
commandsResponse: {
|
|
7741
|
-
getLockStatusRsp: { ID: 0x00, parameters: [{ name: "status", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7742
|
-
reflashRsp: { ID: 0x01, parameters: [{ name: "status", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7743
|
-
reflashDataRsp: { ID: 0x02, parameters: [{ name: "status", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7744
|
-
reflashStatusRsp: { ID: 0x03, parameters: [{ name: "status", type: enums_1.DataType.UINT8, max: 0xff }] },
|
|
7745
|
-
/* boltStateRsp: {ID: 4,
|
|
7746
|
-
parameters: [
|
|
7747
|
-
{name: 'state', type: DataType.UINT8, max: 0xff},
|
|
7748
|
-
],
|
|
7749
|
-
},*/ // C4 driver has this response yet there is no command - maybe a non-specific cluster response?
|
|
7750
|
-
/* lockStatusReportRsp: {ID: 5,
|
|
7751
|
-
parameters: [
|
|
7752
|
-
{name: 'status', type: DataType.UINT8, max: 0xff},
|
|
7753
|
-
],
|
|
7754
|
-
},*/ // C4 driver has this response yet there is no command - maybe a non-specific cluster response?
|
|
7755
|
-
/* handleStateRsp: {ID: 6,
|
|
7756
|
-
parameters: [
|
|
7757
|
-
{name: 'state', type: DataType.UINT8, max: 0xff},
|
|
7758
|
-
],
|
|
7759
|
-
},*/ // C4 driver has this response yet there is no command - maybe a non-specific cluster response?
|
|
7760
|
-
/* userStatusRsp: {ID: 7,
|
|
7761
|
-
parameters: [
|
|
7762
|
-
{name: 'status', type: DataType.UINT8, max: 0xff},
|
|
7763
|
-
],
|
|
7764
|
-
},*/ // C4 driver has this response yet there is no command - maybe a non-specific cluster response?
|
|
7765
|
-
},
|
|
7766
|
-
},
|
|
7767
7546
|
manuSpecificProfalux1: {
|
|
7768
7547
|
ID: 0xfc21, // Config cluster, 0xfc20 mostly for commands it seems
|
|
7769
7548
|
manufacturerCode: manufacturerCode_1.ManufacturerCode.PROFALUX,
|