zigbee-herdsman 9.0.6 → 9.0.7
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/controller/controller.d.ts +1 -1
- package/dist/controller/controller.d.ts.map +1 -1
- package/dist/controller/controller.js +10 -8
- package/dist/controller/controller.js.map +1 -1
- package/dist/controller/database.d.ts +1 -0
- package/dist/controller/database.d.ts.map +1 -1
- package/dist/controller/database.js +19 -14
- package/dist/controller/database.js.map +1 -1
- package/dist/zspec/zcl/definition/cluster.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/cluster.js +1 -76
- package/dist/zspec/zcl/definition/cluster.js.map +1 -1
- package/dist/zspec/zcl/definition/clusters-types.d.ts +1 -77
- 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/package.json +2 -2
|
@@ -494,7 +494,7 @@ export interface TClusters {
|
|
|
494
494
|
getSceneMembershipRsp: {
|
|
495
495
|
/** type=ENUM8 */
|
|
496
496
|
status: number;
|
|
497
|
-
/** type=UINT8 | min=
|
|
497
|
+
/** type=UINT8 | min=0 | max=255 | special=NoFurtherScenesMayBeAdded,00,AtLeastOneFurtherSceneMayBeAdded,fe,Unknown,ff */
|
|
498
498
|
capacity: number;
|
|
499
499
|
/** type=UINT16 */
|
|
500
500
|
groupid: number;
|
|
@@ -7858,56 +7858,6 @@ export interface TClusters {
|
|
|
7858
7858
|
commands: never;
|
|
7859
7859
|
commandResponses: never;
|
|
7860
7860
|
};
|
|
7861
|
-
elkoOccupancySettingClusterServer: {
|
|
7862
|
-
attributes: {
|
|
7863
|
-
/** ID=0x0000 | type=UINT16 | write=true | max=65535 */
|
|
7864
|
-
AmbienceLightThreshold: number;
|
|
7865
|
-
/** ID=0x0001 | type=ENUM8 | write=true | max=255 */
|
|
7866
|
-
OccupancyActions: number;
|
|
7867
|
-
/** ID=0x0002 | type=UINT8 | write=true | max=255 */
|
|
7868
|
-
UnoccupiedLevelDflt: number;
|
|
7869
|
-
/** ID=0x0003 | type=UINT8 | write=true | max=255 */
|
|
7870
|
-
UnoccupiedLevel: number;
|
|
7871
|
-
};
|
|
7872
|
-
commands: never;
|
|
7873
|
-
commandResponses: never;
|
|
7874
|
-
};
|
|
7875
|
-
elkoSwitchConfigurationClusterServer: {
|
|
7876
|
-
attributes: {
|
|
7877
|
-
/** ID=0x0000 | type=ENUM8 | write=true | max=255 */
|
|
7878
|
-
SwitchIndication: number;
|
|
7879
|
-
/** ID=0x0010 | type=UINT8 | write=true | max=255 */
|
|
7880
|
-
UpSceneID: number;
|
|
7881
|
-
/** ID=0x0011 | type=UINT16 | write=true | max=65535 */
|
|
7882
|
-
UpGroupID: number;
|
|
7883
|
-
/** ID=0x0020 | type=UINT8 | write=true | max=255 */
|
|
7884
|
-
DownSceneID: number;
|
|
7885
|
-
/** ID=0x0021 | type=UINT16 | write=true | max=65535 */
|
|
7886
|
-
DownGroupID: number;
|
|
7887
|
-
/** ID=0x0001 | type=ENUM8 | write=true | max=255 */
|
|
7888
|
-
SwitchActions: number;
|
|
7889
|
-
};
|
|
7890
|
-
commands: never;
|
|
7891
|
-
commandResponses: never;
|
|
7892
|
-
};
|
|
7893
|
-
manuSpecificSchneiderLightSwitchConfiguration: {
|
|
7894
|
-
attributes: {
|
|
7895
|
-
/** ID=0x0000 | type=ENUM8 | write=true | max=255 */
|
|
7896
|
-
ledIndication: number;
|
|
7897
|
-
/** ID=0x0010 | type=UINT8 | write=true | max=255 */
|
|
7898
|
-
upSceneID: number;
|
|
7899
|
-
/** ID=0x0011 | type=UINT16 | write=true | max=65535 */
|
|
7900
|
-
upGroupID: number;
|
|
7901
|
-
/** ID=0x0020 | type=UINT8 | write=true | max=255 */
|
|
7902
|
-
downSceneID: number;
|
|
7903
|
-
/** ID=0x0021 | type=UINT16 | write=true | max=65535 */
|
|
7904
|
-
downGroupID: number;
|
|
7905
|
-
/** ID=0x0001 | type=ENUM8 | write=true | max=255 */
|
|
7906
|
-
switchActions: number;
|
|
7907
|
-
};
|
|
7908
|
-
commands: never;
|
|
7909
|
-
commandResponses: never;
|
|
7910
|
-
};
|
|
7911
7861
|
manuSpecificSchneiderFanSwitchConfiguration: {
|
|
7912
7862
|
attributes: {
|
|
7913
7863
|
/** ID=0x0002 | type=UINT8 | write=true | max=255 */
|
|
@@ -8248,32 +8198,6 @@ export interface TClusters {
|
|
|
8248
8198
|
};
|
|
8249
8199
|
};
|
|
8250
8200
|
};
|
|
8251
|
-
manuSpecificDoorman: {
|
|
8252
|
-
attributes: never;
|
|
8253
|
-
commands: {
|
|
8254
|
-
/** ID=0xfc */
|
|
8255
|
-
getConfigurationParameter: {
|
|
8256
|
-
/** type=CHAR_STR */
|
|
8257
|
-
payload: string;
|
|
8258
|
-
};
|
|
8259
|
-
/** ID=0xfd */
|
|
8260
|
-
setConfigurationParameter: {
|
|
8261
|
-
/** type=CHAR_STR */
|
|
8262
|
-
payload: string;
|
|
8263
|
-
};
|
|
8264
|
-
/** ID=0x25 */
|
|
8265
|
-
integrationModeActivation: {
|
|
8266
|
-
/** type=CHAR_STR */
|
|
8267
|
-
payload: string;
|
|
8268
|
-
};
|
|
8269
|
-
/** ID=0x4e */
|
|
8270
|
-
armDisarm: {
|
|
8271
|
-
/** type=CHAR_STR */
|
|
8272
|
-
payload: string;
|
|
8273
|
-
};
|
|
8274
|
-
};
|
|
8275
|
-
commandResponses: never;
|
|
8276
|
-
};
|
|
8277
8201
|
manuSpecificProfalux1: {
|
|
8278
8202
|
attributes: {
|
|
8279
8203
|
/** ID=0x0000 | type=UINT8 | write=true | max=255 */
|