matterbridge 1.5.1 → 1.5.3

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 (92) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/{README-ADVANCED.md → README-DOCKER.md} +1 -82
  3. package/README-SERVICE.md +96 -0
  4. package/README.md +54 -17
  5. package/dist/cluster/AirQualityCluster.d.ts +1 -1
  6. package/dist/cluster/AirQualityCluster.d.ts.map +1 -1
  7. package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.d.ts +11 -11
  8. package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.d.ts.map +1 -1
  9. package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.d.ts +11 -11
  10. package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.d.ts.map +1 -1
  11. package/dist/cluster/ConcentrationMeasurementCluster.d.ts +10 -10
  12. package/dist/cluster/DeviceEnergyManagementCluster.d.ts +16 -16
  13. package/dist/cluster/DeviceEnergyManagementCluster.d.ts.map +1 -1
  14. package/dist/cluster/DeviceEnergyManagementModeCluster.d.ts +3 -3
  15. package/dist/cluster/DeviceEnergyManagementModeCluster.d.ts.map +1 -1
  16. package/dist/cluster/ElectricalEnergyMeasurementCluster.d.ts +8 -8
  17. package/dist/cluster/ElectricalEnergyMeasurementCluster.d.ts.map +1 -1
  18. package/dist/cluster/ElectricalPowerMeasurementCluster.d.ts +13 -13
  19. package/dist/cluster/ElectricalPowerMeasurementCluster.d.ts.map +1 -1
  20. package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.d.ts +11 -11
  21. package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.d.ts.map +1 -1
  22. package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.d.ts +11 -11
  23. package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.d.ts.map +1 -1
  24. package/dist/cluster/OzoneConcentrationMeasurementCluster.d.ts +11 -11
  25. package/dist/cluster/OzoneConcentrationMeasurementCluster.d.ts.map +1 -1
  26. package/dist/cluster/Pm10ConcentrationMeasurementCluster.d.ts +11 -11
  27. package/dist/cluster/Pm10ConcentrationMeasurementCluster.d.ts.map +1 -1
  28. package/dist/cluster/Pm1ConcentrationMeasurementCluster.d.ts +11 -11
  29. package/dist/cluster/Pm1ConcentrationMeasurementCluster.d.ts.map +1 -1
  30. package/dist/cluster/Pm25ConcentrationMeasurementCluster.d.ts +11 -11
  31. package/dist/cluster/Pm25ConcentrationMeasurementCluster.d.ts.map +1 -1
  32. package/dist/cluster/PowerTopologyCluster.d.ts +7 -7
  33. package/dist/cluster/PowerTopologyCluster.d.ts.map +1 -1
  34. package/dist/cluster/RadonConcentrationMeasurementCluster.d.ts +11 -11
  35. package/dist/cluster/RadonConcentrationMeasurementCluster.d.ts.map +1 -1
  36. package/dist/cluster/ScenesCluster.d.ts +1249 -0
  37. package/dist/cluster/ScenesCluster.d.ts.map +1 -0
  38. package/dist/cluster/ScenesCluster.js +436 -0
  39. package/dist/cluster/ScenesCluster.js.map +1 -0
  40. package/dist/cluster/SmokeCoAlarmCluster.d.ts +9 -9
  41. package/dist/cluster/SmokeCoAlarmCluster.d.ts.map +1 -1
  42. package/dist/cluster/TvocCluster.d.ts +1 -1
  43. package/dist/cluster/TvocCluster.d.ts.map +1 -1
  44. package/dist/cluster/export.d.ts +0 -1
  45. package/dist/cluster/export.d.ts.map +1 -1
  46. package/dist/cluster/export.js +0 -1
  47. package/dist/cluster/export.js.map +1 -1
  48. package/dist/index.d.ts +3 -25
  49. package/dist/index.d.ts.map +1 -1
  50. package/dist/index.js +3 -32
  51. package/dist/index.js.map +1 -1
  52. package/dist/matterbridge.d.ts +5 -3
  53. package/dist/matterbridge.d.ts.map +1 -1
  54. package/dist/matterbridge.js +152 -30
  55. package/dist/matterbridge.js.map +1 -1
  56. package/dist/matterbridgeDevice.d.ts +4684 -2288
  57. package/dist/matterbridgeDevice.d.ts.map +1 -1
  58. package/dist/matterbridgeDevice.js +146 -545
  59. package/dist/matterbridgeDevice.js.map +1 -1
  60. package/dist/matterbridgeTypes.d.ts +5 -0
  61. package/dist/matterbridgeTypes.d.ts.map +1 -1
  62. package/dist/pluginManager.d.ts.map +1 -1
  63. package/dist/pluginManager.js +16 -0
  64. package/dist/pluginManager.js.map +1 -1
  65. package/dist/utils/utils.d.ts +0 -5
  66. package/dist/utils/utils.d.ts.map +1 -1
  67. package/dist/utils/utils.js +5 -12
  68. package/dist/utils/utils.js.map +1 -1
  69. package/frontend/build/asset-manifest.json +6 -6
  70. package/frontend/build/index.html +1 -1
  71. package/frontend/build/static/css/main.1cf003ae.css +2 -0
  72. package/frontend/build/static/css/main.1cf003ae.css.map +1 -0
  73. package/frontend/build/static/js/main.6725e5ab.js +3 -0
  74. package/frontend/build/static/js/main.6725e5ab.js.map +1 -0
  75. package/package.json +19 -15
  76. package/dist/cluster/BooleanStateConfigurationCluster.d.ts +0 -2200
  77. package/dist/cluster/BooleanStateConfigurationCluster.d.ts.map +0 -1
  78. package/dist/cluster/BooleanStateConfigurationCluster.js +0 -388
  79. package/dist/cluster/BooleanStateConfigurationCluster.js.map +0 -1
  80. package/dist/cluster/BridgedDeviceBasicInformationCluster.d.ts +0 -223
  81. package/dist/cluster/BridgedDeviceBasicInformationCluster.d.ts.map +0 -1
  82. package/dist/cluster/BridgedDeviceBasicInformationCluster.js +0 -177
  83. package/dist/cluster/BridgedDeviceBasicInformationCluster.js.map +0 -1
  84. package/dist/cluster/FanControlCluster.d.ts +0 -1583
  85. package/dist/cluster/FanControlCluster.d.ts.map +0 -1
  86. package/dist/cluster/FanControlCluster.js +0 -492
  87. package/dist/cluster/FanControlCluster.js.map +0 -1
  88. package/frontend/build/static/css/main.ee3183e2.css +0 -2
  89. package/frontend/build/static/css/main.ee3183e2.css.map +0 -1
  90. package/frontend/build/static/js/main.4c5271fd.js +0 -3
  91. package/frontend/build/static/js/main.4c5271fd.js.map +0 -1
  92. /package/frontend/build/static/js/{main.4c5271fd.js.LICENSE.txt → main.6725e5ab.js.LICENSE.txt} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScenesCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/ScenesCluster.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,436 @@
1
+ /* eslint-disable @typescript-eslint/no-empty-object-type */
2
+ /* eslint-disable @typescript-eslint/no-namespace */
3
+ /**
4
+ * @license
5
+ * Copyright 2022-2024 Matter.js Authors
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ */
8
+ /** * THIS FILE IS GENERATED, DO NOT EDIT ***/
9
+ import { AccessLevel, ClusterRegistry, Command, MutableCluster, OptionalAttribute, OptionalCommand, TlvNoResponse } from '@project-chip/matter-node.js/cluster';
10
+ import { Attribute } from '@project-chip/matter-node.js/cluster';
11
+ import { GroupId, TlvAttributeId, TlvClusterId, TlvGroupId, TlvNodeId } from '@project-chip/matter-node.js/datatype';
12
+ import { BitField, BitFlag } from '@project-chip/matter-node.js/schema';
13
+ import { TlvObject, TlvField, TlvEnum, TlvBoolean, TlvOptionalField, TlvUInt8, TlvNullable, TlvBitmap, TlvAny, TlvUInt16, TlvString, TlvArray } from '@project-chip/matter-node.js/tlv';
14
+ export var Scenes;
15
+ (function (Scenes) {
16
+ /**
17
+ * The value of the Scenes nameSupport attribute
18
+ *
19
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.7.5
20
+ */
21
+ Scenes.NameSupport = {
22
+ /**
23
+ * The ability to store a name for a scene.
24
+ */
25
+ nameSupport: BitFlag(7),
26
+ };
27
+ /**
28
+ * This data type indicates a combination of an identifier and the value of an attribute.
29
+ *
30
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.6.1
31
+ */
32
+ Scenes.TlvAttributeValuePair = TlvObject({
33
+ /**
34
+ * This field shall be present or not present, for all instances in the Scenes cluster. If this field is not
35
+ * present, then the data type of AttributeValue shall be determined by the order and data type defined in the
36
+ * cluster specification. Otherwise the data type of AttributeValue shall be the data type of the attribute
37
+ * indicated by AttributeID.
38
+ *
39
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.6.1.1
40
+ */
41
+ attributeId: TlvOptionalField(0, TlvAttributeId),
42
+ /**
43
+ * This is the attribute value as part of an extension field set. See AttributeID to determine the data type
44
+ * for this field.
45
+ *
46
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.6.1.2
47
+ */
48
+ attributeValue: TlvField(1, TlvAny),
49
+ });
50
+ /**
51
+ * This data type indicates for a given cluster a set of attributes and their values. Only attributes which have
52
+ * the "S" designation in the Quality column of the cluster specification shall be used in the AttributeValueList
53
+ * field.
54
+ *
55
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.6.2
56
+ */
57
+ Scenes.TlvExtensionFieldSet = TlvObject({
58
+ clusterId: TlvField(0, TlvClusterId),
59
+ attributeValueList: TlvField(1, TlvArray(Scenes.TlvAttributeValuePair)),
60
+ });
61
+ /**
62
+ * Input to the Scenes addScene command
63
+ *
64
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.2
65
+ */
66
+ Scenes.TlvAddSceneRequest = TlvObject({
67
+ groupId: TlvField(0, TlvGroupId),
68
+ sceneId: TlvField(1, TlvUInt8),
69
+ transitionTime: TlvField(2, TlvUInt16),
70
+ sceneName: TlvField(3, TlvString.bound({ maxLength: 16 })),
71
+ extensionFieldSets: TlvField(4, TlvArray(Scenes.TlvExtensionFieldSet)),
72
+ });
73
+ /**
74
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.12
75
+ */
76
+ Scenes.TlvAddSceneResponse = TlvObject({
77
+ status: TlvField(0, TlvEnum()),
78
+ groupId: TlvField(1, TlvGroupId),
79
+ sceneId: TlvField(2, TlvUInt8),
80
+ });
81
+ /**
82
+ * Input to the Scenes viewScene command
83
+ *
84
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.3
85
+ */
86
+ Scenes.TlvViewSceneRequest = TlvObject({ groupId: TlvField(0, TlvGroupId), sceneId: TlvField(1, TlvUInt8) });
87
+ /**
88
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.13
89
+ */
90
+ Scenes.TlvViewSceneResponse = TlvObject({
91
+ status: TlvField(0, TlvEnum()),
92
+ groupId: TlvField(1, TlvGroupId),
93
+ sceneId: TlvField(2, TlvUInt8),
94
+ transitionTime: TlvOptionalField(3, TlvUInt16),
95
+ sceneName: TlvOptionalField(4, TlvString.bound({ maxLength: 16 })),
96
+ extensionFieldSets: TlvOptionalField(5, TlvArray(Scenes.TlvExtensionFieldSet)),
97
+ });
98
+ /**
99
+ * Input to the Scenes removeScene command
100
+ *
101
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.4
102
+ */
103
+ Scenes.TlvRemoveSceneRequest = TlvObject({
104
+ groupId: TlvField(0, TlvGroupId),
105
+ sceneId: TlvField(1, TlvUInt8),
106
+ });
107
+ /**
108
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.14
109
+ */
110
+ Scenes.TlvRemoveSceneResponse = TlvObject({
111
+ status: TlvField(0, TlvEnum()),
112
+ groupId: TlvField(1, TlvGroupId),
113
+ sceneId: TlvField(2, TlvUInt8),
114
+ });
115
+ /**
116
+ * Input to the Scenes removeAllScenes command
117
+ *
118
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.5
119
+ */
120
+ Scenes.TlvRemoveAllScenesRequest = TlvObject({ groupId: TlvField(0, TlvGroupId) });
121
+ /**
122
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.15
123
+ */
124
+ Scenes.TlvRemoveAllScenesResponse = TlvObject({
125
+ status: TlvField(0, TlvEnum()),
126
+ groupId: TlvField(1, TlvGroupId),
127
+ });
128
+ /**
129
+ * Input to the Scenes storeScene command
130
+ *
131
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.6
132
+ */
133
+ Scenes.TlvStoreSceneRequest = TlvObject({ groupId: TlvField(0, TlvGroupId), sceneId: TlvField(1, TlvUInt8) });
134
+ /**
135
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.16
136
+ */
137
+ Scenes.TlvStoreSceneResponse = TlvObject({
138
+ status: TlvField(0, TlvEnum()),
139
+ groupId: TlvField(1, TlvGroupId),
140
+ sceneId: TlvField(2, TlvUInt8),
141
+ });
142
+ /**
143
+ * Input to the Scenes recallScene command
144
+ *
145
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.7
146
+ */
147
+ Scenes.TlvRecallSceneRequest = TlvObject({
148
+ groupId: TlvField(0, TlvGroupId),
149
+ sceneId: TlvField(1, TlvUInt8),
150
+ transitionTime: TlvOptionalField(2, TlvNullable(TlvUInt16)),
151
+ });
152
+ /**
153
+ * Input to the Scenes getSceneMembership command
154
+ *
155
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.8
156
+ */
157
+ Scenes.TlvGetSceneMembershipRequest = TlvObject({ groupId: TlvField(0, TlvGroupId) });
158
+ /**
159
+ * The fields of the get scene membership response command have the following semantics:
160
+ *
161
+ * The Capacity field shall contain the remaining capacity of the Scene Table of the server (for all groups). The
162
+ * following values apply:
163
+ *
164
+ * • 0 - No further scenes may be added.
165
+ *
166
+ * • 0 < Capacity < 0xfe - Capacity holds the number of scenes that may be added.
167
+ *
168
+ * • 0xfe - At least 1 further scene may be added (exact number is unknown).
169
+ *
170
+ * • null - It is unknown if any further scenes may be added.
171
+ *
172
+ * The Status field shall contain SUCCESS or ILLEGAL_COMMAND (the endpoint is not a member of the group) as
173
+ * appropriate.
174
+ *
175
+ * The GroupID field shall be set to the corresponding field of the received GetSceneMembership command.
176
+ *
177
+ * If the status is not SUCCESS then the SceneList field shall be omitted, else the SceneList field shall contain
178
+ * the identifiers of all the scenes in the Scene Table with the corresponding Group ID.
179
+ *
180
+ * Zigbee: If the total number of scenes associated with this Group ID will cause the maximum payload length of a
181
+ * frame to be exceeded, then the SceneList field shall contain only as many scenes as will fit.
182
+ *
183
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.17
184
+ */
185
+ Scenes.TlvGetSceneMembershipResponse = TlvObject({
186
+ status: TlvField(0, TlvEnum()),
187
+ capacity: TlvField(1, TlvNullable(TlvUInt8)),
188
+ groupId: TlvField(2, TlvGroupId),
189
+ sceneList: TlvOptionalField(3, TlvArray(TlvUInt8)),
190
+ });
191
+ /**
192
+ * The value of Scenes.mode
193
+ *
194
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11.1
195
+ */
196
+ Scenes.Mode = { copyAllScenes: BitFlag(0), reserved: BitField(1, 7) };
197
+ /**
198
+ * Input to the Scenes copyScene command
199
+ *
200
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11
201
+ */
202
+ Scenes.TlvCopySceneRequest = TlvObject({
203
+ /**
204
+ * The Mode field contains information of how the scene copy is to proceed. This field shall be formatted as
205
+ * illustrated in Format of the Mode Field of the CopyScene Command.
206
+ *
207
+ * The CopyAllScenes subfield is 1-bit in length and indicates whether all scenes are to be copied. If this
208
+ * value is set to 1, all scenes are to be copied and the SceneIdentifierFrom and SceneIdentifierTo fields
209
+ * shall be ignored. Otherwise this field is set to 0.
210
+ *
211
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11.1
212
+ */
213
+ mode: TlvField(0, TlvBitmap(TlvUInt8, Scenes.Mode)),
214
+ /**
215
+ * The GroupIdentifierFrom field specifies the identifier of the group from which the scene is to be copied.
216
+ * Together with the SceneIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene
217
+ * Table.
218
+ *
219
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11.2
220
+ */
221
+ groupIdentifierFrom: TlvField(1, TlvGroupId),
222
+ /**
223
+ * The SceneIdentifierFrom field specifies the identifier of the scene from which the scene is to be copied.
224
+ * Together with the GroupIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene
225
+ * Table.
226
+ *
227
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11.3
228
+ */
229
+ sceneIdentifierFrom: TlvField(2, TlvUInt8),
230
+ /**
231
+ * The GroupIdentifierTo field specifies the identifier of the group to which the scene is to be copied.
232
+ * Together with the SceneIdentifierTo field, this field uniquely identifies the scene to copy to the Scene
233
+ * Table.
234
+ *
235
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11.4
236
+ */
237
+ groupIdentifierTo: TlvField(3, TlvGroupId),
238
+ /**
239
+ * The SceneIdentifierTo field specifies the identifier of the scene to which the scene is to be copied.
240
+ * Together with the GroupIdentifierTo field, this field uniquely identifies the scene to copy to the Scene
241
+ * Table.
242
+ *
243
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11.5
244
+ */
245
+ sceneIdentifierTo: TlvField(4, TlvUInt8),
246
+ });
247
+ /**
248
+ * The CopySceneResponse command allows a server to respond to a CopyScene command.
249
+ *
250
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.20
251
+ */
252
+ Scenes.TlvCopySceneResponse = TlvObject({
253
+ /**
254
+ * The Status field contains the status of the copy scene attempt. This field shall be set to one of the
255
+ * non-reserved values listed in Values of the Status Field of the CopySceneResponse Command.
256
+ *
257
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.20.1
258
+ */
259
+ status: TlvField(0, TlvEnum()),
260
+ /**
261
+ * The GroupIdentifierFrom field specifies the identifier of the group from which the scene was copied, as
262
+ * specified in the CopyScene command. Together with the SceneIdentifierFrom field, this field uniquely
263
+ * identifies the scene that was copied from the Scene Table.
264
+ *
265
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.20.2
266
+ */
267
+ groupIdentifierFrom: TlvField(1, TlvGroupId),
268
+ /**
269
+ * The SceneIdentifierFrom field is specifies the identifier of the scene from which the scene was copied, as
270
+ * specified in the CopyScene command. Together with the GroupIdentifierFrom field, this field uniquely
271
+ * identifies the scene that was copied from the Scene Table.
272
+ *
273
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.20.3
274
+ */
275
+ sceneIdentifierFrom: TlvField(2, TlvUInt8),
276
+ });
277
+ /**
278
+ * These are optional features supported by ScenesCluster.
279
+ *
280
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.4
281
+ */
282
+ let Feature;
283
+ (function (Feature) {
284
+ /**
285
+ * SceneNames
286
+ *
287
+ * The ability to store a name for a scene.
288
+ */
289
+ Feature["SceneNames"] = "SceneNames";
290
+ })(Feature = Scenes.Feature || (Scenes.Feature = {}));
291
+ /**
292
+ * These elements and properties are present in all Scenes clusters.
293
+ */
294
+ Scenes.Base = MutableCluster.Component({
295
+ id: 0x5,
296
+ name: 'Scenes',
297
+ revision: 4,
298
+ features: {
299
+ /**
300
+ * SceneNames
301
+ *
302
+ * The ability to store a name for a scene.
303
+ */
304
+ sceneNames: BitFlag(0),
305
+ },
306
+ attributes: {
307
+ /**
308
+ * The SceneCount attribute specifies the number of scenes currently in the server’s Scene Table.
309
+ *
310
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.7.1
311
+ */
312
+ sceneCount: Attribute(0x0, TlvUInt8, { default: 0 }),
313
+ /**
314
+ * The CurrentScene attribute holds the scene identifier of the scene last invoked.
315
+ *
316
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.7.2
317
+ */
318
+ currentScene: Attribute(0x1, TlvUInt8, { default: 0 }),
319
+ /**
320
+ * The CurrentGroup attribute holds the group identifier of the scene last invoked, or 0 if the scene last
321
+ * invoked is not associated with a group.
322
+ *
323
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.7.3
324
+ */
325
+ currentGroup: Attribute(0x2, TlvGroupId, { default: GroupId(0) }),
326
+ /**
327
+ * The SceneValid attribute indicates whether the state of the server corresponds to that associated with
328
+ * the CurrentScene and CurrentGroup attributes. TRUE indicates that these attributes are valid, FALSE
329
+ * indicates that they are not valid.
330
+ *
331
+ * Before a scene has been stored or recalled, this attribute is set to FALSE. After a successful
332
+ * StoreScene or RecallScene command it is set to TRUE. If, after a scene is stored or recalled, the state
333
+ * of the server is modified, this attribute is set to FALSE.
334
+ *
335
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.7.4
336
+ */
337
+ sceneValid: Attribute(0x3, TlvBoolean, { default: true }),
338
+ /**
339
+ * This attribute provides legacy, read-only access to whether the Scene Names feature is supported. The
340
+ * most significant bit, bit 7, shall be equal to bit 0 of the FeatureMap attribute. All other bits shall
341
+ * be 0.
342
+ *
343
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.7.5
344
+ */
345
+ nameSupport: Attribute(0x4, TlvBitmap(TlvUInt8, Scenes.NameSupport)),
346
+ /**
347
+ * The LastConfiguredBy attribute holds the Node ID (the IEEE address in case of Zigbee) of the node that
348
+ * last configured the Scene Table.
349
+ *
350
+ * The null value indicates that the server has not been configured, or that the identifier of the node
351
+ * that last configured the Scenes cluster is not known.
352
+ *
353
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.7.6
354
+ */
355
+ lastConfiguredBy: OptionalAttribute(0x5, TlvNullable(TlvNodeId), { default: null }),
356
+ },
357
+ commands: {
358
+ /**
359
+ * It is not mandatory for an extension field set to be included in the command for every cluster on that
360
+ * endpoint that has a defined extension field set. Extension field sets may be omitted, including the case
361
+ * of no extension field sets at all.
362
+ *
363
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.2
364
+ */
365
+ addScene: Command(0x0, Scenes.TlvAddSceneRequest, 0x0, Scenes.TlvAddSceneResponse, { invokeAcl: AccessLevel.Manage }),
366
+ /**
367
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.3
368
+ */
369
+ viewScene: Command(0x1, Scenes.TlvViewSceneRequest, 0x1, Scenes.TlvViewSceneResponse),
370
+ /**
371
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.4
372
+ */
373
+ removeScene: Command(0x2, Scenes.TlvRemoveSceneRequest, 0x2, Scenes.TlvRemoveSceneResponse, { invokeAcl: AccessLevel.Manage }),
374
+ /**
375
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.5
376
+ */
377
+ removeAllScenes: Command(0x3, Scenes.TlvRemoveAllScenesRequest, 0x3, Scenes.TlvRemoveAllScenesResponse, { invokeAcl: AccessLevel.Manage }),
378
+ /**
379
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.6
380
+ */
381
+ storeScene: Command(0x4, Scenes.TlvStoreSceneRequest, 0x4, Scenes.TlvStoreSceneResponse, { invokeAcl: AccessLevel.Manage }),
382
+ /**
383
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.7
384
+ */
385
+ recallScene: Command(0x5, Scenes.TlvRecallSceneRequest, 0x5, TlvNoResponse),
386
+ /**
387
+ * The GetSceneMembership command can be used to find an unused scene identifier within a certain group
388
+ * when no commissioning tool is in the network, or for a commissioning tool to get the used scene
389
+ * identifiers within a certain group, for the endpoint that implements this cluster.
390
+ *
391
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.8
392
+ */
393
+ getSceneMembership: Command(0x6, Scenes.TlvGetSceneMembershipRequest, 0x6, Scenes.TlvGetSceneMembershipResponse),
394
+ /**
395
+ * The EnhancedAddScene command allows a scene to be added using a finer scene transition time than the
396
+ * AddScene command.
397
+ *
398
+ * This command shall have the same data fields as the AddScene command, with the following difference:
399
+ *
400
+ * The TransitionTime data field shall be measured in tenths of a second rather than in seconds.
401
+ *
402
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.9
403
+ */
404
+ enhancedAddScene: OptionalCommand(0x40, Scenes.TlvAddSceneRequest, 0x40, Scenes.TlvAddSceneResponse, { invokeAcl: AccessLevel.Manage }),
405
+ /**
406
+ * The EnhancedViewScene command allows a scene to be retrieved using a finer scene transition time than
407
+ * the ViewScene command.
408
+ *
409
+ * This command shall have the same data fields as the ViewScene command.
410
+ *
411
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.10
412
+ */
413
+ enhancedViewScene: OptionalCommand(0x41, Scenes.TlvViewSceneRequest, 0x41, Scenes.TlvViewSceneResponse),
414
+ /**
415
+ * The CopyScene command allows a client to efficiently copy scenes from one group/scene identifier pair to
416
+ * another group/scene identifier pair.
417
+ *
418
+ * @see {@link MatterSpecification.v11.Cluster} § 1.4.9.11
419
+ */
420
+ copyScene: OptionalCommand(0x42, Scenes.TlvCopySceneRequest, 0x42, Scenes.TlvCopySceneResponse, { invokeAcl: AccessLevel.Manage }),
421
+ },
422
+ /**
423
+ * This metadata controls which ScenesCluster elements matter.js activates for specific feature combinations.
424
+ */
425
+ extensions: MutableCluster.Extensions(),
426
+ });
427
+ /**
428
+ * @see {@link Cluster}
429
+ */
430
+ Scenes.ClusterInstance = MutableCluster({ ...Scenes.Base, supportedFeatures: { sceneNames: true } });
431
+ Scenes.Cluster = Scenes.ClusterInstance;
432
+ Scenes.Complete = Scenes.Cluster;
433
+ })(Scenes || (Scenes = {}));
434
+ export const ScenesCluster = Scenes.Cluster;
435
+ ClusterRegistry.register(Scenes.Complete);
436
+ //# sourceMappingURL=ScenesCluster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScenesCluster.js","sourceRoot":"","sources":["../../src/cluster/ScenesCluster.ts"],"names":[],"mappings":"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"}
@@ -1043,7 +1043,7 @@ export declare namespace SmokeCoAlarm {
1043
1043
  readonly smokeState: Attribute<AlarmState, any> & {
1044
1044
  readonly optional: true;
1045
1045
  readonly isConditional: true;
1046
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1046
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1047
1047
  readonly mandatoryIf: [] | [{
1048
1048
  smokeAlarm: boolean;
1049
1049
  }];
@@ -1051,7 +1051,7 @@ export declare namespace SmokeCoAlarm {
1051
1051
  readonly coState: Attribute<AlarmState, any> & {
1052
1052
  readonly optional: true;
1053
1053
  readonly isConditional: true;
1054
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1054
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1055
1055
  readonly mandatoryIf: [] | [{
1056
1056
  coAlarm: boolean;
1057
1057
  }];
@@ -1062,7 +1062,7 @@ export declare namespace SmokeCoAlarm {
1062
1062
  readonly optionalIf: [] | [{
1063
1063
  smokeAlarm: boolean;
1064
1064
  }];
1065
- readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1065
+ readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1066
1066
  };
1067
1067
  readonly smokeSensitivityLevel: OptionalWritableAttribute<Sensitivity, any> & {
1068
1068
  readonly optional: true;
@@ -1070,7 +1070,7 @@ export declare namespace SmokeCoAlarm {
1070
1070
  readonly optionalIf: [] | [{
1071
1071
  smokeAlarm: boolean;
1072
1072
  }];
1073
- readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1073
+ readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1074
1074
  };
1075
1075
  /**
1076
1076
  * Indicates the visibly- and audibly-expressed state of the alarm. When multiple alarm conditions are
@@ -1180,7 +1180,7 @@ export declare namespace SmokeCoAlarm {
1180
1180
  }>, any> & {
1181
1181
  readonly optional: true;
1182
1182
  readonly isConditional: true;
1183
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1183
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1184
1184
  readonly mandatoryIf: [] | [{
1185
1185
  smokeAlarm: boolean;
1186
1186
  }];
@@ -1195,7 +1195,7 @@ export declare namespace SmokeCoAlarm {
1195
1195
  }>, any> & {
1196
1196
  readonly optional: true;
1197
1197
  readonly isConditional: true;
1198
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1198
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1199
1199
  readonly mandatoryIf: [] | [{
1200
1200
  coAlarm: boolean;
1201
1201
  }];
@@ -1213,7 +1213,7 @@ export declare namespace SmokeCoAlarm {
1213
1213
  readonly optionalIf: [] | [{
1214
1214
  smokeAlarm: boolean;
1215
1215
  }];
1216
- readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1216
+ readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1217
1217
  };
1218
1218
  readonly interconnectCoAlarm: OptionalEvent<import("@project-chip/matter-node.js/tlv").TypeFromFields<{
1219
1219
  /**
@@ -1228,7 +1228,7 @@ export declare namespace SmokeCoAlarm {
1228
1228
  readonly optionalIf: [] | [{
1229
1229
  coAlarm: boolean;
1230
1230
  }];
1231
- readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema> | [];
1231
+ readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
1232
1232
  };
1233
1233
  /**
1234
1234
  * This event shall be generated when BatteryAlert attribute changes to either Warning or Critical state.
@@ -1282,7 +1282,7 @@ export declare namespace SmokeCoAlarm {
1282
1282
  */
1283
1283
  readonly allClear: Event<void, any>;
1284
1284
  };
1285
- }>;
1285
+ }, []>;
1286
1286
  /**
1287
1287
  * This cluster supports all SmokeCoAlarm features. It may support illegal feature combinations.
1288
1288
  *
@@ -1 +1 @@
1
- {"version":3,"file":"SmokeCoAlarmCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/SmokeCoAlarmCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAA+C,cAAc,EAAE,iBAAiB,EAAE,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,yBAAyB,EAAiB,MAAM,sCAAsC,CAAC;AACxO,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAC9D,OAAO,EAAkC,cAAc,EAAuC,MAAM,kCAAkC,CAAC;AACvI,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,yBAAiB,YAAY,CAAC;IAC5B;;OAEG;IACH,KAAY,UAAU;QACpB;;;;;;WAMG;QACH,MAAM,IAAI;QAEV;;;;;;;WAOG;QACH,OAAO,IAAI;QAEX;;;;;;;WAOG;QACH,QAAQ,IAAI;KACb;IAED;;OAEG;IACH,KAAY,kBAAkB;QAC5B;;;;;;;WAOG;QACH,MAAM,IAAI;QAEV;;;;;;;WAOG;QACH,GAAG,IAAI;QAEP;;;;;;;WAOG;QACH,OAAO,IAAI;QAEX;;;;;;;;WAQG;QACH,QAAQ,IAAI;KACb;IAED;;OAEG;IACH,KAAY,WAAW;QACrB;;WAEG;QACH,IAAI,IAAI;QAER;;WAEG;QACH,QAAQ,IAAI;QAEZ;;WAEG;QACH,GAAG,IAAI;KACR;IAED;;;;OAIG;IACI,MAAM,kBAAkB;QAC7B;;;;WAIG;;MAEH,CAAC;IAEH;;;;OAIG;IACH,KAAY,eAAe,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAExE;;;;OAIG;IACI,MAAM,8BAA8B;QACzC;;;;WAIG;;MAEH,CAAC;IAEH;;;;OAIG;IACH,KAAY,2BAA2B,GAAG,cAAc,CAAC,OAAO,8BAA8B,CAAC,CAAC;IAEhG;;;;OAIG;IACI,MAAM,eAAe;QAC1B;;;;WAIG;;MAEH,CAAC;IAEH;;;;OAIG;IACH,KAAY,YAAY,GAAG,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC;IAElE;;;;OAIG;IACI,MAAM,2BAA2B;QACtC;;;;WAIG;;MAEH,CAAC;IAEH;;;;OAIG;IACH,KAAY,wBAAwB,GAAG,cAAc,CAAC,OAAO,2BAA2B,CAAC,CAAC;IAE1F;;OAEG;IACH,KAAY,cAAc;QACxB;;;;;;WAMG;QACH,MAAM,IAAI;QAEV;;;;;;;;WAQG;QACH,UAAU,IAAI;QAEd;;;;;;;;WAQG;QACH,OAAO,IAAI;QAEX;;;;;;;;WAQG;QACH,YAAY,IAAI;QAEhB;;;;;;WAMG;QACH,OAAO,IAAI;QAEX;;;;;;;;WAQG;QACH,aAAa,IAAI;QAEjB;;;;;;;;WAQG;QACH,YAAY,IAAI;QAEhB;;;;;;;;WAQG;QACH,iBAAiB,IAAI;QAErB;;;;;;;;WAQG;QACH,cAAc,IAAI;KACnB;IAED;;OAEG;IACH,KAAY,SAAS;QACnB;;;;;;WAMG;QACH,QAAQ,IAAI;QAEZ;;;;;;WAMG;QACH,KAAK,IAAI;KACV;IAED;;OAEG;IACH,KAAY,YAAY;QACtB;;;;;;;WAOG;QACH,MAAM,IAAI;QAEV;;;;;;WAMG;QACH,OAAO,IAAI;KACZ;IAED;;;;OAIG;IACI,MAAM,kBAAkB;QAC7B;;;;WAIG;;MAEH,CAAC;IAEH;;;;OAIG;IACH,KAAY,eAAe,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAExE;;OAEG;IACI,MAAM,mBAAmB;;YAE5B;;;;eAIG;;YAGH;;;;eAIG;;YAGH;;;;eAIG;;;;YAKH;;;;eAIG;;gBAtRL;;;;mBAIG;;;YAqRD;;;;;eAKG;;gBAzQL;;;;mBAIG;;;;KAwQH,CAAC;IAEH;;OAEG;IACI,MAAM,gBAAgB;;YAEzB;;;;eAIG;;;;YAKH;;;;eAIG;;gBA3QL;;;;mBAIG;;;YA0QD;;;;;eAKG;;gBA9PL;;;;mBAIG;;;;KA6PH,CAAC;IAEH;;;;OAIG;IACH,KAAY,OAAO;QACjB;;;;WAIG;QACH,UAAU,eAAe;QAEzB;;;;WAIG;QACH,OAAO,YAAY;KACpB;IAED;;OAEG;IACI,MAAM,IAAI;;;;;YAMb;;;;eAIG;;YAGH;;;;eAIG;;;;YAKH;;;;;;;;;;;;;eAaG;;YAGH;;;;;;;eAOG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;;eAQG;;;;YAKH;;;;;;;;;;;;;;eAcG;;;;YAKH;;;;eAIG;;gBAzPL;;;;mBAIG;;;YAwPD;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;eAIG;;YAGH;;;;eAIG;;;QAIL;;;WAGG;;;;;;;oBAxRD;;;;uBAIG;;oBAGH;;;;uBAIG;;oBAGH;;;;uBAIG;;;;oBAKH;;;;uBAIG;;wBAtRL;;;;2BAIG;;;oBAqRD;;;;;uBAKG;;wBAzQL;;;;2BAIG;;;;;;;;;;;oBA+QD;;;;uBAIG;;;;oBAKH;;;;uBAIG;;wBA3QL;;;;2BAIG;;;oBA0QD;;;;;uBAKG;;wBA9PL;;;;2BAIG;;;;;;;;;;;;KAkdH,CAAC;IAEH;;OAEG;IACI,MAAM,eAAe;;;;;YA1LxB;;;;eAIG;;YAGH;;;;eAIG;;;;YAKH;;;;;;;;;;;;;eAaG;;YAGH;;;;;;;eAOG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;;eAQG;;;;YAKH;;;;;;;;;;;;;;eAcG;;;;YAKH;;;;eAIG;;gBAzPL;;;;mBAIG;;;YAwPD;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;eAIG;;YAGH;;;;eAIG;;;QAIL;;;WAGG;;;;;;;oBAxRD;;;;uBAIG;;oBAGH;;;;uBAIG;;oBAGH;;;;uBAIG;;;;oBAKH;;;;uBAIG;;wBAtRL;;;;2BAIG;;;oBAqRD;;;;;uBAKG;;wBAzQL;;;;2BAIG;;;;;;;;;;;oBA+QD;;;;uBAIG;;;;oBAKH;;;;uBAIG;;wBA3QL;;;;2BAIG;;;oBA0QD;;;;;uBAKG;;wBA9PL;;;;2BAIG;;;;;;;;;;;;MAud6D,CAAC;IAEnE;;;;;;;OAOG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAIhD;;OAEG;IACI,MAAM,gBAAgB;;;;;YA7MzB;;;;eAIG;;YAGH;;;;eAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAKH;;;;;;;;;;;;;eAaG;;YAGH;;;;;;;eAOG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;;eAQG;;;;YAKH;;;;;;;;;;;;;;eAcG;;;;;gBAvdL;;;;mBAIG;;;;;;;;;;;gBAsCH;;;;mBAIG;;;;;;;;;;;gBAzBH;;;;mBAIG;;;;;;;;;;;gBAsCH;;;;mBAIG;;;;;;;;;;YAyZD;;;;eAIG;;gBAzPL;;;;mBAIG;;;YAwPD;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;eAIG;;YAGH;;;;eAIG;;;MAwDL,CAAC;IAEH;;;;;OAKG;IACH,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAElD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,CAAC;AACvD,eAAO,MAAM,mBAAmB;;;;;QAlP1B;;;;WAIG;;QAGH;;;;WAIG;;;;QAKH;;;;;;;;;;;;;WAaG;;QAGH;;;;;;;WAOG;;QAGH;;;;;WAKG;;QAGH;;;;;WAKG;;QAGH;;;;;WAKG;;QAGH;;;;;WAKG;;QAGH;;;;;;WAMG;;QAGH;;;;;;WAMG;;QAGH;;;;;;;;WAQG;;;;QAKH;;;;;;;;;;;;;;WAcG;;;;QAKH;;;;WAIG;;YAzPL;;;;eAIG;;;QAwPD;;;;;WAKG;;QAGH;;;;WAIG;;QAGH;;;;;WAKG;;QAGH;;;;WAIG;;QAGH;;;;WAIG;;QAGH;;;;WAIG;;;IAIL;;;OAGG;;;;;;;gBAxRD;;;;mBAIG;;gBAGH;;;;mBAIG;;gBAGH;;;;mBAIG;;;;gBAKH;;;;mBAIG;;oBAtRL;;;;uBAIG;;;gBAqRD;;;;;mBAKG;;oBAzQL;;;;uBAIG;;;;;;;;;;;gBA+QD;;;;mBAIG;;;;gBAKH;;;;mBAIG;;oBA3QL;;;;uBAIG;;;gBA0QD;;;;;mBAKG;;oBA9PL;;;;uBAIG;;;;;;;;;;;;EA+gBgD,CAAC"}
1
+ {"version":3,"file":"SmokeCoAlarmCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/SmokeCoAlarmCluster.ts"],"names":[],"mappings":"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"}
@@ -455,7 +455,7 @@ export declare namespace TvocMeasurement {
455
455
  readonly measurementMedium: OptionalAttribute<MeasurementMediumType, any>;
456
456
  readonly levelValue: OptionalAttribute<LevelValueType, any>;
457
457
  };
458
- }>;
458
+ }, []>;
459
459
  interface Complete extends Identity<typeof CompleteInstance> {
460
460
  }
461
461
  const Complete: Complete;
@@ -1 +1 @@
1
- {"version":3,"file":"TvocCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/TvocCluster.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,EAAmB,cAAc,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAC1G,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAE9D,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,yBAAiB,eAAe,CAAC;IAC/B,KAAY,mBAAmB;QAC7B,GAAG,IAAI;QACP,GAAG,IAAI;QACP,GAAG,IAAI;QACP,IAAI,IAAI;QACR,IAAI,IAAI;QACR,IAAI,IAAI;QACR,GAAG,IAAI;QACP,IAAI,IAAI;KACT;IAED,KAAY,qBAAqB;QAC/B,GAAG,IAAI;QACP,KAAK,IAAI;QACT,IAAI,IAAI;KACT;IAED,KAAY,cAAc;QACxB,OAAO,IAAI;QACX,GAAG,IAAI;QACP,MAAM,IAAI;QACV,IAAI,IAAI;QACR,QAAQ,IAAI;KACb;IAEM,MAAM,2BAA2B;;;;;;;;;;;;;;KActC,CAAC;IAEI,MAAM,wBAAwB;;;;;;;;;;;;;;KAcnC,CAAC;IAEI,MAAM,oBAAoB;;;;;;;;;;;;;;KAc/B,CAAC;IAEI,MAAM,sBAAsB;;;;;;;;;;;;;;KAcjC,CAAC;IAEI,MAAM,wBAAwB;;;;;;;;;;;;;;KAcnC,CAAC;IAEI,MAAM,2BAA2B;;;;;;;;;;;;;;KActC,CAAC;IAEH,KAAY,OAAO;QACjB,kBAAkB,uBAAuB;QACzC,eAAe,oBAAoB;QACnC,WAAW,gBAAgB;QAC3B,aAAa,kBAAkB;QAC/B,eAAe,oBAAoB;QACnC,kBAAkB,uBAAuB;KAC1C;IAEM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAoCf,CAAC;IAEI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE,UAAiB,OAAQ,SAAQ,QAAQ,CAAC,OAAO,eAAe,CAAC;KAAG;IAE7D,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEzC,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;MAS3B,CAAC;IAEH,UAAiB,QAAS,SAAQ,QAAQ,CAAC,OAAO,gBAAgB,CAAC;KAAG;IAE/D,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,sBAAsB,GAAG,eAAe,CAAC,OAAO,CAAC;AAC7D,eAAO,MAAM,sBAAsB,yBAA0B,CAAC"}
1
+ {"version":3,"file":"TvocCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/TvocCluster.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,EAAmB,cAAc,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAC1G,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAE9D,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,yBAAiB,eAAe,CAAC;IAC/B,KAAY,mBAAmB;QAC7B,GAAG,IAAI;QACP,GAAG,IAAI;QACP,GAAG,IAAI;QACP,IAAI,IAAI;QACR,IAAI,IAAI;QACR,IAAI,IAAI;QACR,GAAG,IAAI;QACP,IAAI,IAAI;KACT;IAED,KAAY,qBAAqB;QAC/B,GAAG,IAAI;QACP,KAAK,IAAI;QACT,IAAI,IAAI;KACT;IAED,KAAY,cAAc;QACxB,OAAO,IAAI;QACX,GAAG,IAAI;QACP,MAAM,IAAI;QACV,IAAI,IAAI;QACR,QAAQ,IAAI;KACb;IAEM,MAAM,2BAA2B;;;;;;;;;;;;;;KActC,CAAC;IAEI,MAAM,wBAAwB;;;;;;;;;;;;;;KAcnC,CAAC;IAEI,MAAM,oBAAoB;;;;;;;;;;;;;;KAc/B,CAAC;IAEI,MAAM,sBAAsB;;;;;;;;;;;;;;KAcjC,CAAC;IAEI,MAAM,wBAAwB;;;;;;;;;;;;;;KAcnC,CAAC;IAEI,MAAM,2BAA2B;;;;;;;;;;;;;;KActC,CAAC;IAEH,KAAY,OAAO;QACjB,kBAAkB,uBAAuB;QACzC,eAAe,oBAAoB;QACnC,WAAW,gBAAgB;QAC3B,aAAa,kBAAkB;QAC/B,eAAe,oBAAoB;QACnC,kBAAkB,uBAAuB;KAC1C;IAEM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAoCf,CAAC;IAEI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE,UAAiB,OAAQ,SAAQ,QAAQ,CAAC,OAAO,eAAe,CAAC;KAAG;IAE7D,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEzC,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;UAS3B,CAAC;IAEH,UAAiB,QAAS,SAAQ,QAAQ,CAAC,OAAO,gBAAgB,CAAC;KAAG;IAE/D,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,sBAAsB,GAAG,eAAe,CAAC,OAAO,CAAC;AAC7D,eAAO,MAAM,sBAAsB,yBAA0B,CAAC"}
@@ -1,5 +1,4 @@
1
1
  export * from './AirQualityCluster.js';
2
- export * from './BooleanStateConfigurationCluster.js';
3
2
  export * from './CarbonDioxideConcentrationMeasurementCluster.js';
4
3
  export * from './CarbonMonoxideConcentrationMeasurementCluster.js';
5
4
  export * from './ConcentrationMeasurementCluster.js';
@@ -1 +1 @@
1
- {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../src/cluster/export.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC;AACjE,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qDAAqD,CAAC;AACpE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../src/cluster/export.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC;AACjE,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qDAAqD,CAAC;AACpE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  export * from './AirQualityCluster.js';
2
- export * from './BooleanStateConfigurationCluster.js';
3
2
  export * from './CarbonDioxideConcentrationMeasurementCluster.js';
4
3
  export * from './CarbonMonoxideConcentrationMeasurementCluster.js';
5
4
  export * from './ConcentrationMeasurementCluster.js';
@@ -1 +1 @@
1
- {"version":3,"file":"export.js","sourceRoot":"","sources":["../../src/cluster/export.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC;AACjE,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qDAAqD,CAAC;AACpE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"export.js","sourceRoot":"","sources":["../../src/cluster/export.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC;AACjE,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qDAAqD,CAAC;AACpE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC"}