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
package/CHANGELOG.md CHANGED
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge and sponsoring it.
6
6
 
7
+ ## [1.5.3] - 2024-09-04
8
+
9
+ ### Added
10
+
11
+ - [frontend]: Added mattermdnsinterface, matteripv4address and matteripv6address to the matter settings. If no parameters are added, Matterbridge will use the settings from the frontend that are saved. The default is all interfaces. If you are facing issues with pairing, I suggest to try first to put the interfaceName (e.g eth0, WiFi) in the MdnsInterface field. When nothing is selected, NodeJs will choose the interface but sometimes the choice is not correct at all.
12
+
13
+ ### Changed
14
+
15
+ - [package]: Update dependencies.
16
+ - [package]: Update matter-node.js to 0.10.0 and removed the Scene cluster to follow matter.js.
17
+ - [package]: Update matter-history to 1.1.8.
18
+ - [package]: Removed long deprecated exports.
19
+
20
+ <a href="https://www.buymeacoffee.com/luligugithub">
21
+ <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
22
+ </a>
23
+
24
+ ## [1.5.2] - 2024-08-30
25
+
7
26
  ### Breaking Changes
8
27
 
9
28
  - [-bridge -childbridge]: You don't need anymore to add the parmeter -bridge or -childbridge on the command line or systemctl configuration or docker command: the default is bridge mode and if no parameter is added, Matterbridge uses the settings from the frontend that are saved.
@@ -16,6 +35,21 @@ If you like this project and find it useful, please consider giving it a star on
16
35
 
17
36
  - please read this [Development guide lines](https://github.com/Luligu/matterbridge/blob/main/README-DEV.md)
18
37
 
38
+ ### Added
39
+
40
+ - [frontend]: Added a confirmation message for removing and disabling plugins.
41
+ - [matterbridge cli]: Added the parameter `-sudo` to force the use of sudo when installing or updating a package (this is useful when the internal logic is not working in your setup).
42
+ - [matterbridge cli]: Added the parameter `-nosudo` to force not using sudo when installing or updating a package (this is useful when the internal logic is not working in your setup).
43
+
44
+ ### Changed
45
+
46
+ - [package]: Update dependencies.
47
+ - [spawn]: Modified the install or update function to add more info in the log.
48
+
49
+ <a href="https://www.buymeacoffee.com/luligugithub">
50
+ <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
51
+ </a>
52
+
19
53
  ## [1.5.1] - 2024-08-28
20
54
 
21
55
  ### Added
@@ -14,88 +14,7 @@
14
14
 
15
15
  # Advanced configuration
16
16
 
17
- ## Run matterbridge as a daemon with systemctl (Linux only)
18
-
19
- Create a systemctl configuration file for Matterbridge
20
-
21
- ```
22
- sudo nano /etc/systemd/system/matterbridge.service
23
- ```
24
-
25
- Add the following to this file, replacing twice (!) USER with your user name (e.g. WorkingDirectory=/home/pi/Matterbridge and User=pi):
26
-
27
- You may need to adapt the configuration to your setup:
28
- - execStart on some linux distribution can also be ExecStart==/usr/bin/matterbridge -service
29
-
30
- ```
31
- [Unit]
32
- Description=matterbridge
33
- After=network-online.target
34
-
35
- [Service]
36
- Type=simple
37
- ExecStart=matterbridge -service
38
- WorkingDirectory=/home/<USER>/Matterbridge
39
- StandardOutput=inherit
40
- StandardError=inherit
41
- Restart=always
42
- RestartSec=10s
43
- TimeoutStopSec=30s
44
- User=<USER>
45
-
46
- [Install]
47
- WantedBy=multi-user.target
48
- ```
49
-
50
- If you modify it after, then run:
51
-
52
- ```
53
- sudo systemctl daemon-reload
54
- ```
55
-
56
- ### Start Matterbridge
57
-
58
- ```
59
- sudo systemctl start matterbridge
60
- ```
61
-
62
- ### Stop Matterbridge
63
-
64
- ```
65
- sudo systemctl stop matterbridge
66
- ```
67
-
68
- ### Show Matterbridge status
69
-
70
- ```
71
- sudo systemctl status matterbridge.service
72
- ```
73
-
74
- ### View the log of Matterbridge in real time (this will show the log with colors)
75
-
76
- ```
77
- sudo journalctl -u matterbridge.service -f --output cat
78
- ```
79
-
80
- ### Delete the logs older then 3 days (all of them not only the ones of Matterbridge!)
81
-
82
- ```
83
- sudo journalctl --vacuum-time=3d
84
- ```
85
-
86
- ### Enable Matterbridge to start automatically on boot
87
-
88
- ```
89
- sudo systemctl enable matterbridge.service
90
- ```
91
-
92
- ### Disable Matterbridge from starting automatically on boot
93
-
94
- ```
95
- sudo systemctl disable matterbridge.service
96
- ```
97
-
98
- ## Run matterbridge with docker
17
+ ## Run matterbridge with docker and docker compose
99
18
 
100
19
  The Matterbridge Docker image, which includes a manifest list for the linux/amd64, linux/arm64 and linux/arm/v7 architectures, is published on Docker Hub.
101
20
 
@@ -0,0 +1,96 @@
1
+ # <img src="https://github.com/Luligu/matterbridge/blob/main/frontend/public/matterbridge%2064x64.png" alt="Matterbridge Logo" width="64px" height="64px">&nbsp;&nbsp;&nbsp;Matterbridge
2
+
3
+ [![npm version](https://img.shields.io/npm/v/matterbridge.svg)](https://www.npmjs.com/package/matterbridge)
4
+ [![npm downloads](https://img.shields.io/npm/dt/matterbridge.svg)](https://www.npmjs.com/package/matterbridge)
5
+ [![Docker Version](https://img.shields.io/docker/v/luligu/matterbridge?label=docker%20version&sort=semver)](https://hub.docker.com/r/luligu/matterbridge)
6
+ [![Docker Pulls](https://img.shields.io/docker/pulls/luligu/matterbridge.svg)](https://hub.docker.com/r/luligu/matterbridge)
7
+ ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
+
9
+ [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
10
+ [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
11
+ [![power by](https://img.shields.io/badge/powered%20by-node--persist--manager-blue)](https://www.npmjs.com/package/node-persist-manager)
12
+
13
+ ---
14
+
15
+ # Advanced configuration
16
+
17
+ ## Run matterbridge as a daemon with systemctl (Linux only)
18
+
19
+ Create a systemctl configuration file for Matterbridge
20
+
21
+ ```
22
+ sudo nano /etc/systemd/system/matterbridge.service
23
+ ```
24
+
25
+ Add the following to this file, replacing twice (!) USER with your user name (e.g. WorkingDirectory=/home/pi/Matterbridge and User=pi):
26
+
27
+ You may need to adapt the configuration to your setup:
28
+ - execStart on some linux distribution can also be ExecStart==/usr/bin/matterbridge -service
29
+
30
+ ```
31
+ [Unit]
32
+ Description=matterbridge
33
+ After=network-online.target
34
+
35
+ [Service]
36
+ Type=simple
37
+ ExecStart=matterbridge -service
38
+ WorkingDirectory=/home/<USER>/Matterbridge
39
+ StandardOutput=inherit
40
+ StandardError=inherit
41
+ Restart=always
42
+ RestartSec=10s
43
+ TimeoutStopSec=30s
44
+ User=<USER>
45
+
46
+ [Install]
47
+ WantedBy=multi-user.target
48
+ ```
49
+
50
+ If you modify it after, then run:
51
+
52
+ ```
53
+ sudo systemctl daemon-reload
54
+ ```
55
+
56
+ ### Start Matterbridge
57
+
58
+ ```
59
+ sudo systemctl start matterbridge
60
+ ```
61
+
62
+ ### Stop Matterbridge
63
+
64
+ ```
65
+ sudo systemctl stop matterbridge
66
+ ```
67
+
68
+ ### Show Matterbridge status
69
+
70
+ ```
71
+ sudo systemctl status matterbridge.service
72
+ ```
73
+
74
+ ### View the log of Matterbridge in real time (this will show the log with colors)
75
+
76
+ ```
77
+ sudo journalctl -u matterbridge.service -f --output cat
78
+ ```
79
+
80
+ ### Delete the logs older then 3 days (all of them not only the ones of Matterbridge!)
81
+
82
+ ```
83
+ sudo journalctl --vacuum-time=3d
84
+ ```
85
+
86
+ ### Enable Matterbridge to start automatically on boot
87
+
88
+ ```
89
+ sudo systemctl enable matterbridge.service
90
+ ```
91
+
92
+ ### Disable Matterbridge from starting automatically on boot
93
+
94
+ ```
95
+ sudo systemctl disable matterbridge.service
96
+ ```
package/README.md CHANGED
@@ -42,6 +42,10 @@ The project is build on top of https://github.com/project-chip/matter.js.
42
42
 
43
43
  A special thank to Apollon77 for his incredible work.
44
44
 
45
+ ## Prerequisites
46
+
47
+ To run Matterbridge, you need either a [Node.js](https://nodejs.org/en/download/package-manager) environment or [Docker](https://docs.docker.com/get-started/get-docker/) installed on your system.
48
+
45
49
  ## Installation
46
50
 
47
51
  Follow these steps to install Matterbridge:
@@ -120,7 +124,13 @@ Config editor:
120
124
 
121
125
  ## Advanced configurations
122
126
 
123
- [Advanced configurations](https://github.com/Luligu/matterbridge/blob/main/README-ADVANCED.md)
127
+ ### Run matterbridge as a daemon with systemctl (Linux only)
128
+
129
+ [Advanced configurations](https://github.com/Luligu/matterbridge/blob/main/README-SERVICE.md)
130
+
131
+ ### Run matterbridge with docker and docker compose
132
+
133
+ [Advanced configurations](https://github.com/Luligu/matterbridge/blob/main/README-DOCKER.md)
124
134
 
125
135
  ## Development
126
136
 
@@ -128,32 +138,54 @@ Config editor:
128
138
 
129
139
  ## Plugins
130
140
 
131
- ### Production-level plugins
141
+ ### Shelly
142
+
143
+ <a href="https://github.com/Luligu/matterbridge-shelly">
144
+ <img src="https://github.com/Luligu/matterbridge/blob/dev/screenshot/Shelly.png" alt="Shelly plugin logo" width="100" />
145
+ </a>
146
+
147
+ Matterbridge shelly plugin allows you to expose all Shelly Gen 1, Gen 2, Gen 3 and BLU devices to Matter.
148
+
149
+ Features:
150
+
151
+ - Shellies are automatically discovered using mDNS.
152
+ - Shelly wifi battery-powered devices are supported.
153
+ - Shelly wifi battery-powered devices with sleep_mode are supported.
154
+ - Shelly BLU devices are supported through local devices configured as ble gateway.
155
+ - Discovered shellies are stored in local storage for quick loading on startup.
156
+ - The components exposed are Light (with brightness and RGB color), Switch, Relay, Roller, Cover, PowerMeter, Temperature, Humidity and Input.
157
+ - All components expose the electrical measurements with the EveHistory cluster (displayed on HA), waiting for the controllers to upgrade to the Matter 1.3 specs.
158
+ - Shellies are controlled locally, eliminating the need for cloud or MQTT (which can both be disabled).
159
+ - Shelly Gen 1 devices are controlled using the CoIoT protocol (see the note below).
160
+ - Shelly Gen 2 and Gen 3 devices are controlled using WebSocket.
161
+ - The Matter device takes the name configured in the Shelly device's web page.
162
+ - If the device has a firmware update available, a message is displayed.
163
+ - If the device's CoIoT protocol is not correctly configured, a message is displayed.
164
+ - If the device cover/roller component is not calibrated, a message is displayed.
165
+ - A 10-minute timer checks if the device has reported within that time frame, and fetch un update.
166
+
167
+
168
+
169
+ ### Zigbee2MQTT
132
170
 
133
- [zigbee2mqtt plugin](https://github.com/Luligu/matterbridge-zigbee2mqtt)
171
+ <a href="https://github.com/Luligu/matterbridge-zigbee2mqtt">
172
+ <img src="https://github.com/Luligu/matterbridge/blob/dev/screenshot/Zigbee2MQTT.png" alt="Zigbee2MQTT plugin logo" width="100" />
173
+ </a>
134
174
 
135
175
  Matterbridge zigbee2mqtt is a matterbridge production-level plugin that expose all zigbee2mqtt devices and groups to Matter.
136
176
 
137
177
  No hub or dedicated hardware needed.
138
178
 
139
- [somy-tahoma plugin](https://github.com/Luligu/matterbridge-somfy-tahoma)
140
179
 
141
- Matterbridge Somfy Tahoma is a matterbridge production-level plugin that expose all Somfy Tahoma devices to Matter.
142
180
 
143
- [shelly plugin](https://github.com/Luligu/matterbridge-shelly)
181
+ ### Somfy tahoma
144
182
 
145
- Matterbridge shelly allows you to expose Shelly Gen 1, Gen 2, and Gen 3 devices to Matter.
183
+ <a href="https://github.com/Luligu/matterbridge-somfy-tahoma">
184
+ <img src="https://github.com/Luligu/matterbridge/blob/dev/screenshot/Somfy.png" alt="Somfy plugin logo" width="100" />
185
+ </a>
146
186
 
147
- Features:
187
+ Matterbridge Somfy Tahoma is a matterbridge production-level plugin that expose the Somfy Tahoma screen devices to Matter.
148
188
 
149
- - Shellies are automatically discovered using mDNS.
150
- - Discovered shellies are stored in local storage for quick loading on startup.
151
- - In this first release, the components exposed are lights (with brightness), switches, rollers and meters.
152
- - Shellies are controlled locally, eliminating the need for cloud or MQTT (which can be disabled).
153
- - Shelly Gen 1 devices are controlled using the CoIoT protocol (see the note below).
154
- - Shelly Gen 2 and Gen 3 devices are controlled using WebSocket.
155
- - The Matter device takes the name configured in the Shelly device's web page.
156
- - A 10-minute timer checks if the device has reported in that time.
157
189
 
158
190
  ### Accessory platform example
159
191
 
@@ -195,7 +227,12 @@ The history works in both bridge and childbridge mode.
195
227
 
196
228
  The Eve app only shows the history when the plugins run like an AccessoryPlatform in childbridge mode (this means the plugin is paired directly).
197
229
 
198
- ## How to install and register a production-level plugin from a terminal (from npm)
230
+ ## How to install and add a plugin with the frontend (best option)
231
+
232
+ Just open the frontend on the link provided in the log, select a plugin and click install.
233
+
234
+
235
+ ## How to install and add a plugin manually from a terminal (from npm)
199
236
 
200
237
  To install i.e. https://github.com/Luligu/matterbridge-zigbee2mqtt
201
238
 
@@ -178,7 +178,7 @@ export declare namespace AirQuality {
178
178
  readonly attributes: {
179
179
  readonly airQuality: Attribute<AirQualityType, any>;
180
180
  };
181
- }>;
181
+ }, []>;
182
182
  interface Complete extends Identity<typeof CompleteInstance> {
183
183
  }
184
184
  const Complete: Complete;
@@ -1 +1 @@
1
- {"version":3,"file":"AirQualityCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/AirQualityCluster.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,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,UAAU,CAAC;IAC1B,KAAY,cAAc;QACxB,OAAO,IAAI;QACX,IAAI,IAAI;QACR,IAAI,IAAI;QACR,QAAQ,IAAI;QACZ,IAAI,IAAI;QACR,QAAQ,IAAI;QACZ,aAAa,IAAI;KAClB;IAEM,MAAM,uBAAuB;;;;KAIlC,CAAC;IACI,MAAM,2BAA2B;;;;KAItC,CAAC;IACI,MAAM,2BAA2B;;;;KAItC,CAAC;IACI,MAAM,gCAAgC;;;;KAI3C,CAAC;IAEH,KAAY,OAAO;QACjB,cAAc,mBAAmB;QACjC,kBAAkB,uBAAuB;QACzC,kBAAkB,uBAAuB;QACzC,uBAAuB,4BAA4B;KACpD;IAEM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsBf,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,iBAAiB,GAAG,UAAU,CAAC,OAAO,CAAC;AACnD,eAAO,MAAM,iBAAiB,oBAAqB,CAAC"}
1
+ {"version":3,"file":"AirQualityCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/AirQualityCluster.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,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,UAAU,CAAC;IAC1B,KAAY,cAAc;QACxB,OAAO,IAAI;QACX,IAAI,IAAI;QACR,IAAI,IAAI;QACR,QAAQ,IAAI;QACZ,IAAI,IAAI;QACR,QAAQ,IAAI;QACZ,aAAa,IAAI;KAClB;IAEM,MAAM,uBAAuB;;;;KAIlC,CAAC;IACI,MAAM,2BAA2B;;;;KAItC,CAAC;IACI,MAAM,2BAA2B;;;;KAItC,CAAC;IACI,MAAM,gCAAgC;;;;KAI3C,CAAC;IAEH,KAAY,OAAO;QACjB,cAAc,mBAAmB;QACjC,kBAAkB,uBAAuB;QACzC,kBAAkB,uBAAuB;QACzC,uBAAuB,4BAA4B;KACpD;IAEM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsBf,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,iBAAiB,GAAG,UAAU,CAAC,OAAO,CAAC;AACnD,eAAO,MAAM,iBAAiB,oBAAqB,CAAC"}
@@ -220,7 +220,7 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
220
220
  readonly measuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
221
221
  readonly optional: true;
222
222
  readonly isConditional: true;
223
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
223
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
224
224
  readonly mandatoryIf: [] | [{
225
225
  numericMeasurement: boolean;
226
226
  }];
@@ -228,7 +228,7 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
228
228
  readonly minMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
229
229
  readonly optional: true;
230
230
  readonly isConditional: true;
231
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
231
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
232
232
  readonly mandatoryIf: [] | [{
233
233
  numericMeasurement: boolean;
234
234
  }];
@@ -236,7 +236,7 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
236
236
  readonly maxMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
237
237
  readonly optional: true;
238
238
  readonly isConditional: true;
239
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
239
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
240
240
  readonly mandatoryIf: [] | [{
241
241
  numericMeasurement: boolean;
242
242
  }];
@@ -244,7 +244,7 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
244
244
  readonly peakMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
245
245
  readonly optional: true;
246
246
  readonly isConditional: true;
247
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
247
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
248
248
  readonly mandatoryIf: [] | [{
249
249
  peakMeasurement: boolean;
250
250
  }];
@@ -252,7 +252,7 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
252
252
  readonly peakMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
253
253
  readonly optional: true;
254
254
  readonly isConditional: true;
255
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
255
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
256
256
  readonly mandatoryIf: [] | [{
257
257
  peakMeasurement: boolean;
258
258
  }];
@@ -260,7 +260,7 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
260
260
  readonly averageMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
261
261
  readonly optional: true;
262
262
  readonly isConditional: true;
263
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
263
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
264
264
  readonly mandatoryIf: [] | [{
265
265
  averageMeasurement: boolean;
266
266
  }];
@@ -268,7 +268,7 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
268
268
  readonly averageMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
269
269
  readonly optional: true;
270
270
  readonly isConditional: true;
271
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
271
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
272
272
  readonly mandatoryIf: [] | [{
273
273
  averageMeasurement: boolean;
274
274
  }];
@@ -279,12 +279,12 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
279
279
  readonly optionalIf: [] | [{
280
280
  numericMeasurement: boolean;
281
281
  }];
282
- readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
282
+ readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
283
283
  };
284
284
  readonly measurementUnit: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementUnit, any> & {
285
285
  readonly optional: true;
286
286
  readonly isConditional: true;
287
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
287
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
288
288
  readonly mandatoryIf: [] | [{
289
289
  numericMeasurement: boolean;
290
290
  }];
@@ -292,14 +292,14 @@ export declare namespace CarbonDioxideConcentrationMeasurement {
292
292
  readonly levelValue: import("@project-chip/matter-node.js/cluster").Attribute<ConcentrationMeasurement.LevelValue, any> & {
293
293
  readonly optional: true;
294
294
  readonly isConditional: true;
295
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
295
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
296
296
  readonly mandatoryIf: [] | [{
297
297
  levelIndication: boolean;
298
298
  }];
299
299
  };
300
300
  readonly measurementMedium: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementMedium, any>;
301
301
  };
302
- }>;
302
+ }, []>;
303
303
  type Complete = Identity<typeof CompleteInstance>;
304
304
  const Complete: Complete;
305
305
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CarbonDioxideConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/CarbonDioxideConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,qCAAqC,CAAC;IAC9C,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAiG,CAAC;IAEnH;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqH,CAAC;IAEnJ,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAClD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,4CAA4C,GAAG,qCAAqC,CAAC,OAAO,CAAC;AACzG,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgD,CAAC"}
1
+ {"version":3,"file":"CarbonDioxideConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/CarbonDioxideConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,qCAAqC,CAAC;IAC9C,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAiG,CAAC;IAEnH;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAqH,CAAC;IAEnJ,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAClD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,4CAA4C,GAAG,qCAAqC,CAAC,OAAO,CAAC;AACzG,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgD,CAAC"}
@@ -220,7 +220,7 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
220
220
  readonly measuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
221
221
  readonly optional: true;
222
222
  readonly isConditional: true;
223
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
223
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
224
224
  readonly mandatoryIf: [] | [{
225
225
  numericMeasurement: boolean;
226
226
  }];
@@ -228,7 +228,7 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
228
228
  readonly minMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
229
229
  readonly optional: true;
230
230
  readonly isConditional: true;
231
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
231
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
232
232
  readonly mandatoryIf: [] | [{
233
233
  numericMeasurement: boolean;
234
234
  }];
@@ -236,7 +236,7 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
236
236
  readonly maxMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
237
237
  readonly optional: true;
238
238
  readonly isConditional: true;
239
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
239
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
240
240
  readonly mandatoryIf: [] | [{
241
241
  numericMeasurement: boolean;
242
242
  }];
@@ -244,7 +244,7 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
244
244
  readonly peakMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
245
245
  readonly optional: true;
246
246
  readonly isConditional: true;
247
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
247
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
248
248
  readonly mandatoryIf: [] | [{
249
249
  peakMeasurement: boolean;
250
250
  }];
@@ -252,7 +252,7 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
252
252
  readonly peakMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
253
253
  readonly optional: true;
254
254
  readonly isConditional: true;
255
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
255
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
256
256
  readonly mandatoryIf: [] | [{
257
257
  peakMeasurement: boolean;
258
258
  }];
@@ -260,7 +260,7 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
260
260
  readonly averageMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
261
261
  readonly optional: true;
262
262
  readonly isConditional: true;
263
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
263
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
264
264
  readonly mandatoryIf: [] | [{
265
265
  averageMeasurement: boolean;
266
266
  }];
@@ -268,7 +268,7 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
268
268
  readonly averageMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
269
269
  readonly optional: true;
270
270
  readonly isConditional: true;
271
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
271
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
272
272
  readonly mandatoryIf: [] | [{
273
273
  averageMeasurement: boolean;
274
274
  }];
@@ -279,12 +279,12 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
279
279
  readonly optionalIf: [] | [{
280
280
  numericMeasurement: boolean;
281
281
  }];
282
- readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
282
+ readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
283
283
  };
284
284
  readonly measurementUnit: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementUnit, any> & {
285
285
  readonly optional: true;
286
286
  readonly isConditional: true;
287
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
287
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
288
288
  readonly mandatoryIf: [] | [{
289
289
  numericMeasurement: boolean;
290
290
  }];
@@ -292,14 +292,14 @@ export declare namespace CarbonMonoxideConcentrationMeasurement {
292
292
  readonly levelValue: import("@project-chip/matter-node.js/cluster").Attribute<ConcentrationMeasurement.LevelValue, any> & {
293
293
  readonly optional: true;
294
294
  readonly isConditional: true;
295
- readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema> | [];
295
+ readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
296
296
  readonly mandatoryIf: [] | [{
297
297
  levelIndication: boolean;
298
298
  }];
299
299
  };
300
300
  readonly measurementMedium: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementMedium, any>;
301
301
  };
302
- }>;
302
+ }, []>;
303
303
  type Complete = Identity<typeof CompleteInstance>;
304
304
  const Complete: Complete;
305
305
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CarbonMonoxideConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/CarbonMonoxideConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,sCAAsC,CAAC;IAC/C,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAkG,CAAC;IAEpH;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsH,CAAC;IAEpJ,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAClD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,6CAA6C,GAAG,sCAAsC,CAAC,OAAO,CAAC;AAC3G,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiD,CAAC"}
1
+ {"version":3,"file":"CarbonMonoxideConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/CarbonMonoxideConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,sCAAsC,CAAC;IAC/C,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAkG,CAAC;IAEpH;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAsH,CAAC;IAEpJ,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAClD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,6CAA6C,GAAG,sCAAsC,CAAC,OAAO,CAAC;AAC3G,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiD,CAAC"}