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
|
@@ -2338,7 +2338,7 @@ export interface TClusters {
|
|
|
2338
2338
|
/** ID=0x0002 | type=BITMAP8 | write=true | required=true | default=0 */
|
|
2339
2339
|
status: number;
|
|
2340
2340
|
/** ID=0x0010 | type=UINT16 | write=true | required=true | min=1 | max=65534 | default=1 */
|
|
2341
|
-
|
|
2341
|
+
closedLimit: number;
|
|
2342
2342
|
/** ID=0x0011 | type=ENUM8 | write=true | required=true | max=254 | default=0 */
|
|
2343
2343
|
mode: number;
|
|
2344
2344
|
};
|
|
@@ -2871,11 +2871,11 @@ export interface TClusters {
|
|
|
2871
2871
|
accelerationTimeLift: number;
|
|
2872
2872
|
/** ID=0x0016 | type=UINT16 | write=true | max=65535 | default=0 */
|
|
2873
2873
|
decelerationTimeLift: number;
|
|
2874
|
-
/** ID=0x0017 | type=BITMAP8 | required=true | default=4 */
|
|
2874
|
+
/** ID=0x0017 | type=BITMAP8 | write=true | required=true | default=4 */
|
|
2875
2875
|
windowCoveringMode: number;
|
|
2876
|
-
/** ID=0x0018 | type=OCTET_STR | default=1,0x0000 */
|
|
2876
|
+
/** ID=0x0018 | type=OCTET_STR | write=true | default=1,0x0000 */
|
|
2877
2877
|
intermediateSetpointsLift: Buffer;
|
|
2878
|
-
/** ID=0x0019 | type=OCTET_STR | default=1,0x0000 */
|
|
2878
|
+
/** ID=0x0019 | type=OCTET_STR | write=true | default=1,0x0000 */
|
|
2879
2879
|
intermediateSetpointsTilt: Buffer;
|
|
2880
2880
|
/** ID=0x000a | type=BITMAP8 */
|
|
2881
2881
|
operationalStatus: number;
|
|
@@ -3149,48 +3149,14 @@ export interface TClusters {
|
|
|
3149
3149
|
fourNoksHysteresisLow?: number;
|
|
3150
3150
|
/** ID=0x0400 | type=ENUM8 | manufacturerCode=SINOPE_TECHNOLOGIES(0x119c) | write=true | max=255 */
|
|
3151
3151
|
SinopeOccupancy?: number;
|
|
3152
|
-
/** ID=0x0401 | type=UINT16 | write=true | max=65535 */
|
|
3153
|
-
elkoLoad: number;
|
|
3154
3152
|
/** ID=0x0401 | type=UINT16 | manufacturerCode=SINOPE_TECHNOLOGIES(0x119c) | write=true | max=65535 */
|
|
3155
3153
|
SinopeMainCycleOutput?: number;
|
|
3156
3154
|
/** ID=0x0402 | type=CHAR_STR | write=true */
|
|
3157
3155
|
elkoDisplayText: string;
|
|
3158
3156
|
/** ID=0x0402 | type=ENUM8 | manufacturerCode=SINOPE_TECHNOLOGIES(0x119c) | write=true | max=255 */
|
|
3159
3157
|
SinopeBacklight?: number;
|
|
3160
|
-
/** ID=0x0403 | type=ENUM8 | write=true | max=255 */
|
|
3161
|
-
elkoSensor: number;
|
|
3162
|
-
/** ID=0x0404 | type=UINT8 | write=true | max=255 */
|
|
3163
|
-
elkoRegulatorTime: number;
|
|
3164
3158
|
/** ID=0x0404 | type=UINT16 | manufacturerCode=SINOPE_TECHNOLOGIES(0x119c) | write=true | max=65535 */
|
|
3165
3159
|
SinopeAuxCycleOutput?: number;
|
|
3166
|
-
/** ID=0x0405 | type=BOOLEAN | write=true */
|
|
3167
|
-
elkoRegulatorMode: number;
|
|
3168
|
-
/** ID=0x0406 | type=BOOLEAN | write=true */
|
|
3169
|
-
elkoPowerStatus: number;
|
|
3170
|
-
/** ID=0x0407 | type=OCTET_STR | write=true */
|
|
3171
|
-
elkoDateTime: Buffer;
|
|
3172
|
-
/** ID=0x0408 | type=UINT16 | write=true | max=65535 */
|
|
3173
|
-
elkoMeanPower: number;
|
|
3174
|
-
/** ID=0x0409 | type=INT16 | write=true | min=-32768 | max=32767 */
|
|
3175
|
-
elkoExternalTemp: number;
|
|
3176
|
-
/** ID=0x0411 | type=BOOLEAN | write=true */
|
|
3177
|
-
elkoNightSwitching: number;
|
|
3178
|
-
/** ID=0x0412 | type=BOOLEAN | write=true */
|
|
3179
|
-
elkoFrostGuard: number;
|
|
3180
|
-
/** ID=0x0413 | type=BOOLEAN | write=true */
|
|
3181
|
-
elkoChildLock: number;
|
|
3182
|
-
/** ID=0x0414 | type=UINT8 | write=true | max=255 */
|
|
3183
|
-
elkoMaxFloorTemp: number;
|
|
3184
|
-
/** ID=0x0415 | type=BOOLEAN | write=true */
|
|
3185
|
-
elkoRelayState: number;
|
|
3186
|
-
/** ID=0x0416 | type=OCTET_STR | write=true */
|
|
3187
|
-
elkoVersion: Buffer;
|
|
3188
|
-
/** ID=0x0417 | type=INT8 | write=true | min=-128 | max=127 */
|
|
3189
|
-
elkoCalibration: number;
|
|
3190
|
-
/** ID=0x0418 | type=UINT8 | write=true | max=255 */
|
|
3191
|
-
elkoLastMessageId: number;
|
|
3192
|
-
/** ID=0x0419 | type=UINT8 | write=true | max=255 */
|
|
3193
|
-
elkoLastMessageStatus: number;
|
|
3194
3160
|
/** ID=0x4000 | type=ENUM8 | manufacturerCode=VIESSMANN_ELEKTRONIK_GMBH(0x1221) | write=true | max=255 */
|
|
3195
3161
|
viessmannWindowOpenInternal?: number;
|
|
3196
3162
|
/** ID=0x4000 | type=ENUM8 | manufacturerCode=DANFOSS_A_S(0x1246) | write=true | max=255 */
|
|
@@ -6567,9 +6533,9 @@ export interface TClusters {
|
|
|
6567
6533
|
model: Buffer;
|
|
6568
6534
|
/** ID=0x0007 | type=OCTET_STR | minLen=0 | maxLen=16 */
|
|
6569
6535
|
partNumber: Buffer;
|
|
6570
|
-
/** ID=0x0008 | type=OCTET_STR | minLen=0 | maxLen=
|
|
6536
|
+
/** ID=0x0008 | type=OCTET_STR | minLen=0 | maxLen=6 */
|
|
6571
6537
|
productRevision: Buffer;
|
|
6572
|
-
/** ID=0x000a | type=OCTET_STR | minLen=0 | maxLen=
|
|
6538
|
+
/** ID=0x000a | type=OCTET_STR | minLen=0 | maxLen=6 */
|
|
6573
6539
|
softwareRevision: Buffer;
|
|
6574
6540
|
/** ID=0x000b | type=CHAR_STR | minLen=0 | maxLen=16 */
|
|
6575
6541
|
utilityName: string;
|
|
@@ -7525,41 +7491,6 @@ export interface TClusters {
|
|
|
7525
7491
|
commands: never;
|
|
7526
7492
|
commandResponses: never;
|
|
7527
7493
|
};
|
|
7528
|
-
manuSpecificLegrandDevices: {
|
|
7529
|
-
attributes: never;
|
|
7530
|
-
commands: never;
|
|
7531
|
-
commandResponses: never;
|
|
7532
|
-
};
|
|
7533
|
-
manuSpecificLegrandDevices2: {
|
|
7534
|
-
attributes: never;
|
|
7535
|
-
commands: {
|
|
7536
|
-
/** ID=0x00 */
|
|
7537
|
-
command0: {
|
|
7538
|
-
/** type=BUFFER */
|
|
7539
|
-
data: Buffer;
|
|
7540
|
-
};
|
|
7541
|
-
};
|
|
7542
|
-
commandResponses: never;
|
|
7543
|
-
};
|
|
7544
|
-
manuSpecificLegrandDevices3: {
|
|
7545
|
-
attributes: never;
|
|
7546
|
-
commands: {
|
|
7547
|
-
/** ID=0x00 */
|
|
7548
|
-
command0: {
|
|
7549
|
-
/** type=BUFFER */
|
|
7550
|
-
data: Buffer;
|
|
7551
|
-
};
|
|
7552
|
-
};
|
|
7553
|
-
commandResponses: never;
|
|
7554
|
-
};
|
|
7555
|
-
wiserDeviceInfo: {
|
|
7556
|
-
attributes: {
|
|
7557
|
-
/** ID=0x0020 | type=CHAR_STR | write=true */
|
|
7558
|
-
deviceInfo: string;
|
|
7559
|
-
};
|
|
7560
|
-
commands: never;
|
|
7561
|
-
commandResponses: never;
|
|
7562
|
-
};
|
|
7563
7494
|
manuSpecificTuya: {
|
|
7564
7495
|
attributes: never;
|
|
7565
7496
|
commands: {
|
|
@@ -7819,55 +7750,6 @@ export interface TClusters {
|
|
|
7819
7750
|
commands: never;
|
|
7820
7751
|
commandResponses: never;
|
|
7821
7752
|
};
|
|
7822
|
-
tradfriButton: {
|
|
7823
|
-
attributes: never;
|
|
7824
|
-
commands: {
|
|
7825
|
-
/** ID=0x01 */
|
|
7826
|
-
action1: {
|
|
7827
|
-
/** type=UINT8 | max=255 */
|
|
7828
|
-
data: number;
|
|
7829
|
-
};
|
|
7830
|
-
/** ID=0x02 */
|
|
7831
|
-
action2: {
|
|
7832
|
-
/** type=UINT8 | max=255 */
|
|
7833
|
-
data: number;
|
|
7834
|
-
};
|
|
7835
|
-
/** ID=0x03 */
|
|
7836
|
-
action3: {
|
|
7837
|
-
/** type=UINT8 | max=255 */
|
|
7838
|
-
data: number;
|
|
7839
|
-
};
|
|
7840
|
-
/** ID=0x04 */
|
|
7841
|
-
action4: {
|
|
7842
|
-
/** type=UINT8 | max=255 */
|
|
7843
|
-
data: number;
|
|
7844
|
-
};
|
|
7845
|
-
/** ID=0x06 */
|
|
7846
|
-
action6: {
|
|
7847
|
-
/** type=UINT8 | max=255 */
|
|
7848
|
-
data: number;
|
|
7849
|
-
};
|
|
7850
|
-
};
|
|
7851
|
-
commandResponses: never;
|
|
7852
|
-
};
|
|
7853
|
-
schneiderSpecificPilotMode: {
|
|
7854
|
-
attributes: {
|
|
7855
|
-
/** ID=0x0031 | type=ENUM8 | write=true | max=255 */
|
|
7856
|
-
pilotMode: number;
|
|
7857
|
-
};
|
|
7858
|
-
commands: never;
|
|
7859
|
-
commandResponses: never;
|
|
7860
|
-
};
|
|
7861
|
-
manuSpecificSchneiderFanSwitchConfiguration: {
|
|
7862
|
-
attributes: {
|
|
7863
|
-
/** ID=0x0002 | type=UINT8 | write=true | max=255 */
|
|
7864
|
-
ledIndication: number;
|
|
7865
|
-
/** ID=0x0060 | type=UINT8 | write=true | max=255 */
|
|
7866
|
-
ledOrientation: number;
|
|
7867
|
-
};
|
|
7868
|
-
commands: never;
|
|
7869
|
-
commandResponses: never;
|
|
7870
|
-
};
|
|
7871
7753
|
sprutVoc: {
|
|
7872
7754
|
attributes: {
|
|
7873
7755
|
/** ID=0x6600 | type=UINT16 | write=true | max=65535 */
|
|
@@ -8057,147 +7939,6 @@ export interface TClusters {
|
|
|
8057
7939
|
};
|
|
8058
7940
|
commandResponses: never;
|
|
8059
7941
|
};
|
|
8060
|
-
manuSpecificAssaDoorLock: {
|
|
8061
|
-
attributes: {
|
|
8062
|
-
/** ID=0x0012 | type=UINT8 | write=true | max=255 */
|
|
8063
|
-
autoLockTime: number;
|
|
8064
|
-
/** ID=0x0013 | type=UINT8 | write=true | max=255 */
|
|
8065
|
-
wrongCodeAttempts: number;
|
|
8066
|
-
/** ID=0x0014 | type=UINT8 | write=true | max=255 */
|
|
8067
|
-
shutdownTime: number;
|
|
8068
|
-
/** ID=0x0015 | type=UINT8 | write=true | max=255 */
|
|
8069
|
-
batteryLevel: number;
|
|
8070
|
-
/** ID=0x0016 | type=UINT8 | write=true | max=255 */
|
|
8071
|
-
insideEscutcheonLED: number;
|
|
8072
|
-
/** ID=0x0017 | type=UINT8 | write=true | max=255 */
|
|
8073
|
-
volume: number;
|
|
8074
|
-
/** ID=0x0018 | type=UINT8 | write=true | max=255 */
|
|
8075
|
-
lockMode: number;
|
|
8076
|
-
/** ID=0x0019 | type=UINT8 | write=true | max=255 */
|
|
8077
|
-
language: number;
|
|
8078
|
-
/** ID=0x001a | type=BOOLEAN | write=true */
|
|
8079
|
-
allCodesLockout: number;
|
|
8080
|
-
/** ID=0x001b | type=BOOLEAN | write=true */
|
|
8081
|
-
oneTouchLocking: number;
|
|
8082
|
-
/** ID=0x001c | type=BOOLEAN | write=true */
|
|
8083
|
-
privacyButtonSetting: number;
|
|
8084
|
-
/** ID=0x0021 | type=UINT16 | write=true | max=65535 */
|
|
8085
|
-
numberLogRecordsSupported: number;
|
|
8086
|
-
/** ID=0x0030 | type=UINT8 | write=true | max=255 */
|
|
8087
|
-
numberPinsSupported: number;
|
|
8088
|
-
/** ID=0x0040 | type=UINT8 | write=true | max=255 */
|
|
8089
|
-
numberScheduleSlotsPerUser: number;
|
|
8090
|
-
/** ID=0x0050 | type=UINT8 | write=true | max=255 */
|
|
8091
|
-
alarmMask: number;
|
|
8092
|
-
};
|
|
8093
|
-
commands: {
|
|
8094
|
-
/** ID=0x10 | response=0 */
|
|
8095
|
-
getLockStatus: Record<string, never>;
|
|
8096
|
-
/** ID=0x12 */
|
|
8097
|
-
getBatteryLevel: Record<string, never>;
|
|
8098
|
-
/** ID=0x13 */
|
|
8099
|
-
setRFLockoutTime: Record<string, never>;
|
|
8100
|
-
/** ID=0x30 */
|
|
8101
|
-
userCodeSet: {
|
|
8102
|
-
/** type=CHAR_STR */
|
|
8103
|
-
payload: string;
|
|
8104
|
-
};
|
|
8105
|
-
/** ID=0x31 */
|
|
8106
|
-
userCodeGet: {
|
|
8107
|
-
/** type=CHAR_STR */
|
|
8108
|
-
payload: string;
|
|
8109
|
-
};
|
|
8110
|
-
/** ID=0x32 */
|
|
8111
|
-
userCodeClear: {
|
|
8112
|
-
/** type=CHAR_STR */
|
|
8113
|
-
payload: string;
|
|
8114
|
-
};
|
|
8115
|
-
/** ID=0x33 */
|
|
8116
|
-
clearAllUserCodes: Record<string, never>;
|
|
8117
|
-
/** ID=0x34 */
|
|
8118
|
-
setUserCodeStatus: Record<string, never>;
|
|
8119
|
-
/** ID=0x35 */
|
|
8120
|
-
getUserCodeStatus: Record<string, never>;
|
|
8121
|
-
/** ID=0x36 */
|
|
8122
|
-
getLastUserIdEntered: Record<string, never>;
|
|
8123
|
-
/** ID=0x37 */
|
|
8124
|
-
userAdded: Record<string, never>;
|
|
8125
|
-
/** ID=0x38 */
|
|
8126
|
-
userDeleted: Record<string, never>;
|
|
8127
|
-
/** ID=0x40 */
|
|
8128
|
-
setScheduleSlot: {
|
|
8129
|
-
/** type=CHAR_STR */
|
|
8130
|
-
payload: string;
|
|
8131
|
-
};
|
|
8132
|
-
/** ID=0x41 */
|
|
8133
|
-
getScheduleSlot: {
|
|
8134
|
-
/** type=CHAR_STR */
|
|
8135
|
-
payload: string;
|
|
8136
|
-
};
|
|
8137
|
-
/** ID=0x42 */
|
|
8138
|
-
setScheduleSlotStatus: {
|
|
8139
|
-
/** type=CHAR_STR */
|
|
8140
|
-
payload: string;
|
|
8141
|
-
};
|
|
8142
|
-
/** ID=0x60 | response=1 */
|
|
8143
|
-
reflash: {
|
|
8144
|
-
/** type=CHAR_STR */
|
|
8145
|
-
payload: string;
|
|
8146
|
-
};
|
|
8147
|
-
/** ID=0x61 | response=2 */
|
|
8148
|
-
reflashData: {
|
|
8149
|
-
/** type=CHAR_STR */
|
|
8150
|
-
payload: string;
|
|
8151
|
-
};
|
|
8152
|
-
/** ID=0x62 | response=3 */
|
|
8153
|
-
reflashStatus: {
|
|
8154
|
-
/** type=CHAR_STR */
|
|
8155
|
-
payload: string;
|
|
8156
|
-
};
|
|
8157
|
-
/** ID=0x90 */
|
|
8158
|
-
getReflashLock: Record<string, never>;
|
|
8159
|
-
/** ID=0xa0 */
|
|
8160
|
-
getHistory: Record<string, never>;
|
|
8161
|
-
/** ID=0xa1 */
|
|
8162
|
-
getLogin: Record<string, never>;
|
|
8163
|
-
/** ID=0xa2 */
|
|
8164
|
-
getUser: Record<string, never>;
|
|
8165
|
-
/** ID=0xa3 */
|
|
8166
|
-
getUsers: Record<string, never>;
|
|
8167
|
-
/** ID=0xb0 */
|
|
8168
|
-
getMandatoryAttributes: Record<string, never>;
|
|
8169
|
-
/** ID=0xb1 */
|
|
8170
|
-
readAttribute: Record<string, never>;
|
|
8171
|
-
/** ID=0xb2 */
|
|
8172
|
-
writeAttribute: Record<string, never>;
|
|
8173
|
-
/** ID=0xb3 */
|
|
8174
|
-
configureReporting: Record<string, never>;
|
|
8175
|
-
/** ID=0xb4 */
|
|
8176
|
-
getBasicClusterAttributes: Record<string, never>;
|
|
8177
|
-
};
|
|
8178
|
-
commandResponses: {
|
|
8179
|
-
/** ID=0x00 */
|
|
8180
|
-
getLockStatusRsp: {
|
|
8181
|
-
/** type=UINT8 | max=255 */
|
|
8182
|
-
status: number;
|
|
8183
|
-
};
|
|
8184
|
-
/** ID=0x01 */
|
|
8185
|
-
reflashRsp: {
|
|
8186
|
-
/** type=UINT8 | max=255 */
|
|
8187
|
-
status: number;
|
|
8188
|
-
};
|
|
8189
|
-
/** ID=0x02 */
|
|
8190
|
-
reflashDataRsp: {
|
|
8191
|
-
/** type=UINT8 | max=255 */
|
|
8192
|
-
status: number;
|
|
8193
|
-
};
|
|
8194
|
-
/** ID=0x03 */
|
|
8195
|
-
reflashStatusRsp: {
|
|
8196
|
-
/** type=UINT8 | max=255 */
|
|
8197
|
-
status: number;
|
|
8198
|
-
};
|
|
8199
|
-
};
|
|
8200
|
-
};
|
|
8201
7942
|
manuSpecificProfalux1: {
|
|
8202
7943
|
attributes: {
|
|
8203
7944
|
/** ID=0x0000 | type=UINT8 | write=true | max=255 */
|