zigbee-herdsman 9.0.9 → 9.0.11
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 +18 -0
- package/dist/zspec/zcl/definition/cluster.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/cluster.js +0 -78
- package/dist/zspec/zcl/definition/cluster.js.map +1 -1
- package/dist/zspec/zcl/definition/clusters-types.d.ts +0 -98
- 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 +3 -3
|
@@ -7336,27 +7336,6 @@ export interface TClusters {
|
|
|
7336
7336
|
};
|
|
7337
7337
|
};
|
|
7338
7338
|
};
|
|
7339
|
-
manuSpecificClusterAduroSmart: {
|
|
7340
|
-
attributes: never;
|
|
7341
|
-
commands: {
|
|
7342
|
-
/** ID=0x00 */
|
|
7343
|
-
cmd0: Record<string, never>;
|
|
7344
|
-
};
|
|
7345
|
-
commandResponses: never;
|
|
7346
|
-
};
|
|
7347
|
-
manuSpecificOsram: {
|
|
7348
|
-
attributes: never;
|
|
7349
|
-
commands: {
|
|
7350
|
-
/** ID=0x01 */
|
|
7351
|
-
saveStartupParams: Record<string, never>;
|
|
7352
|
-
/** ID=0x02 */
|
|
7353
|
-
resetStartupParams: Record<string, never>;
|
|
7354
|
-
};
|
|
7355
|
-
commandResponses: {
|
|
7356
|
-
/** ID=0x00 */
|
|
7357
|
-
saveStartupParamsRsp: Record<string, never>;
|
|
7358
|
-
};
|
|
7359
|
-
};
|
|
7360
7339
|
manuSpecificPhilips: {
|
|
7361
7340
|
attributes: {
|
|
7362
7341
|
/** ID=0x0031 | type=BITMAP16 | write=true */
|
|
@@ -7716,14 +7695,6 @@ export interface TClusters {
|
|
|
7716
7695
|
};
|
|
7717
7696
|
commandResponses: never;
|
|
7718
7697
|
};
|
|
7719
|
-
manuSpecificCentraliteHumidity: {
|
|
7720
|
-
attributes: {
|
|
7721
|
-
/** ID=0x0000 | type=UINT16 | write=true | max=65535 */
|
|
7722
|
-
measuredValue: number;
|
|
7723
|
-
};
|
|
7724
|
-
commands: never;
|
|
7725
|
-
commandResponses: never;
|
|
7726
|
-
};
|
|
7727
7698
|
manuSpecificSmartThingsArrivalSensor: {
|
|
7728
7699
|
attributes: never;
|
|
7729
7700
|
commands: never;
|
|
@@ -7732,75 +7703,6 @@ export interface TClusters {
|
|
|
7732
7703
|
arrivalSensorNotify: Record<string, never>;
|
|
7733
7704
|
};
|
|
7734
7705
|
};
|
|
7735
|
-
manuSpecificSamsungAccelerometer: {
|
|
7736
|
-
attributes: {
|
|
7737
|
-
/** ID=0x0000 | type=UINT8 | write=true | max=255 */
|
|
7738
|
-
motion_threshold_multiplier: number;
|
|
7739
|
-
/** ID=0x0002 | type=UINT16 | write=true | max=65535 */
|
|
7740
|
-
motion_threshold: number;
|
|
7741
|
-
/** ID=0x0010 | type=BITMAP8 | write=true | max=255 */
|
|
7742
|
-
acceleration: number;
|
|
7743
|
-
/** ID=0x0012 | type=INT16 | write=true | min=-32768 | max=32767 */
|
|
7744
|
-
x_axis: number;
|
|
7745
|
-
/** ID=0x0013 | type=INT16 | write=true | min=-32768 | max=32767 */
|
|
7746
|
-
y_axis: number;
|
|
7747
|
-
/** ID=0x0014 | type=INT16 | write=true | min=-32768 | max=32767 */
|
|
7748
|
-
z_axis: number;
|
|
7749
|
-
};
|
|
7750
|
-
commands: never;
|
|
7751
|
-
commandResponses: never;
|
|
7752
|
-
};
|
|
7753
|
-
sprutVoc: {
|
|
7754
|
-
attributes: {
|
|
7755
|
-
/** ID=0x6600 | type=UINT16 | write=true | max=65535 */
|
|
7756
|
-
voc: number;
|
|
7757
|
-
};
|
|
7758
|
-
commands: never;
|
|
7759
|
-
commandResponses: never;
|
|
7760
|
-
};
|
|
7761
|
-
sprutNoise: {
|
|
7762
|
-
attributes: {
|
|
7763
|
-
/** ID=0x6600 | type=SINGLE_PREC | write=true */
|
|
7764
|
-
noise: number;
|
|
7765
|
-
/** ID=0x6601 | type=BITMAP8 | write=true */
|
|
7766
|
-
noiseDetected: number;
|
|
7767
|
-
/** ID=0x6602 | type=SINGLE_PREC | write=true */
|
|
7768
|
-
noiseDetectLevel: number;
|
|
7769
|
-
/** ID=0x6603 | type=UINT16 | write=true | max=65535 */
|
|
7770
|
-
noiseAfterDetectDelay: number;
|
|
7771
|
-
};
|
|
7772
|
-
commands: never;
|
|
7773
|
-
commandResponses: never;
|
|
7774
|
-
};
|
|
7775
|
-
sprutIrBlaster: {
|
|
7776
|
-
attributes: never;
|
|
7777
|
-
commands: {
|
|
7778
|
-
/** ID=0x00 */
|
|
7779
|
-
playStore: {
|
|
7780
|
-
/** type=UINT8 | max=255 */
|
|
7781
|
-
param: number;
|
|
7782
|
-
};
|
|
7783
|
-
/** ID=0x01 */
|
|
7784
|
-
learnStart: {
|
|
7785
|
-
/** type=UINT8 | max=255 */
|
|
7786
|
-
value: number;
|
|
7787
|
-
};
|
|
7788
|
-
/** ID=0x02 */
|
|
7789
|
-
learnStop: {
|
|
7790
|
-
/** type=UINT8 | max=255 */
|
|
7791
|
-
value: number;
|
|
7792
|
-
};
|
|
7793
|
-
/** ID=0x03 */
|
|
7794
|
-
clearStore: Record<string, never>;
|
|
7795
|
-
/** ID=0x04 */
|
|
7796
|
-
playRam: Record<string, never>;
|
|
7797
|
-
/** ID=0x05 */
|
|
7798
|
-
learnRamStart: Record<string, never>;
|
|
7799
|
-
/** ID=0x06 */
|
|
7800
|
-
learnRamStop: Record<string, never>;
|
|
7801
|
-
};
|
|
7802
|
-
commandResponses: never;
|
|
7803
|
-
};
|
|
7804
7706
|
manuSpecificSiglisZigfred: {
|
|
7805
7707
|
attributes: {
|
|
7806
7708
|
/** ID=0x0008 | type=UINT32 | write=true | max=4294967295 */
|