@matter-server/custom-clusters 0.3.5 → 0.3.6-alpha.0-20260210-52c9f1b

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 _lowPowerMode_dec, _alarmMute_dec, _sirenActive_dec, _sensorType_dec, _noDisturbingState_dec, _preheatingState_dec, _tamperAlarm_dec, _HeimanCluster_decorators, _init;
55
55
  import { attribute, cluster, uint8 } from "@matter/main/model";
56
- _HeimanCluster_decorators = [cluster(302775297)], _tamperAlarm_dec = [attribute(302710800, uint8)], _preheatingState_dec = [attribute(302710801, uint8)], _noDisturbingState_dec = [attribute(302710802, uint8)], _sensorType_dec = [attribute(302710803, uint8)], _sirenActive_dec = [attribute(302710804, uint8)], _alarmMute_dec = [attribute(302710805, uint8)], _lowPowerMode_dec = [attribute(302710806, uint8)];
56
+ _HeimanCluster_decorators = [cluster(302775297)], _tamperAlarm_dec = [attribute(16, uint8)], _preheatingState_dec = [attribute(17, uint8)], _noDisturbingState_dec = [attribute(18, uint8)], _sensorType_dec = [attribute(19, uint8)], _sirenActive_dec = [attribute(20, uint8)], _alarmMute_dec = [attribute(21, uint8)], _lowPowerMode_dec = [attribute(22, uint8)];
57
57
  class HeimanCluster {
58
58
  constructor() {
59
59
  __publicField(this, "tamperAlarm", __runInitializers(_init, 8, this)), __runInitializers(_init, 11, this);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/clusters/heiman.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAMA,SAAS,WAAW,SAAS,aAAa;AAE1C,6BAAC,QAAQ,SAAU,IAEf,oBAAC,UAAU,WAAc,KAAK,IAG9B,wBAAC,UAAU,WAAc,KAAK,IAG9B,0BAAC,UAAU,WAAc,KAAK,IAG9B,mBAAC,UAAU,WAAc,KAAK,IAG9B,oBAAC,UAAU,WAAc,KAAK,IAG9B,kBAAC,UAAU,WAAc,KAAK,IAG9B,qBAAC,UAAU,WAAc,KAAK;AAnB3B,MAAM,cAAc;AAAA,EAApB;AAEH;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;AAAA;AACJ;AArBO;AAEH,2CADA,kBADS;AAKT,+CADA,sBAJS;AAQT,iDADA,wBAPS;AAWT,0CADA,iBAVS;AAcT,2CADA,kBAbS;AAiBT,yCADA,gBAhBS;AAoBT,4CADA,mBAnBS;AAAA,gBAAN,6CADP,2BACa;AAAN,4BAAM;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAMA,SAAS,WAAW,SAAS,aAAa;AAE1C,6BAAC,QAAQ,SAAU,IAEf,oBAAC,UAAU,IAAQ,KAAK,IAGxB,wBAAC,UAAU,IAAQ,KAAK,IAGxB,0BAAC,UAAU,IAAQ,KAAK,IAGxB,mBAAC,UAAU,IAAQ,KAAK,IAGxB,oBAAC,UAAU,IAAQ,KAAK,IAGxB,kBAAC,UAAU,IAAQ,KAAK,IAGxB,qBAAC,UAAU,IAAQ,KAAK;AAnBrB,MAAM,cAAc;AAAA,EAApB;AAEH;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;AAAA;AACJ;AArBO;AAEH,2CADA,kBADS;AAKT,+CADA,sBAJS;AAQT,iDADA,wBAPS;AAWT,0CADA,iBAVS;AAcT,2CADA,kBAbS;AAiBT,yCADA,gBAhBS;AAoBT,4CADA,mBAnBS;AAAA,gBAAN,6CADP,2BACa;AAAN,4BAAM;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter-server/custom-clusters",
3
- "version": "0.3.5",
3
+ "version": "0.3.6-alpha.0-20260210-52c9f1b",
4
4
  "type": "module",
5
5
  "description": "Custom cluster definitions for matter.js based projects",
6
6
  "bugs": {
@@ -8,24 +8,24 @@ import { attribute, cluster, uint8 } from "@matter/main/model";
8
8
 
9
9
  @cluster(0x120bfc01)
10
10
  export class HeimanCluster {
11
- @attribute(0x00120b0010, uint8)
11
+ @attribute(0x0010, uint8)
12
12
  tamperAlarm?: number;
13
13
 
14
- @attribute(0x00120b0011, uint8)
14
+ @attribute(0x0011, uint8)
15
15
  preheatingState?: number;
16
16
 
17
- @attribute(0x00120b0012, uint8)
17
+ @attribute(0x0012, uint8)
18
18
  noDisturbingState?: number;
19
19
 
20
- @attribute(0x00120b0013, uint8)
20
+ @attribute(0x0013, uint8)
21
21
  sensorType?: number;
22
22
 
23
- @attribute(0x00120b0014, uint8)
23
+ @attribute(0x0014, uint8)
24
24
  sirenActive?: number;
25
25
 
26
- @attribute(0x00120b0015, uint8)
26
+ @attribute(0x0015, uint8)
27
27
  alarmMute?: number;
28
28
 
29
- @attribute(0x00120b0016, uint8)
29
+ @attribute(0x0016, uint8)
30
30
  lowPowerMode?: number;
31
31
  }