@matter-server/custom-clusters 0.2.7 → 0.2.9

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.
@@ -53,7 +53,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
53
53
  */
54
54
  var _motionSensitivity_dec, _valvePosition_dec, _weatherTrend_dec, _pressure_dec, _altitude_dec, _obstructionDetected_dec, _current_dec, _voltage_dec, _wattAccumulatedControlPoint_dec, _wattAccumulated_dec, _watt_dec, _timesOpened_dec, _EveCluster_decorators, _init;
55
55
  import { attribute, bool, cluster, single, uint32 } from "@matter/main/model";
56
- _EveCluster_decorators = [cluster(319486977)], _timesOpened_dec = [attribute(319422470, uint32)], _watt_dec = [attribute(319422474, single)], _wattAccumulated_dec = [attribute(319422475, single)], _wattAccumulatedControlPoint_dec = [attribute(319422478, uint32)], _voltage_dec = [attribute(319422472, single)], _current_dec = [attribute(319422473, single)], _obstructionDetected_dec = [attribute(319422480, bool)], _altitude_dec = [attribute(319422483, single)], _pressure_dec = [attribute(319422484, uint32)], _weatherTrend_dec = [attribute(319422485, uint32)], _valvePosition_dec = [attribute(319422488, uint32)], _motionSensitivity_dec = [attribute(319422477, uint32)];
56
+ _EveCluster_decorators = [cluster(319486977)], _timesOpened_dec = [attribute(319422470, uint32)], _watt_dec = [attribute(319422474, single)], _wattAccumulated_dec = [attribute(319422475, single)], _wattAccumulatedControlPoint_dec = [attribute(319422478, uint32)], _voltage_dec = [attribute(319422472, single)], _current_dec = [attribute(319422473, single)], _obstructionDetected_dec = [attribute(319422480, bool)], _altitude_dec = [attribute(319422483, single)], _pressure_dec = [attribute(319422484, single)], _weatherTrend_dec = [attribute(319422485, uint32)], _valvePosition_dec = [attribute(319422488, uint32)], _motionSensitivity_dec = [attribute(319422477, uint32)];
57
57
  class EveCluster {
58
58
  constructor() {
59
59
  __publicField(this, "timesOpened", __runInitializers(_init, 8, this)), __runInitializers(_init, 11, this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter-server/custom-clusters",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "type": "module",
5
5
  "description": "Custom cluster definitions for matter.js based projects",
6
6
  "bugs": {
@@ -22,7 +22,7 @@
22
22
  "node": ">=20.19.0 <22.0.0 || >=22.13.0"
23
23
  },
24
24
  "dependencies": {
25
- "@matter/main": "0.16.6"
25
+ "@matter/main": "0.16.7"
26
26
  },
27
27
  "files": [
28
28
  "dist/**/*",
@@ -32,7 +32,7 @@ export class EveCluster {
32
32
  @attribute(0x130a0013, single)
33
33
  altitude?: number;
34
34
 
35
- @attribute(0x130a0014, uint32)
35
+ @attribute(0x130a0014, single)
36
36
  pressure?: number;
37
37
 
38
38
  @attribute(0x130a0015, uint32)