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
@@ -1 +0,0 @@
1
- {"version":3,"file":"FanControlCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/FanControlCluster.ts"],"names":[],"mappings":"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"}
@@ -1,492 +0,0 @@
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, FixedAttribute, MutableCluster, 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, TlvEnum, TlvBoolean, TlvOptionalField, TlvUInt8, TlvNullable, TlvBitmap, TlvPercent } from '@project-chip/matter-node.js/tlv';
12
- export var FanControl;
13
- (function (FanControl) {
14
- /**
15
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.1
16
- */
17
- FanControl.Rock = {
18
- /**
19
- * Indicate rock left to right
20
- */
21
- rockLeftRight: BitFlag(0),
22
- /**
23
- * Indicate rock up and down
24
- */
25
- rockUpDown: BitFlag(1),
26
- /**
27
- * Indicate rock around
28
- */
29
- rockRound: BitFlag(2),
30
- };
31
- /**
32
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.2
33
- */
34
- FanControl.Wind = {
35
- /**
36
- * Indicate sleep wind
37
- */
38
- sleepWind: BitFlag(0),
39
- /**
40
- * Indicate natural wind
41
- */
42
- naturalWind: BitFlag(1),
43
- };
44
- /**
45
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.4
46
- */
47
- let AirflowDirection;
48
- (function (AirflowDirection) {
49
- /**
50
- * Airflow is in the forward direction
51
- */
52
- AirflowDirection[AirflowDirection["Forward"] = 0] = "Forward";
53
- /**
54
- * Airflow is in the reverse direction
55
- */
56
- AirflowDirection[AirflowDirection["Reverse"] = 1] = "Reverse";
57
- })(AirflowDirection = FanControl.AirflowDirection || (FanControl.AirflowDirection = {}));
58
- /**
59
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.3
60
- */
61
- let StepDirection;
62
- (function (StepDirection) {
63
- /**
64
- * Step moves in increasing direction
65
- */
66
- StepDirection[StepDirection["Increase"] = 0] = "Increase";
67
- /**
68
- * Step moves in decreasing direction
69
- */
70
- StepDirection[StepDirection["Decrease"] = 1] = "Decrease";
71
- })(StepDirection = FanControl.StepDirection || (FanControl.StepDirection = {}));
72
- /**
73
- * Input to the FanControl step command
74
- *
75
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.7.1
76
- */
77
- FanControl.TlvStepRequest = TlvObject({
78
- /**
79
- * This field shall indicate whether the fan speed increases or decreases to the next step value.
80
- *
81
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.7.1.1
82
- */
83
- direction: TlvField(0, TlvEnum()),
84
- /**
85
- * This field shall indicate if the fan speed wraps between highest and lowest step value.
86
- *
87
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.7.1.2
88
- */
89
- wrap: TlvOptionalField(1, TlvBoolean),
90
- /**
91
- * This field shall indicate that the fan being off (speed value 0) is included as a step value.
92
- *
93
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.7.1.3
94
- */
95
- lowestOff: TlvOptionalField(2, TlvBoolean),
96
- });
97
- /**
98
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.5
99
- */
100
- let FanMode;
101
- (function (FanMode) {
102
- /**
103
- * Fan is off
104
- */
105
- FanMode[FanMode["Off"] = 0] = "Off";
106
- /**
107
- * Fan using low speed
108
- *
109
- * If the fan supports 2 or more speeds, the Low value shall be supported.
110
- *
111
- * The Low value shall be supported if and only if the FanModeSequence attribute value is less than 4.
112
- *
113
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.5.1
114
- */
115
- FanMode[FanMode["Low"] = 1] = "Low";
116
- /**
117
- * Fan using medium speed
118
- *
119
- * If the fan supports 3 or more speeds, the Medium value shall be supported.
120
- *
121
- * The Medium value shall be supported if and only if the FanModeSequence attribute value is 0 or 2.
122
- *
123
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.5.2
124
- */
125
- FanMode[FanMode["Medium"] = 2] = "Medium";
126
- /**
127
- * Fan using high speed
128
- */
129
- FanMode[FanMode["High"] = 3] = "High";
130
- FanMode[FanMode["On"] = 4] = "On";
131
- /**
132
- * Fan is using auto mode
133
- */
134
- FanMode[FanMode["Auto"] = 5] = "Auto";
135
- /**
136
- * Fan is using smart mode
137
- */
138
- FanMode[FanMode["Smart"] = 6] = "Smart";
139
- })(FanMode = FanControl.FanMode || (FanControl.FanMode = {}));
140
- /**
141
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.5.6
142
- */
143
- let FanModeSequence;
144
- (function (FanModeSequence) {
145
- /**
146
- * Fan is capable of off, low, medium and high modes
147
- */
148
- FanModeSequence[FanModeSequence["OffLowMedHigh"] = 0] = "OffLowMedHigh";
149
- /**
150
- * Fan is capable of off, low and high modes
151
- */
152
- FanModeSequence[FanModeSequence["OffLowHigh"] = 1] = "OffLowHigh";
153
- /**
154
- * Fan is capable of off, low, medium, high and auto modes
155
- */
156
- FanModeSequence[FanModeSequence["OffLowMedHighAuto"] = 2] = "OffLowMedHighAuto";
157
- /**
158
- * Fan is capable of off, low, high and auto modes
159
- */
160
- FanModeSequence[FanModeSequence["OffLowHighAuto"] = 3] = "OffLowHighAuto";
161
- /**
162
- * Fan is capable of off, high and auto modes
163
- */
164
- FanModeSequence[FanModeSequence["OffHighAuto"] = 4] = "OffHighAuto";
165
- /**
166
- * Fan is capable of off and high modes
167
- */
168
- FanModeSequence[FanModeSequence["OffHigh"] = 5] = "OffHigh";
169
- })(FanModeSequence = FanControl.FanModeSequence || (FanControl.FanModeSequence = {}));
170
- /**
171
- * A FanControlCluster supports these elements if it supports feature MultiSpeed.
172
- */
173
- FanControl.MultiSpeedComponent = MutableCluster.Component({
174
- attributes: {
175
- /**
176
- * Indicates that the fan has one speed (value of 1) or the maximum speed, if the fan is capable of
177
- * multiple speeds.
178
- *
179
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.5
180
- */
181
- speedMax: FixedAttribute(0x4, TlvUInt8.bound({ min: 1, max: 100 })),
182
- /**
183
- * Indicates the speed setting for the fan. This attribute may be written by the client to indicate a new
184
- * fan speed. If the client writes null to this attribute, the attribute value shall NOT change. A server
185
- * shall return INVALID_IN_STATE to indicate that the fan is not in a state where the SpeedSetting can be
186
- * changed to the requested value.
187
- *
188
- * If this is successfully written to 0, the server shall set the FanMode attribute value to Off. Please
189
- * see the Speed Rules for details on other values.
190
- *
191
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.6
192
- */
193
- speedSetting: WritableAttribute(0x5, TlvNullable(TlvUInt8), { default: 0 }),
194
- /**
195
- * Indicates the actual currently operating fan speed, or zero to indicate that the fan is off. There may
196
- * be a temporary mismatch between the value of this attribute and the value of the SpeedSetting attribute
197
- * due to other system requirements that would not allow the fan to operate at the requested setting.
198
- *
199
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.7
200
- */
201
- speedCurrent: Attribute(0x6, TlvUInt8),
202
- },
203
- });
204
- /**
205
- * A FanControlCluster supports these elements if it supports feature Rocking.
206
- */
207
- FanControl.RockingComponent = MutableCluster.Component({
208
- attributes: {
209
- /**
210
- * This attribute is a bitmap that indicates what rocking motions the server supports.
211
- *
212
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.8
213
- */
214
- rockSupport: FixedAttribute(0x7, TlvBitmap(TlvUInt8, FanControl.Rock)),
215
- /**
216
- * This attribute is a bitmap that indicates the current active fan rocking motion settings. Each bit shall
217
- * only be set to 1, if the corresponding bit in the RockSupport attribute is set to 1, otherwise a status
218
- * code of CONSTRAINT_ERROR shall be returned.
219
- *
220
- * If a combination of supported bits is set by the client, and the server does not support the
221
- * combination, the lowest supported single bit in the combination shall be set and active, and all other
222
- * bits shall indicate zero.
223
- *
224
- * For example: If RockUpDown and RockRound are both set, but this combination is not possible, then only
225
- * RockUpDown becomes active.
226
- *
227
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.9
228
- */
229
- rockSetting: WritableAttribute(0x8, TlvBitmap(TlvUInt8, FanControl.Rock)),
230
- },
231
- });
232
- /**
233
- * A FanControlCluster supports these elements if it supports feature Wind.
234
- */
235
- FanControl.WindComponent = MutableCluster.Component({
236
- attributes: {
237
- /**
238
- * This attribute is a bitmap that indicates what wind modes the server supports. At least one wind mode
239
- * bit shall be set.
240
- *
241
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.10
242
- */
243
- windSupport: FixedAttribute(0x9, TlvBitmap(TlvUInt8, FanControl.Wind)),
244
- /**
245
- * This attribute is a bitmap that indicates the current active fan wind feature settings. Each bit shall
246
- * only be set to 1, if the corresponding bit in the WindSupport attribute is set to 1, otherwise a status
247
- * code of CONSTRAINT_ERROR shall be returned.
248
- *
249
- * If a combination of supported bits is set by the client, and the server does not support the
250
- * combination, the lowest supported single bit in the combination shall be set and active, and all other
251
- * bits shall indicate zero.
252
- *
253
- * For example: If Sleep Wind and Natural Wind are set, but this combination is not possible, then only
254
- * Sleep Wind becomes active.
255
- *
256
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.11
257
- */
258
- windSetting: WritableAttribute(0xa, TlvBitmap(TlvUInt8, FanControl.Wind)),
259
- },
260
- });
261
- /**
262
- * A FanControlCluster supports these elements if it supports feature AirflowDirection.
263
- */
264
- FanControl.AirflowDirectionComponent = MutableCluster.Component({
265
- attributes: {
266
- /**
267
- * Indicates the current airflow direction of the fan. This attribute may be written by the client to
268
- * indicate a new airflow direction for the fan. This attribute shall be set to one of the values in the
269
- * AirflowDirectionEnum table.
270
- *
271
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.12
272
- */
273
- airflowDirection: WritableAttribute(0xb, TlvEnum(), { default: AirflowDirection.Forward }),
274
- },
275
- });
276
- /**
277
- * A FanControlCluster supports these elements if it supports feature Step.
278
- */
279
- FanControl.StepComponent = MutableCluster.Component({
280
- commands: {
281
- /**
282
- * This command speeds up or slows down the fan, in steps, without the client having to know the fan speed.
283
- * This command supports, for example, a user operated wall switch, where the user provides the feedback or
284
- * control to stop sending this command when the proper speed is reached. The step speed values are
285
- * implementation specific. How many step speeds are implemented is implementation specific.
286
- *
287
- * This command supports these fields:
288
- *
289
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.7.1
290
- */
291
- step: Command(0x0, FanControl.TlvStepRequest, 0x0, TlvNoResponse),
292
- },
293
- });
294
- /**
295
- * These are optional features supported by FanControlCluster.
296
- *
297
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.4
298
- */
299
- let Feature;
300
- (function (Feature) {
301
- /**
302
- * MultiSpeed (SPD)
303
- *
304
- * Legacy Fan Control cluster revision 0-1 defined 3 speeds (low, medium and high) plus automatic speed control
305
- * but left it up to the implementer to decide what was supported. Therefore, it is assumed that legacy client
306
- * implementations are capable of determining, from the server, the number of speeds supported between 1, 2, or
307
- * 3, and whether automatic speed control is supported.
308
- *
309
- * The MultiSpeed feature includes new attributes that support a running fan speed value from 0 to SpeedMax,
310
- * which has a maximum of 100.
311
- *
312
- * See Speed Rules for more details.
313
- *
314
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.4.1
315
- */
316
- Feature["MultiSpeed"] = "MultiSpeed";
317
- /**
318
- * Auto (AUT)
319
- *
320
- * Automatic mode supported for fan speed
321
- */
322
- Feature["Auto"] = "Auto";
323
- /**
324
- * Rocking (RCK)
325
- *
326
- * Rocking movement supported
327
- */
328
- Feature["Rocking"] = "Rocking";
329
- /**
330
- * Wind (WND)
331
- *
332
- * Wind emulation supported
333
- */
334
- Feature["Wind"] = "Wind";
335
- /**
336
- * Step (STEP)
337
- *
338
- * Step command supported
339
- */
340
- Feature["Step"] = "Step";
341
- /**
342
- * AirflowDirection (DIR)
343
- *
344
- * Airflow Direction attribute is supported
345
- */
346
- Feature["AirflowDirection"] = "AirflowDirection";
347
- })(Feature = FanControl.Feature || (FanControl.Feature = {}));
348
- /**
349
- * These elements and properties are present in all FanControl clusters.
350
- */
351
- FanControl.Base = MutableCluster.Component({
352
- id: 0x202,
353
- name: 'FanControl',
354
- revision: 4,
355
- features: {
356
- /**
357
- * MultiSpeed
358
- *
359
- * Legacy Fan Control cluster revision 0-1 defined 3 speeds (low, medium and high) plus automatic speed
360
- * control but left it up to the implementer to decide what was supported. Therefore, it is assumed that
361
- * legacy client implementations are capable of determining, from the server, the number of speeds
362
- * supported between 1, 2, or 3, and whether automatic speed control is supported.
363
- *
364
- * The MultiSpeed feature includes new attributes that support a running fan speed value from 0 to
365
- * SpeedMax, which has a maximum of 100.
366
- *
367
- * See Speed Rules for more details.
368
- *
369
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.4.1
370
- */
371
- multiSpeed: BitFlag(0),
372
- /**
373
- * Auto
374
- *
375
- * Automatic mode supported for fan speed
376
- */
377
- auto: BitFlag(1),
378
- /**
379
- * Rocking
380
- *
381
- * Rocking movement supported
382
- */
383
- rocking: BitFlag(2),
384
- /**
385
- * Wind
386
- *
387
- * Wind emulation supported
388
- */
389
- wind: BitFlag(3),
390
- /**
391
- * Step
392
- *
393
- * Step command supported
394
- */
395
- step: BitFlag(4),
396
- /**
397
- * AirflowDirection
398
- *
399
- * Airflow Direction attribute is supported
400
- */
401
- airflowDirection: BitFlag(5),
402
- },
403
- attributes: {
404
- /**
405
- * Indicates the current speed mode of the fan. This attribute may be written by the client to request a
406
- * different fan mode. A server shall return INVALID_IN_STATE to indicate that the fan is not in a state
407
- * where the FanMode can be changed to the requested value. A server may have FanMode values that it can
408
- * never be set to. For example, where this cluster appears on the same or another endpoint as other
409
- * clusters with a system dependency, for example the Thermostat cluster, attempting to set the FanMode
410
- * attribute of this cluster to Off may not be allowed by the system.
411
- *
412
- * This attribute shall be set to one of the values in FanModeEnum.
413
- *
414
- * When the FanMode attribute is successfully written to, the PercentSetting and SpeedSetting (if present)
415
- * attributes shall be set to appropriate values, as defined by the Percent Rules and Speed Rules
416
- * respectively, unless otherwise specified below.
417
- *
418
- * When the FanMode attribute is set to any given mode, the PercentCurrent and SpeedCurrent (if present)
419
- * shall indicate the actual currently operating fan speed, unless otherwise specified below.
420
- *
421
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.1
422
- */
423
- fanMode: WritableAttribute(0x0, TlvEnum(), { persistent: true, default: FanMode.Off }),
424
- /**
425
- * This attribute indicates the fan speed ranges that shall be supported.
426
- *
427
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.2
428
- */
429
- fanModeSequence: FixedAttribute(0x1, TlvEnum()),
430
- /**
431
- * Indicates the speed setting for the fan. This attribute may be written by the client to indicate a new
432
- * fan speed. If the client writes null to this attribute, the attribute value shall NOT change. A server
433
- * shall return INVALID_IN_STATE to indicate that the fan is not in a state where the PercentSetting can be
434
- * changed to the requested value.
435
- *
436
- * If this is successfully written to 0, the server shall set the FanMode attribute value to Off.
437
- *
438
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.3
439
- */
440
- percentSetting: WritableAttribute(0x2, TlvNullable(TlvPercent), { default: 0 }),
441
- /**
442
- * Indicates the actual currently operating fan speed, or zero to indicate that the fan is off. There may
443
- * be a temporary mismatch between the value of this attribute and the value of the PercentSetting
444
- * attribute due to other system requirements that would not allow the fan to operate at the requested
445
- * setting. See Percent Rules for more details.
446
- *
447
- * @see {@link MatterSpecification.v13.Cluster} § 4.4.6.4
448
- */
449
- percentCurrent: Attribute(0x3, TlvPercent),
450
- },
451
- /**
452
- * This metadata controls which FanControlCluster elements matter.js activates for specific feature
453
- * combinations.
454
- */
455
- extensions: MutableCluster.Extensions({ flags: { multiSpeed: true }, component: FanControl.MultiSpeedComponent }, { flags: { rocking: true }, component: FanControl.RockingComponent }, { flags: { wind: true }, component: FanControl.WindComponent }, { flags: { airflowDirection: true }, component: FanControl.AirflowDirectionComponent }, { flags: { step: true }, component: FanControl.StepComponent }),
456
- });
457
- /**
458
- * @see {@link Cluster}
459
- */
460
- FanControl.ClusterInstance = MutableCluster(FanControl.Base);
461
- FanControl.Cluster = FanControl.ClusterInstance;
462
- const SPD = { multiSpeed: true };
463
- const RCK = { rocking: true };
464
- const WND = { wind: true };
465
- const DIR = { airflowDirection: true };
466
- const STEP = { step: true };
467
- /**
468
- * @see {@link Complete}
469
- */
470
- FanControl.CompleteInstance = MutableCluster({
471
- id: FanControl.Cluster.id,
472
- name: FanControl.Cluster.name,
473
- revision: FanControl.Cluster.revision,
474
- features: FanControl.Cluster.features,
475
- attributes: {
476
- ...FanControl.Cluster.attributes,
477
- speedMax: MutableCluster.AsConditional(FanControl.MultiSpeedComponent.attributes.speedMax, { mandatoryIf: [SPD] }),
478
- speedSetting: MutableCluster.AsConditional(FanControl.MultiSpeedComponent.attributes.speedSetting, { mandatoryIf: [SPD] }),
479
- speedCurrent: MutableCluster.AsConditional(FanControl.MultiSpeedComponent.attributes.speedCurrent, { mandatoryIf: [SPD] }),
480
- rockSupport: MutableCluster.AsConditional(FanControl.RockingComponent.attributes.rockSupport, { mandatoryIf: [RCK] }),
481
- rockSetting: MutableCluster.AsConditional(FanControl.RockingComponent.attributes.rockSetting, { mandatoryIf: [RCK] }),
482
- windSupport: MutableCluster.AsConditional(FanControl.WindComponent.attributes.windSupport, { mandatoryIf: [WND] }),
483
- windSetting: MutableCluster.AsConditional(FanControl.WindComponent.attributes.windSetting, { mandatoryIf: [WND] }),
484
- airflowDirection: MutableCluster.AsConditional(FanControl.AirflowDirectionComponent.attributes.airflowDirection, { mandatoryIf: [DIR] }),
485
- },
486
- commands: { step: MutableCluster.AsConditional(FanControl.StepComponent.commands.step, { mandatoryIf: [STEP] }) },
487
- });
488
- FanControl.Complete = FanControl.CompleteInstance;
489
- })(FanControl || (FanControl = {}));
490
- export const FanControlCluster = FanControl.Cluster;
491
- ClusterRegistry.register(FanControl.Complete);
492
- //# sourceMappingURL=FanControlCluster.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FanControlCluster.js","sourceRoot":"","sources":["../../src/cluster/FanControlCluster.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.tooltip-container{display:inline-block;position:relative}.tooltip-text{background-color:#555;border-radius:6px;bottom:calc(100% + 10px);color:#fff;font-size:12px;left:50%;margin-left:-60px;opacity:0;padding:5px;position:absolute;text-align:center;transition:opacity .3s;visibility:hidden;z-index:1}.tooltip-container:hover{cursor:pointer}.tooltip-container:hover .tooltip-text{opacity:1;visibility:visible}.status-enabled{background-color:green}.status-disabled,.status-enabled{border-radius:.25rem;box-shadow:2px 2px 2px #0003;color:#fff;cursor:pointer;font-size:12px;padding:.2rem;text-align:center}.status-disabled{background-color:red}.status-information{background-color:#9e9e9e;color:#fff}.status-information,.status-warning{border-radius:.25rem;box-shadow:2px 2px 2px #0003;cursor:pointer;font-size:12px;padding:2px 10px;text-align:center}.status-warning{background-color:#e9db18;color:#000}.status-sponsor{background-color:#b6409c;padding:2px 10px}.status-blue,.status-sponsor{border-radius:.25rem;box-shadow:2px 2px 2px #0003;color:#fff;cursor:pointer;font-size:12px;text-align:center}.status-blue{background-color:#5f8c9e;padding:.2rem}.PluginsIconButton{color:#000;gap:0;padding:0}.HeaderButton{color:#4caf50}.menu-background{background-color:#e2e2e2}.main-background{background-color:#c4c2c2}.header{gap:20px;height:40px;justify-content:flex-start;margin:0;padding:0}.header,nav{align-items:center;display:flex}.nav-link{color:#333;font-size:20px;margin:0 10px;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#007bff}.nav-link:hodddver{color:red}table{border-collapse:collapse;width:100%}thead{border:1px solid #ddd;position:-webkit-sticky;position:sticky;top:0;z-index:auto}thead th{background:#4caf50;color:#fff}tbody td,thead th{border:1px solid #ddd;padding:5px 10px;text-align:left}tbody td{font-size:14px;margin:0}.table-content-even{background-color:#bdbdbd}.table-content-odd{background-color:#9e9e9e}.table-content-selected{background-color:#5f8c9e}h3{margin:0}.MbfPageDiv{gap:20px;height:calc(100% - 60px);margin:0;padding:0;width:100%}.MbfPageDiv,.MbfWindowDiv{display:flex;flex-direction:column}.MbfWindowDiv{background-color:#9e9e9e;border:1px solid #ddd;box-shadow:5px 5px 10px #888;box-sizing:border-box}.MbfWindowDivTable{display:flex;display:block;flex:1 1 auto;flex-direction:column;gap:0;margin:-1px;overflow:auto;padding:0}.MbfWindowHeader{background-color:#4caf50;border-bottom:1px solid #ddd;box-sizing:border-box;padding:0;width:100%}.MbfWindowFooter,.MbfWindowHeader{align-items:center;display:"flex";margin:0}.MbfWindowFooter{color:#000;height:40px;justify-content:center;padding:0 10px 10px}.MbfWindowHeaderText{color:#fff;font-weight:700;margin:0;padding:5px 10px}.MbfWindowBodyColumn{flex:1 1 auto;flex-direction:column;padding:10px 0;width:100%}.MbfWindowBodyColumn,.MbfWindowBodyRow{display:flex;gap:0;margin:0;overflow:auto}.MbfWindowBodyRow{flex:1 1 auto;flex-direction:row;height:100%;padding:0}.MbfScreen{background-color:#c4c2c2;display:flex;flex-direction:column;gap:20px;height:calc(100vh - 40px);margin:0;padding:20px;width:calc(100vw - 40px)}@media (max-width:1600px){.MbfScreen{height:800px;width:1600px}}
2
- /*# sourceMappingURL=main.ee3183e2.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"file":"static/css/main.ee3183e2.css","mappings":"AAAA,KAKE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAEY,CAHZ,QAMF,CAEA,KACE,uEAEF,CCTA,mBAEE,oBAAqB,CADrB,iBAEF,CAKA,cAEE,qBAAsB,CAItB,iBAAkB,CAIlB,wBAAyB,CAPzB,UAAW,CAaX,cAAe,CALf,QAAS,CACT,iBAAkB,CAElB,SAAU,CATV,WAAgB,CAGhB,iBAAkB,CAJlB,iBAAkB,CAWlB,sBAAwB,CAdxB,iBAAkB,CAQlB,SAQF,CAEA,yBACE,cACF,CAEA,uCAEE,SAAU,CADV,kBAEF,CAGA,gBACE,sBAQF,CAEA,iCAPE,oBAAsB,CAItB,4BAA0C,CAN1C,UAAY,CAKZ,cAAe,CADf,cAAe,CAHf,aAAe,CAEf,iBAeF,CATA,iBACE,oBAQF,CAEA,oBACE,wBAAyB,CACzB,UAUF,CAEA,oCAPE,oBAAsB,CAItB,4BAA0C,CAD1C,cAAe,CADf,cAAe,CAHf,gBAAgB,CAEhB,iBAkBF,CAZA,gBACE,wBAAyB,CACzB,UAUF,CAEA,gBACE,wBAAyB,CAKzB,gBAMF,CAEA,6BAPE,oBAAsB,CAItB,4BAA0C,CAT1C,UAAY,CAQZ,cAAe,CADf,cAAe,CADf,iBAeF,CATA,aACE,wBAAyB,CAEzB,aAMF,CAIA,mBACE,UAAc,CAEd,KAAM,CADN,SAEF,CAEA,cACE,aACF,CAEA,iBACE,wBACF,CAEA,iBACE,wBACF,CAGA,QAIE,QAAS,CAGT,WAAY,CAJZ,0BAA2B,CAE3B,QAAS,CACT,SAEF,CAGA,YATE,kBAAmB,CADnB,YAaF,CAGA,UAIE,UAAW,CAFX,cAAe,CADf,aAAc,CAEd,oBAAqB,CAErB,yBACF,CAEA,gBACE,aACF,CAEA,mBACE,SACF,CAGA,MACE,wBAAyB,CACzB,UACF,CAEA,MAGE,qBAAsB,CAFtB,uBAAgB,CAAhB,eAAgB,CAChB,KAAM,CAEN,YACF,CAEA,SAME,kBAAmB,CADnB,UAGF,CAEA,kBATE,qBAAsB,CAGtB,gBAAkB,CAGlB,eAWF,CARA,SAOE,cAAe,CALf,QAMF,CAEA,oBACE,wBACF,CAEA,mBACE,wBACF,CAEA,wBACE,wBACF,CAEA,GACE,QACF,CAeA,YAOE,QAAS,CAJT,wBAAyB,CAEzB,QAAW,CACX,SAAY,CAFZ,UAIF,CAGA,0BAVE,YAAa,CACb,qBAgBF,CAPA,cAME,wBAAyB,CAFzB,qBAAsB,CADtB,4BAA6B,CAE7B,qBAEF,CAGA,mBACE,YAAa,CAOb,aAAc,CALd,aAAc,CADd,qBAAsB,CAItB,KAAM,CAFN,WAAY,CAGZ,aAAc,CAFd,SAIF,CAGA,iBAKE,wBAAyB,CADzB,4BAA6B,CAI7B,qBAAsB,CADtB,SAAY,CAJZ,UAMF,CAGA,kCAVE,kBAAmB,CADnB,cAAe,CAKf,QAeF,CATA,iBAKE,UAAY,CADZ,WAAY,CADZ,sBAAuB,CAKvB,mBACF,CAGA,qBACE,UAAY,CACZ,eAAiB,CACjB,QAAW,CAGX,gBACF,CAGA,qBAGE,aAAc,CADd,qBAAsB,CAItB,cAA0B,CAF1B,UAKF,CAGA,uCAXE,YAAa,CAMb,KAAQ,CAFR,QAAW,CAGX,aAcF,CAVA,kBAGE,aAAc,CADd,kBAAmB,CAEnB,WAAY,CAGZ,SAGF,CAGA,WAQE,wBAAyB,CAPzB,YAAa,CACb,qBAAsB,CAGtB,QAAS,CADT,yBAA0B,CAE1B,QAAS,CACT,YAAa,CAJb,wBAMF,CAGA,0BACE,WAEE,YAAa,CADb,YAEF,CACF","sources":["index.css","App.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","/* App.css */\r\n\r\n/* Tooltip style */\r\n.tooltip-container {\r\n position: relative;\r\n display: inline-block;\r\n}\r\n\r\n/*\r\nwidth: 120px;\r\n*/\r\n.tooltip-text {\r\n visibility: hidden;\r\n background-color: #555;\r\n color: #fff;\r\n text-align: center;\r\n padding: 5px 5px;\r\n border-radius: 6px;\r\n\r\n position: absolute;\r\n z-index: 1;\r\n bottom: calc(100% + 10px);\r\n left: 50%;\r\n margin-left: -60px;\r\n\r\n opacity: 0;\r\n transition: opacity 0.3s;\r\n font-size: 12px;\r\n}\r\n\r\n.tooltip-container:hover {\r\n cursor: pointer;\r\n}\r\n\r\n.tooltip-container:hover .tooltip-text {\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n/* StatusIndicator style */\r\n.status-enabled {\r\n background-color: green;\r\n color: white;\r\n padding: 0.2rem;\r\n border-radius: 0.25rem;\r\n text-align: center;\r\n font-size: 12px;\r\n cursor: pointer;\r\n box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.status-disabled {\r\n background-color: red;\r\n color: white;\r\n padding: 0.2rem;\r\n border-radius: 0.25rem;\r\n text-align: center;\r\n font-size: 12px;\r\n cursor: pointer;\r\n box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.status-information {\r\n background-color: #9e9e9e;\r\n color: white;\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n padding-bottom: 2px;\r\n padding-top: 2px;\r\n border-radius: 0.25rem;\r\n text-align: center;\r\n font-size: 12px;\r\n cursor: pointer;\r\n box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.status-warning {\r\n background-color: #e9db18;\r\n color: black;\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n padding-bottom: 2px;\r\n padding-top: 2px;\r\n border-radius: 0.25rem;\r\n text-align: center;\r\n font-size: 12px;\r\n cursor: pointer;\r\n box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.status-sponsor {\r\n background-color: #b6409c;\r\n color: white;\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n padding-bottom: 2px;\r\n padding-top: 2px;\r\n border-radius: 0.25rem;\r\n text-align: center;\r\n font-size: 12px;\r\n cursor: pointer;\r\n box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.status-blue {\r\n background-color: #5f8c9e;\r\n color: white;\r\n padding: 0.2rem;\r\n border-radius: 0.25rem;\r\n text-align: center;\r\n font-size: 12px;\r\n cursor: pointer;\r\n box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n/* Home page style */\r\n\r\n.PluginsIconButton {\r\n color: #000000;\r\n padding: 0;\r\n gap: 0;\r\n}\r\n\r\n.HeaderButton {\r\n color: #4CAF50;\r\n}\r\n\r\n.menu-background {\r\n background-color: #e2e2e2;\r\n}\r\n\r\n.main-background {\r\n background-color: #c4c2c2;\r\n}\r\n\r\n/* Header style */\r\n.header {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n gap: 20px;\r\n margin: 0;\r\n padding: 0;\r\n height: 40px;\r\n}\r\n\r\n/* Navigation style */\r\nnav {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n/* Navigation in Header.js style */\r\n.nav-link {\r\n margin: 0 10px;\r\n font-size: 20px;\r\n text-decoration: none;\r\n color: #333;\r\n transition: color 0.3s ease;\r\n}\r\n\r\n.nav-link:hover {\r\n color: #007BFF;\r\n}\r\n\r\n.nav-link:hodddver {\r\n color: #ff0000;\r\n}\r\n\r\n/* Table style */\r\ntable {\r\n border-collapse: collapse;\r\n width: 100%;\r\n}\r\n\r\nthead {\r\n position: sticky;\r\n top: 0;\r\n border: 1px solid #ddd;\r\n z-index: auto;\r\n}\r\n\r\nthead th {\r\n border: 1px solid #ddd;\r\n padding: 5px;\r\n padding-right: 10px;\r\n padding-left: 10px;\r\n color: white;\r\n background: #4CAF50;\r\n text-align: left;\r\n}\r\n\r\ntbody td {\r\n border: 1px solid #ddd;\r\n margin: 0;\r\n padding: 5px;\r\n padding-right: 10px;\r\n padding-left: 10px;\r\n text-align: left;\r\n font-size: 14px;\r\n}\r\n\r\n.table-content-even {\r\n background-color: #bdbdbd;\r\n}\r\n\r\n.table-content-odd {\r\n background-color: #9e9e9e;\r\n}\r\n\r\n.table-content-selected {\r\n background-color: #5f8c9e;\r\n}\r\n\r\nh3 {\r\n margin: 0;\r\n}\r\n\r\n/* Mbf table content style \r\n.MbfWindowDiv table,\r\n.MbfWindowDiv table thead,\r\n.MbfWindowDiv table tbody,\r\n.MbfWindowDiv table tr,\r\n.MbfWindowDiv table th,\r\n.MbfWindowDiv table td {\r\n border: none;\r\n box-shadow: none;\r\n}\r\n*/\r\n\r\n/* Define the style for the main page element */\r\n.MbfPageDiv {\r\n display: flex;\r\n flex-direction: column;\r\n height: calc(100% - 60px);\r\n width: 100%;\r\n margin: 0px;\r\n padding: 0px;\r\n gap: 20px;\r\n}\r\n\r\n/* Define the style for the main div element */\r\n.MbfWindowDiv {\r\n display: flex;\r\n flex-direction: column;\r\n box-shadow: 5px 5px 10px #888;\r\n border: 1px solid #ddd;\r\n box-sizing: border-box;\r\n background-color: #9e9e9e;\r\n}\r\n\r\n/* Define the style for the main div element */\r\n.MbfWindowDivTable {\r\n display: flex;\r\n flex-direction: column;\r\n flex: 1 1 auto;\r\n margin: -1px;\r\n padding: 0;\r\n gap: 0;\r\n overflow: auto;\r\n display: block;\r\n}\r\n\r\n/* Define the style for the header element */\r\n.MbfWindowHeader {\r\n display: 'flex';\r\n align-items: center;\r\n width: 100%;\r\n border-bottom: 1px solid #ddd;\r\n background-color: #4CAF50;\r\n margin: 0px;\r\n padding: 0px;\r\n box-sizing: border-box;\r\n}\r\n\r\n/* Define the style for the header element */\r\n.MbfWindowFooter {\r\n display: 'flex';\r\n align-items: center;\r\n justify-content: center;\r\n height: 40px;\r\n color: black;\r\n margin: 0px;\r\n padding: 10px;\r\n padding-top: 0px;\r\n}\r\n\r\n/* Define the style for the header text element */\r\n.MbfWindowHeaderText {\r\n color: white;\r\n font-weight: bold;\r\n margin: 0px;\r\n padding: 5px;\r\n padding-right: 10px;\r\n padding-left: 10px;\r\n}\r\n\r\n/* Define the style for the body element width: 100%;*/\r\n.MbfWindowBodyColumn {\r\n display: flex;\r\n flex-direction: column;\r\n flex: 1 1 auto;\r\n width: 100%;\r\n margin: 0px;\r\n padding: 10px 0px 10px 0px;\r\n gap: 0px;\r\n overflow: auto;\r\n}\r\n\r\n/* Define the style for the body element */\r\n.MbfWindowBodyRow {\r\n display: flex;\r\n flex-direction: row;\r\n flex: 1 1 auto;\r\n height: 100%;\r\n padding: 0px 10px 0px 10px;\r\n margin: 0px;\r\n padding: 0px;\r\n gap: 0px;\r\n overflow: auto;\r\n}\r\n\r\n/* Table header style */\r\n.MbfScreen {\r\n display: flex;\r\n flex-direction: column;\r\n width: calc(100vw - 40px);\r\n height: calc(100vh - 40px);\r\n gap: 20px;\r\n margin: 0;\r\n padding: 20px;\r\n background-color: #c4c2c2;\r\n}\r\n\r\n/* Styles for mobile screens */\r\n@media (max-width: 1600px) {\r\n .MbfScreen {\r\n width: 1600px;\r\n height: 800px;\r\n }\r\n}"],"names":[],"sourceRoot":""}