zigbee-herdsman 9.0.10 → 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 +7 -0
- package/dist/zspec/zcl/definition/cluster.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/cluster.js +0 -14
- package/dist/zspec/zcl/definition/cluster.js.map +1 -1
- package/dist/zspec/zcl/definition/clusters-types.d.ts +0 -18
- 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 +1 -1
|
@@ -7703,24 +7703,6 @@ export interface TClusters {
|
|
|
7703
7703
|
arrivalSensorNotify: Record<string, never>;
|
|
7704
7704
|
};
|
|
7705
7705
|
};
|
|
7706
|
-
manuSpecificSamsungAccelerometer: {
|
|
7707
|
-
attributes: {
|
|
7708
|
-
/** ID=0x0000 | type=UINT8 | write=true | max=255 */
|
|
7709
|
-
motion_threshold_multiplier: number;
|
|
7710
|
-
/** ID=0x0002 | type=UINT16 | write=true | max=65535 */
|
|
7711
|
-
motion_threshold: number;
|
|
7712
|
-
/** ID=0x0010 | type=BITMAP8 | write=true | max=255 */
|
|
7713
|
-
acceleration: number;
|
|
7714
|
-
/** ID=0x0012 | type=INT16 | write=true | min=-32768 | max=32767 */
|
|
7715
|
-
x_axis: number;
|
|
7716
|
-
/** ID=0x0013 | type=INT16 | write=true | min=-32768 | max=32767 */
|
|
7717
|
-
y_axis: number;
|
|
7718
|
-
/** ID=0x0014 | type=INT16 | write=true | min=-32768 | max=32767 */
|
|
7719
|
-
z_axis: number;
|
|
7720
|
-
};
|
|
7721
|
-
commands: never;
|
|
7722
|
-
commandResponses: never;
|
|
7723
|
-
};
|
|
7724
7706
|
manuSpecificSiglisZigfred: {
|
|
7725
7707
|
attributes: {
|
|
7726
7708
|
/** ID=0x0008 | type=UINT32 | write=true | max=4294967295 */
|