matterbridge 1.2.21 → 1.3.0

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.
Files changed (101) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/README.md +48 -9
  3. package/dist/cluster/AirQualityCluster.d.ts.map +1 -0
  4. package/dist/cluster/AirQualityCluster.js.map +1 -0
  5. package/dist/cluster/BooleanStateConfigurationCluster.d.ts +2200 -0
  6. package/dist/cluster/BooleanStateConfigurationCluster.d.ts.map +1 -0
  7. package/dist/cluster/BooleanStateConfigurationCluster.js +388 -0
  8. package/dist/cluster/BooleanStateConfigurationCluster.js.map +1 -0
  9. package/dist/cluster/BridgedDeviceBasicInformationCluster.d.ts.map +1 -0
  10. package/dist/cluster/BridgedDeviceBasicInformationCluster.js.map +1 -0
  11. package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.d.ts +396 -0
  12. package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.d.ts.map +1 -0
  13. package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.js +30 -0
  14. package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.js.map +1 -0
  15. package/dist/cluster/ConcentrationMeasurementCluster.d.ts +524 -0
  16. package/dist/cluster/ConcentrationMeasurementCluster.d.ts.map +1 -0
  17. package/dist/cluster/ConcentrationMeasurementCluster.js +282 -0
  18. package/dist/cluster/ConcentrationMeasurementCluster.js.map +1 -0
  19. package/dist/cluster/DeviceEnergyManagementCluster.d.ts +7851 -0
  20. package/dist/cluster/DeviceEnergyManagementCluster.d.ts.map +1 -0
  21. package/dist/cluster/DeviceEnergyManagementCluster.js +1634 -0
  22. package/dist/cluster/DeviceEnergyManagementCluster.js.map +1 -0
  23. package/dist/cluster/DeviceEnergyManagementModeCluster.d.ts +68 -0
  24. package/dist/cluster/DeviceEnergyManagementModeCluster.d.ts.map +1 -0
  25. package/dist/cluster/DeviceEnergyManagementModeCluster.js +49 -0
  26. package/dist/cluster/DeviceEnergyManagementModeCluster.js.map +1 -0
  27. package/dist/cluster/ElectricalEnergyMeasurementCluster.d.ts +4978 -0
  28. package/dist/cluster/ElectricalEnergyMeasurementCluster.d.ts.map +1 -0
  29. package/dist/cluster/ElectricalEnergyMeasurementCluster.js +510 -0
  30. package/dist/cluster/ElectricalEnergyMeasurementCluster.js.map +1 -0
  31. package/dist/cluster/ElectricalPowerMeasurementCluster.d.ts +3250 -0
  32. package/dist/cluster/ElectricalPowerMeasurementCluster.d.ts.map +1 -0
  33. package/dist/cluster/ElectricalPowerMeasurementCluster.js +675 -0
  34. package/dist/cluster/ElectricalPowerMeasurementCluster.js.map +1 -0
  35. package/dist/cluster/FanControlCluster.d.ts +1583 -0
  36. package/dist/cluster/FanControlCluster.d.ts.map +1 -0
  37. package/dist/cluster/FanControlCluster.js +492 -0
  38. package/dist/cluster/FanControlCluster.js.map +1 -0
  39. package/dist/cluster/MeasurementAccuracy.d.ts +63 -0
  40. package/dist/cluster/MeasurementAccuracy.d.ts.map +1 -0
  41. package/dist/cluster/MeasurementAccuracy.js +47 -0
  42. package/dist/cluster/MeasurementAccuracy.js.map +1 -0
  43. package/dist/cluster/MeasurementAccuracyRange.d.ts +134 -0
  44. package/dist/cluster/MeasurementAccuracyRange.d.ts.map +1 -0
  45. package/dist/cluster/MeasurementAccuracyRange.js +103 -0
  46. package/dist/cluster/MeasurementAccuracyRange.js.map +1 -0
  47. package/dist/cluster/MeasurementType.d.ts +68 -0
  48. package/dist/cluster/MeasurementType.d.ts.map +1 -0
  49. package/dist/cluster/MeasurementType.js +69 -0
  50. package/dist/cluster/MeasurementType.js.map +1 -0
  51. package/dist/cluster/PowerTopologyCluster.d.ts +355 -0
  52. package/dist/cluster/PowerTopologyCluster.d.ts.map +1 -0
  53. package/dist/cluster/PowerTopologyCluster.js +138 -0
  54. package/dist/cluster/PowerTopologyCluster.js.map +1 -0
  55. package/dist/cluster/SmokeCoAlarmCluster.d.ts +1599 -0
  56. package/dist/cluster/SmokeCoAlarmCluster.d.ts.map +1 -0
  57. package/dist/cluster/SmokeCoAlarmCluster.js +603 -0
  58. package/dist/cluster/SmokeCoAlarmCluster.js.map +1 -0
  59. package/dist/cluster/TvocCluster.d.ts.map +1 -0
  60. package/dist/cluster/TvocCluster.js.map +1 -0
  61. package/dist/defaultConfigSchema.d.ts.map +1 -1
  62. package/dist/defaultConfigSchema.js +26 -12
  63. package/dist/defaultConfigSchema.js.map +1 -1
  64. package/dist/index.d.ts +7 -2
  65. package/dist/index.d.ts.map +1 -1
  66. package/dist/index.js +8 -2
  67. package/dist/index.js.map +1 -1
  68. package/dist/matterbridge.d.ts +63 -1
  69. package/dist/matterbridge.d.ts.map +1 -1
  70. package/dist/matterbridge.js +72 -26
  71. package/dist/matterbridge.js.map +1 -1
  72. package/dist/matterbridgeDevice.d.ts +692 -30
  73. package/dist/matterbridgeDevice.d.ts.map +1 -1
  74. package/dist/matterbridgeDevice.js +429 -73
  75. package/dist/matterbridgeDevice.js.map +1 -1
  76. package/dist/matterbridgeDeviceV8.d.ts +3 -5
  77. package/dist/matterbridgeDeviceV8.d.ts.map +1 -1
  78. package/dist/matterbridgeDeviceV8.js +62 -14
  79. package/dist/matterbridgeDeviceV8.js.map +1 -1
  80. package/dist/matterbridgeV8.d.ts +69 -5
  81. package/dist/matterbridgeV8.d.ts.map +1 -1
  82. package/dist/matterbridgeV8.js +413 -99
  83. package/dist/matterbridgeV8.js.map +1 -1
  84. package/frontend/build/asset-manifest.json +3 -3
  85. package/frontend/build/index.html +1 -1
  86. package/frontend/build/static/js/{main.23829a0f.js → main.cbfc6c9b.js} +3 -3
  87. package/frontend/build/static/js/{main.23829a0f.js.map → main.cbfc6c9b.js.map} +1 -1
  88. package/package.json +6 -6
  89. package/dist/AirQualityCluster.d.ts.map +0 -1
  90. package/dist/AirQualityCluster.js.map +0 -1
  91. package/dist/BridgedDeviceBasicInformationCluster.d.ts.map +0 -1
  92. package/dist/BridgedDeviceBasicInformationCluster.js.map +0 -1
  93. package/dist/TvocCluster.d.ts.map +0 -1
  94. package/dist/TvocCluster.js.map +0 -1
  95. /package/dist/{AirQualityCluster.d.ts → cluster/AirQualityCluster.d.ts} +0 -0
  96. /package/dist/{AirQualityCluster.js → cluster/AirQualityCluster.js} +0 -0
  97. /package/dist/{BridgedDeviceBasicInformationCluster.d.ts → cluster/BridgedDeviceBasicInformationCluster.d.ts} +0 -0
  98. /package/dist/{BridgedDeviceBasicInformationCluster.js → cluster/BridgedDeviceBasicInformationCluster.js} +0 -0
  99. /package/dist/{TvocCluster.d.ts → cluster/TvocCluster.d.ts} +0 -0
  100. /package/dist/{TvocCluster.js → cluster/TvocCluster.js} +0 -0
  101. /package/frontend/build/static/js/{main.23829a0f.js.LICENSE.txt → main.cbfc6c9b.js.LICENSE.txt} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BooleanStateConfigurationCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/BooleanStateConfigurationCluster.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,388 @@
1
+ /* eslint-disable @typescript-eslint/no-namespace */
2
+ /**
3
+ * @license
4
+ * Copyright 2022-2024 Matter.js Authors
5
+ * SPDX-License-Identifier: Apache-2.0
6
+ */
7
+ /** * THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+ import { ClusterRegistry, Command, Event, EventPriority, FixedAttribute, MutableCluster, OptionalAttribute, OptionalEvent, OptionalFixedAttribute, TlvNoResponse, WritableAttribute } from '@project-chip/matter-node.js/cluster';
9
+ import { Attribute } from '@project-chip/matter-node.js/cluster';
10
+ import { BitFlag } from '@project-chip/matter-node.js/schema';
11
+ import { TlvObject, TlvField, TlvBitmap, TlvUInt8, TlvOptionalField, TlvUInt16 } from '@project-chip/matter-node.js/tlv';
12
+ export var BooleanStateConfiguration;
13
+ (function (BooleanStateConfiguration) {
14
+ /**
15
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.5.1
16
+ */
17
+ BooleanStateConfiguration.AlarmMode = {
18
+ /**
19
+ * Visual alarming
20
+ */
21
+ visual: BitFlag(0),
22
+ /**
23
+ * Audible alarming
24
+ */
25
+ audible: BitFlag(1),
26
+ };
27
+ /**
28
+ * Input to the BooleanStateConfiguration enableDisableAlarm command
29
+ *
30
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.7.2
31
+ */
32
+ BooleanStateConfiguration.TlvEnableDisableAlarmRequest = TlvObject({
33
+ /**
34
+ * This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
35
+ * specified for the AlarmsEnabled attribute.
36
+ *
37
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.7.2.1
38
+ */
39
+ alarmsToEnableDisable: TlvField(0, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode)),
40
+ });
41
+ /**
42
+ * Body of the BooleanStateConfiguration alarmsStateChanged event
43
+ *
44
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.8.1
45
+ */
46
+ BooleanStateConfiguration.TlvAlarmsStateChangedEvent = TlvObject({
47
+ /**
48
+ * This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at
49
+ * the time the event was generated.
50
+ *
51
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.8.1.1
52
+ */
53
+ alarmsActive: TlvField(0, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode)),
54
+ /**
55
+ * This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
56
+ * attribute, at the time the event was generated.
57
+ *
58
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.8.1.2
59
+ */
60
+ alarmsSuppressed: TlvOptionalField(1, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode)),
61
+ });
62
+ /**
63
+ * Input to the BooleanStateConfiguration suppressAlarm command
64
+ *
65
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.7.1
66
+ */
67
+ BooleanStateConfiguration.TlvSuppressAlarmRequest = TlvObject({
68
+ /**
69
+ * This field shall indicate the alarm modes to suppress.
70
+ *
71
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.7.1.1
72
+ */
73
+ alarmsToSuppress: TlvField(0, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode)),
74
+ });
75
+ /**
76
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.5.2
77
+ */
78
+ BooleanStateConfiguration.SensorFault = {
79
+ /**
80
+ * Unspecified fault detected
81
+ */
82
+ generalFault: BitFlag(0),
83
+ };
84
+ /**
85
+ * Body of the BooleanStateConfiguration sensorFault event
86
+ *
87
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.8.2
88
+ */
89
+ BooleanStateConfiguration.TlvSensorFaultEvent = TlvObject({
90
+ /**
91
+ * This field shall indicate the value of the SensorFault attribute, at the time this event is generated.
92
+ *
93
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.8.2.1
94
+ */
95
+ sensorFault: TlvField(0, TlvBitmap(TlvUInt16, BooleanStateConfiguration.SensorFault)),
96
+ });
97
+ /**
98
+ * A BooleanStateConfigurationCluster supports these elements if it supports feature SensitivityLevel.
99
+ */
100
+ BooleanStateConfiguration.SensitivityLevelComponent = MutableCluster.Component({
101
+ attributes: {
102
+ /**
103
+ * Indicates the currently selected sensitivity level.
104
+ *
105
+ * If a write interaction to this attribute contains an unsupported sensitivity value, a CONSTRAINT_ERROR
106
+ * status shall be returned.
107
+ *
108
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.1
109
+ */
110
+ currentSensitivityLevel: WritableAttribute(0x0, TlvUInt8, { persistent: true }),
111
+ /**
112
+ * Indicates the number of supported sensitivity levels by the device.
113
+ *
114
+ * These supported sensitivity levels shall be ordered by sensitivity, where a value of 0 shall be
115
+ * considered the lowest sensitivity level (least sensitive) and the highest supported value shall be
116
+ * considered the highest sensitivity level.
117
+ *
118
+ * The number of supported sensitivity levels SHOULD represent unique sensitivity levels supported by the
119
+ * device.
120
+ *
121
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.2
122
+ */
123
+ supportedSensitivityLevels: FixedAttribute(0x1, TlvUInt8.bound({ min: 2, max: 10 })),
124
+ /**
125
+ * Indicates the default sensitivity level selected by the manufacturer.
126
+ *
127
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.3
128
+ */
129
+ defaultSensitivityLevel: OptionalFixedAttribute(0x2, TlvUInt8),
130
+ },
131
+ });
132
+ /**
133
+ * A BooleanStateConfigurationCluster supports these elements if it supports features Visual or Audible.
134
+ */
135
+ BooleanStateConfiguration.VisualOrAudibleComponent = MutableCluster.Component({
136
+ attributes: {
137
+ /**
138
+ * Indicates which specific alarm modes on the server are currently active. When the sensor is no longer
139
+ * triggered, this attribute shall be set to the inactive state, by setting the bit to 0, for all supported
140
+ * alarm modes.
141
+ *
142
+ * If an alarm mode is not supported, the bit indicating this alarm mode shall always be 0. A bit shall
143
+ * indicate whether the alarm mode inactive or not:
144
+ *
145
+ * • 0 = Inactive
146
+ *
147
+ * • 1 = Active
148
+ *
149
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.4
150
+ */
151
+ alarmsActive: Attribute(0x3, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode)),
152
+ /**
153
+ * Indicates the alarm modes that will be emitted if the sensor is triggered. If an alarm mode is not
154
+ * supported, the bit indicating this alarm mode shall always be 0.
155
+ *
156
+ * A bit shall indicate whether the alarm mode is enabled or disabled:
157
+ *
158
+ * • 0 = Disabled
159
+ *
160
+ * • 1 = Enabled
161
+ *
162
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.6
163
+ */
164
+ alarmsEnabled: OptionalAttribute(0x5, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode), { persistent: true }),
165
+ /**
166
+ * Indicates the alarms supported by the sensor. A bit shall indicate whether the alarm mode is supported:
167
+ *
168
+ * • 0 = Not supported
169
+ *
170
+ * • 1 = Supported
171
+ *
172
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.7
173
+ */
174
+ alarmsSupported: FixedAttribute(0x6, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode)),
175
+ },
176
+ commands: {
177
+ /**
178
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.7.2
179
+ */
180
+ enableDisableAlarm: Command(0x1, BooleanStateConfiguration.TlvEnableDisableAlarmRequest, 0x1, TlvNoResponse),
181
+ },
182
+ events: {
183
+ /**
184
+ * This event shall be generated after any bits in the AlarmsActive and/or AlarmsSuppressed attributes
185
+ * change. This may occur in situations such as when internal processing by the server determines that an
186
+ * alarm mode becomes active or inactive, or when the SuppressAlarm or EnableDisableAlarm commands are
187
+ * processed in a way that some alarm modes becomes suppressed, active or inactive.
188
+ *
189
+ * If several alarm modes change state at the same time, a single event combining multiple changes may be
190
+ * emitted instead of multiple events each representing a single change.
191
+ *
192
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.8.1
193
+ */
194
+ alarmsStateChanged: Event(0x0, EventPriority.Info, BooleanStateConfiguration.TlvAlarmsStateChangedEvent),
195
+ },
196
+ });
197
+ /**
198
+ * A BooleanStateConfigurationCluster supports these elements if it supports feature AlarmSuppress.
199
+ */
200
+ BooleanStateConfiguration.AlarmSuppressComponent = MutableCluster.Component({
201
+ attributes: {
202
+ /**
203
+ * Indicates which specific alarm modes on the server are currently suppressed. When the sensor is no
204
+ * longer triggered, this attribute shall be set to the unsuppressed state, by setting the bit to 0, for
205
+ * all supported alarm modes.
206
+ *
207
+ * If an alarm mode is not supported, the bit indicating this alarm mode shall always be 0. A bit shall
208
+ * indicate whether the alarm mode is suppressed or not:
209
+ *
210
+ * • 0 = Not suppressed
211
+ *
212
+ * • 1 = Suppressed
213
+ *
214
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.5
215
+ */
216
+ alarmsSuppressed: Attribute(0x4, TlvBitmap(TlvUInt8, BooleanStateConfiguration.AlarmMode)),
217
+ },
218
+ commands: {
219
+ /**
220
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.7.1
221
+ */
222
+ suppressAlarm: Command(0x0, BooleanStateConfiguration.TlvSuppressAlarmRequest, 0x0, TlvNoResponse),
223
+ },
224
+ });
225
+ /**
226
+ * These are optional features supported by BooleanStateConfigurationCluster.
227
+ *
228
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.4
229
+ */
230
+ let Feature;
231
+ (function (Feature) {
232
+ /**
233
+ * Visual (VIS)
234
+ *
235
+ * Supports visual alarms
236
+ */
237
+ Feature["Visual"] = "Visual";
238
+ /**
239
+ * Audible (AUD)
240
+ *
241
+ * Supports audible alarms
242
+ */
243
+ Feature["Audible"] = "Audible";
244
+ /**
245
+ * AlarmSuppress (SPRS)
246
+ *
247
+ * This feature shall indicate that the device is able to suppress the supported alarm modes, when the user
248
+ * acknowledges the alarm. This is intended to stop visual and/or audible alarms, when the user has become
249
+ * aware that the sensor is triggered, but it is no longer desired to have the alarm modes active on the
250
+ * device, e.g.:
251
+ *
252
+ * • The triggering cause have been resolved by the user, but the sensor has not yet stopped detecting the
253
+ * triggering cause.
254
+ *
255
+ * • The user is not able to address the triggering cause, but is aware of the alarm and suppress/acknowledge
256
+ * it be addressed at a later point.
257
+ *
258
+ * Acknowledge of alarms will for the remainder of this cluster be referred to as suppress.
259
+ *
260
+ * A suppressed alarm is still considered active and will remain so unless it is actively disabled or the
261
+ * triggering condition is not longer present. The action of suppressing an alarm mode is only applicable to
262
+ * and is intended to stop the physical alarming, e.g. emitting a sound or blinking a light; it does not impact
263
+ * alarm reporting in AlarmsActive.
264
+ *
265
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.4.1
266
+ */
267
+ Feature["AlarmSuppress"] = "AlarmSuppress";
268
+ /**
269
+ * SensitivityLevel (SENSLVL)
270
+ *
271
+ * Supports ability to set sensor sensitivity
272
+ */
273
+ Feature["SensitivityLevel"] = "SensitivityLevel";
274
+ })(Feature = BooleanStateConfiguration.Feature || (BooleanStateConfiguration.Feature = {}));
275
+ /**
276
+ * These elements and properties are present in all BooleanStateConfiguration clusters.
277
+ */
278
+ BooleanStateConfiguration.Base = MutableCluster.Component({
279
+ id: 0x80,
280
+ name: 'BooleanStateConfiguration',
281
+ revision: 1,
282
+ features: {
283
+ /**
284
+ * Visual
285
+ *
286
+ * Supports visual alarms
287
+ */
288
+ visual: BitFlag(0),
289
+ /**
290
+ * Audible
291
+ *
292
+ * Supports audible alarms
293
+ */
294
+ audible: BitFlag(1),
295
+ /**
296
+ * AlarmSuppress
297
+ *
298
+ * This feature shall indicate that the device is able to suppress the supported alarm modes, when the user
299
+ * acknowledges the alarm. This is intended to stop visual and/or audible alarms, when the user has become
300
+ * aware that the sensor is triggered, but it is no longer desired to have the alarm modes active on the
301
+ * device, e.g.:
302
+ *
303
+ * • The triggering cause have been resolved by the user, but the sensor has not yet stopped detecting
304
+ * the triggering cause.
305
+ *
306
+ * • The user is not able to address the triggering cause, but is aware of the alarm and
307
+ * suppress/acknowledge it be addressed at a later point.
308
+ *
309
+ * Acknowledge of alarms will for the remainder of this cluster be referred to as suppress.
310
+ *
311
+ * A suppressed alarm is still considered active and will remain so unless it is actively disabled or the
312
+ * triggering condition is not longer present. The action of suppressing an alarm mode is only applicable
313
+ * to and is intended to stop the physical alarming, e.g. emitting a sound or blinking a light; it does not
314
+ * impact alarm reporting in AlarmsActive.
315
+ *
316
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.4.1
317
+ */
318
+ alarmSuppress: BitFlag(2),
319
+ /**
320
+ * SensitivityLevel
321
+ *
322
+ * Supports ability to set sensor sensitivity
323
+ */
324
+ sensitivityLevel: BitFlag(3),
325
+ },
326
+ attributes: {
327
+ /**
328
+ * Indicates any faults registered by the device.
329
+ *
330
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.6.8
331
+ */
332
+ sensorFault: OptionalAttribute(0x7, TlvBitmap(TlvUInt16, BooleanStateConfiguration.SensorFault)),
333
+ },
334
+ events: {
335
+ /**
336
+ * This event shall be generated when the device registers or clears a fault.
337
+ *
338
+ * @see {@link MatterSpecification.v13.Cluster} § 1.8.8.2
339
+ */
340
+ sensorFault: OptionalEvent(0x1, EventPriority.Info, BooleanStateConfiguration.TlvSensorFaultEvent),
341
+ },
342
+ /**
343
+ * This metadata controls which BooleanStateConfigurationCluster elements matter.js activates for specific
344
+ * feature combinations.
345
+ */
346
+ extensions: MutableCluster.Extensions({ flags: { sensitivityLevel: true }, component: BooleanStateConfiguration.SensitivityLevelComponent }, { flags: { visual: true }, component: BooleanStateConfiguration.VisualOrAudibleComponent }, { flags: { audible: true }, component: BooleanStateConfiguration.VisualOrAudibleComponent }, { flags: { alarmSuppress: true }, component: BooleanStateConfiguration.AlarmSuppressComponent }, { flags: { alarmSuppress: true, visual: true, audible: true }, component: false }),
347
+ });
348
+ /**
349
+ * @see {@link Cluster}
350
+ */
351
+ BooleanStateConfiguration.ClusterInstance = MutableCluster(BooleanStateConfiguration.Base);
352
+ BooleanStateConfiguration.Cluster = BooleanStateConfiguration.ClusterInstance;
353
+ const SENSLVL = { sensitivityLevel: true };
354
+ const VIS = { visual: true };
355
+ const AUD = { audible: true };
356
+ const SPRS = { alarmSuppress: true };
357
+ /**
358
+ * @see {@link Complete}
359
+ */
360
+ BooleanStateConfiguration.CompleteInstance = MutableCluster({
361
+ id: BooleanStateConfiguration.Cluster.id,
362
+ name: BooleanStateConfiguration.Cluster.name,
363
+ revision: BooleanStateConfiguration.Cluster.revision,
364
+ features: BooleanStateConfiguration.Cluster.features,
365
+ attributes: {
366
+ ...BooleanStateConfiguration.Cluster.attributes,
367
+ currentSensitivityLevel: MutableCluster.AsConditional(BooleanStateConfiguration.SensitivityLevelComponent.attributes.currentSensitivityLevel, { mandatoryIf: [SENSLVL] }),
368
+ supportedSensitivityLevels: MutableCluster.AsConditional(BooleanStateConfiguration.SensitivityLevelComponent.attributes.supportedSensitivityLevels, { mandatoryIf: [SENSLVL] }),
369
+ defaultSensitivityLevel: MutableCluster.AsConditional(BooleanStateConfiguration.SensitivityLevelComponent.attributes.defaultSensitivityLevel, { optionalIf: [SENSLVL] }),
370
+ alarmsActive: MutableCluster.AsConditional(BooleanStateConfiguration.VisualOrAudibleComponent.attributes.alarmsActive, { mandatoryIf: [VIS, AUD] }),
371
+ alarmsSuppressed: MutableCluster.AsConditional(BooleanStateConfiguration.AlarmSuppressComponent.attributes.alarmsSuppressed, { mandatoryIf: [SPRS] }),
372
+ alarmsEnabled: MutableCluster.AsConditional(BooleanStateConfiguration.VisualOrAudibleComponent.attributes.alarmsEnabled, { optionalIf: [VIS, AUD] }),
373
+ alarmsSupported: MutableCluster.AsConditional(BooleanStateConfiguration.VisualOrAudibleComponent.attributes.alarmsSupported, { mandatoryIf: [VIS, AUD] }),
374
+ },
375
+ commands: {
376
+ suppressAlarm: MutableCluster.AsConditional(BooleanStateConfiguration.AlarmSuppressComponent.commands.suppressAlarm, { mandatoryIf: [SPRS] }),
377
+ enableDisableAlarm: MutableCluster.AsConditional(BooleanStateConfiguration.VisualOrAudibleComponent.commands.enableDisableAlarm, { mandatoryIf: [VIS, AUD] }),
378
+ },
379
+ events: {
380
+ ...BooleanStateConfiguration.Cluster.events,
381
+ alarmsStateChanged: MutableCluster.AsConditional(BooleanStateConfiguration.VisualOrAudibleComponent.events.alarmsStateChanged, { mandatoryIf: [VIS, AUD] }),
382
+ },
383
+ });
384
+ BooleanStateConfiguration.Complete = BooleanStateConfiguration.CompleteInstance;
385
+ })(BooleanStateConfiguration || (BooleanStateConfiguration = {}));
386
+ export const BooleanStateConfigurationCluster = BooleanStateConfiguration.Cluster;
387
+ ClusterRegistry.register(BooleanStateConfiguration.Complete);
388
+ //# sourceMappingURL=BooleanStateConfigurationCluster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BooleanStateConfigurationCluster.js","sourceRoot":"","sources":["../../src/cluster/BooleanStateConfigurationCluster.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BridgedDeviceBasicInformationCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/BridgedDeviceBasicInformationCluster.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,8CAA8C;AAG9C,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,yBAAyB,EAAe,SAAS,EAAE,aAAa,EAAiB,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAOtK,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAElE,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAG7D,yBAAiB,6BAA6B,CAAC;IAC7C,KAAY,aAAa;QACvB,KAAK,IAAI;QACT,KAAK,IAAI;QACT,KAAK,IAAI;QACT,QAAQ,IAAI;QACZ,MAAM,IAAI;QACV,MAAM,IAAI;KACX;IAED,KAAY,KAAK;QACf,KAAK,IAAI;QACT,IAAI,IAAI;QACR,KAAK,IAAI;QACT,IAAI,IAAI;QACR,MAAM,IAAI;QACV,MAAM,IAAI;QACV,KAAK,IAAI;QACT,IAAI,IAAI;QACR,IAAI,IAAI;QACR,IAAI,IAAI;QACR,IAAI,KAAK;QACT,GAAG,KAAK;QACR,OAAO,KAAK;QACZ,MAAM,KAAK;QACX,KAAK,KAAK;QACV,MAAM,KAAK;QACX,MAAM,KAAK;QACX,KAAK,KAAK;QACV,MAAM,KAAK;QACX,MAAM,KAAK;QACX,IAAI,KAAK;KACV;IAEM,MAAM,0BAA0B;;;MAGrC,CAAC;IAEH,UAAiB,uBAAwB,SAAQ,cAAc,CAAC,OAAO,0BAA0B,CAAC;KAAG;IAErG;;;;OAIG;IACI,MAAM,eAAe;;MAAyD,CAAC;IAEtF;;;;OAIG;IAEH,UAAiB,YAAa,SAAQ,cAAc,CAAC,OAAO,eAAe,CAAC;KAAG;IAE/E;;;;OAIG;IACI,MAAM,wBAAwB;;MAA4D,CAAC;IAElG;;;;OAIG;IAEH,UAAiB,qBAAsB,SAAQ,cAAc,CAAC,OAAO,wBAAwB,CAAC;KAAG;IAEjG;;OAEG;IACI,MAAM,eAAe;;;;;YAMxB;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;;;;eAKG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;;;;;;;YAOH;;eAEG;;;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;;;;;;;eAQG;;;;;MAGL,CAAC;IAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IAEH,UAAiB,OAAQ,SAAQ,QAAQ,CAAC,OAAO,eAAe,CAAC;KAAG;IAE7D,MAAM,OAAO,EAAE,OAAyB,CAAC;IACzC,MAAM,QAAQ,SAAU,CAAC;CACjC;AAED,MAAM,MAAM,oCAAoC,GAAG,6BAA6B,CAAC,OAAO,CAAC;AACzF,eAAO,MAAM,oCAAoC,uCAAwC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BridgedDeviceBasicInformationCluster.js","sourceRoot":"","sources":["../../src/cluster/BridgedDeviceBasicInformationCluster.ts"],"names":[],"mappings":"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"}