matterbridge-example-dynamic-platform 2.0.4-dev-20260117-713078b → 2.0.4-dev-20260118-e635632
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.
- package/CHANGELOG.md +615 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,615 @@
|
|
|
1
|
+
<!-- markdownlint-disable MD024 MD033 -->
|
|
2
|
+
|
|
3
|
+
# <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge dynamic platform example plugin changelog
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
|
6
|
+
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
|
7
|
+
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
8
|
+
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
9
|
+

|
|
10
|
+

|
|
11
|
+
[](https://codecov.io/gh/Luligu/matterbridge-example-dynamic-platformr)
|
|
12
|
+
|
|
13
|
+
[](https://www.npmjs.com/package/matterbridge)
|
|
14
|
+
[](https://www.npmjs.com/package/matter-history)
|
|
15
|
+
[](https://www.npmjs.com/package/node-ansi-logger)
|
|
16
|
+
[](https://www.npmjs.com/package/node-persist-manager)
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
All notable changes to this project will be documented in this file.
|
|
21
|
+
|
|
22
|
+
If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge-example-dynamic-platform) and sponsoring it.
|
|
23
|
+
|
|
24
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
25
|
+
|
|
26
|
+
## [2.0.4] - 2026-01-14
|
|
27
|
+
|
|
28
|
+
### Changed
|
|
29
|
+
|
|
30
|
+
- [package]: Updated dependencies.
|
|
31
|
+
- [package]: Bumped package to automator v.3.0.0.
|
|
32
|
+
|
|
33
|
+
### Fixed
|
|
34
|
+
|
|
35
|
+
- [rvc]: Fix rvc ServiceArea.estimatedEndTime to null.
|
|
36
|
+
|
|
37
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
38
|
+
|
|
39
|
+
## [2.0.3] - 2025-12-25
|
|
40
|
+
|
|
41
|
+
### Added
|
|
42
|
+
|
|
43
|
+
- [DevContainer]: Refactored Dev Container setup. The Matterbridge instance can now be paired on native Linux hosts or WSL 2 with Docker engine CLI integration. On Docker Desktop on Windows or macOS is not possible cause Docker Desktop runs inside a VM and not directly on the host so mDNS is not supported.
|
|
44
|
+
- [DevContainer]: Since is now possible to pair from Dev Container, named volumes have been added to persist storage and plugins across rebuilds.
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- [package]: Updated dependencies.
|
|
49
|
+
- [package]: Bumped package to automator v.2.1.1.
|
|
50
|
+
|
|
51
|
+
### Fixed
|
|
52
|
+
|
|
53
|
+
- [doorLock]: Fix test for doorLock. Thanks Ludovic BOUÉ (<https://github.com/Luligu/matterbridge-example-dynamic-platform/pull/40>).
|
|
54
|
+
|
|
55
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
56
|
+
|
|
57
|
+
## [2.0.2] - 2025-12-05
|
|
58
|
+
|
|
59
|
+
### Changed
|
|
60
|
+
|
|
61
|
+
- [package]: Updated dependencies.
|
|
62
|
+
- [package]: Updated to the current Matterbridge signatures.
|
|
63
|
+
- [package]: Requires Matterbridge v.3.4.0.
|
|
64
|
+
- [package]: Updated tests to use the Matterbridge Jest module.
|
|
65
|
+
- [package]: Bumped package to automator v.2.1.0.
|
|
66
|
+
|
|
67
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
68
|
+
|
|
69
|
+
## [2.0.1] - 2025-11-13
|
|
70
|
+
|
|
71
|
+
### Changed
|
|
72
|
+
|
|
73
|
+
- [package]: Updated dependencies.
|
|
74
|
+
- [package]: Bumped package to automator v.2.0.12.
|
|
75
|
+
- [jest]: Updated jestHelpers to v.1.0.12.
|
|
76
|
+
- [workflows]: Use shallow clones and --no-fund --no-audit for faster builds.
|
|
77
|
+
|
|
78
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
79
|
+
|
|
80
|
+
## [2.0.0] - 2025-10-24
|
|
81
|
+
|
|
82
|
+
### Changed
|
|
83
|
+
|
|
84
|
+
- [package]: Bumped platform to v. 2.0.0.
|
|
85
|
+
- [package]: Updated dependencies.
|
|
86
|
+
- [package]: Bumped package to automator version 2.0.9
|
|
87
|
+
- [jest]: Updated jestHelpers to v. 1.0.9.
|
|
88
|
+
|
|
89
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
90
|
+
|
|
91
|
+
## [1.4.0] - 2025-10-15
|
|
92
|
+
|
|
93
|
+
### Added
|
|
94
|
+
|
|
95
|
+
- [jest]: Added jest helper module v. 1.0.6.
|
|
96
|
+
- [platform]: Added a thermostat with auto mode and occupancy and outdoorTemperature.
|
|
97
|
+
- [platform]: Added animation to Heat pump. Thanks Ludovic BOUÉ (<https://github.com/Luligu/matterbridge-example-dynamic-platform/pull/35>).
|
|
98
|
+
- [platform]: Added Toggle thermostatRunningState heat and cool. Thanks Ludovic BOUÉ (<https://github.com/Luligu/matterbridge-example-dynamic-platform/pull/36>).
|
|
99
|
+
|
|
100
|
+
### Changed
|
|
101
|
+
|
|
102
|
+
- [package]: Require matterbridge 3.3.0.
|
|
103
|
+
- [index]: Updated to new signature PlatformMatterbridge.
|
|
104
|
+
- [platform]: Updated to new signature PlatformMatterbridge.
|
|
105
|
+
- [package]: Updated dependencies.
|
|
106
|
+
- [package]: Bumped package to automator version 2.0.7
|
|
107
|
+
- [workflows]: Ignore any .md in build.yaml.
|
|
108
|
+
- [workflows]: Ignore any .md in codeql.yaml.
|
|
109
|
+
- [workflows]: Ignore any .md in codecov.yaml.
|
|
110
|
+
- [template]: Updated bug_report.md.
|
|
111
|
+
- [jest]: Updated jestHelpers to v. 1.0.6.
|
|
112
|
+
|
|
113
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
114
|
+
|
|
115
|
+
## [1.3.12] - 2025-09-14
|
|
116
|
+
|
|
117
|
+
### Added
|
|
118
|
+
|
|
119
|
+
- [jest]: Added jest helper module v. 1.0.5.
|
|
120
|
+
- [rvc]: Added DustBinFull to the Rvc animation (<https://github.com/Luligu/matterbridge-example-dynamic-platform/pull/31>).
|
|
121
|
+
|
|
122
|
+
### Changed
|
|
123
|
+
|
|
124
|
+
- [package]: Updated dependencies.
|
|
125
|
+
- [package]: Updated to Automator v. 2.0.6.
|
|
126
|
+
- [workflows]: Ignore any .md anywhere.
|
|
127
|
+
|
|
128
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
129
|
+
|
|
130
|
+
## [1.3.11] - 2025-09-09
|
|
131
|
+
|
|
132
|
+
### Changed
|
|
133
|
+
|
|
134
|
+
- [package]: Updated dependencies.
|
|
135
|
+
- [platform]: Removed attributes setting when is managed by the Matterbridge servers. This add support for **Apple Home Adaptive Lighting**. See <https://github.com/Luligu/matterbridge/discussions/390>.
|
|
136
|
+
|
|
137
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
138
|
+
|
|
139
|
+
## [1.3.10] - 2025-09-06
|
|
140
|
+
|
|
141
|
+
### Added
|
|
142
|
+
|
|
143
|
+
- [platform]: Added AirConditioner device class from Matterbridge.
|
|
144
|
+
- [platform]: Added a Speaker device type.
|
|
145
|
+
- [platform]: Added estimatedEndTime to Rvc animation.
|
|
146
|
+
|
|
147
|
+
### Changed
|
|
148
|
+
|
|
149
|
+
- [package]: Updated dependencies.
|
|
150
|
+
- [package]: Required matterbridge 3.2.6.
|
|
151
|
+
|
|
152
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
153
|
+
|
|
154
|
+
## [1.3.9] - 2025-08-30
|
|
155
|
+
|
|
156
|
+
### Added
|
|
157
|
+
|
|
158
|
+
- [platform]: Added a door contact sensor
|
|
159
|
+
- [platform]: Added a motion sensor
|
|
160
|
+
- [platform]: Added an illuminance sensor
|
|
161
|
+
- [platform]: Added a temperature sensor
|
|
162
|
+
- [platform]: Added an humidity sensor
|
|
163
|
+
- [platform]: Added a pressure sensor
|
|
164
|
+
- [platform]: Added a flow sensor
|
|
165
|
+
- [platform]: Added a climate sensor with temperature, humidity and pressure
|
|
166
|
+
- [platform]: Added a mode select device
|
|
167
|
+
- [platform]: Added animation in 10 phases for refrigerator
|
|
168
|
+
- [platform]: Added animation in 10 phases for oven
|
|
169
|
+
- [platform]: Added animation in 10 phases for rvc
|
|
170
|
+
|
|
171
|
+
### Changed
|
|
172
|
+
|
|
173
|
+
- [package]: Updated dependencies.
|
|
174
|
+
- [package]: Updated to Automator v. 2.0.5.
|
|
175
|
+
- [devContainer]: Updated devContainer with repository name for the container and shallow clone matterbridge for speed and memory optimization.
|
|
176
|
+
- [package]: Required matterbridge 3.2.5.
|
|
177
|
+
|
|
178
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
179
|
+
|
|
180
|
+
## [1.3.8] - 2025-08-20
|
|
181
|
+
|
|
182
|
+
### Added
|
|
183
|
+
|
|
184
|
+
- [rvc]: Removed the supportedMaps workaround for the RVC maps. Thanks Ludovic BOUÉ (#25).
|
|
185
|
+
- [platform]: Added the new MicrowaveOven() device class from Matterbridge.
|
|
186
|
+
- [platform]: Added the new Oven() device class from Matterbridge.
|
|
187
|
+
- [platform]: Added the new Cooktop() device class from Matterbridge.
|
|
188
|
+
- [platform]: Added the new Refrigerator() device class from Matterbridge.
|
|
189
|
+
- [platform]: Added the RefrigeratorTag to the Refrigerator(). Thanks Ludovic BOUÉ (#27).
|
|
190
|
+
|
|
191
|
+
### Changed
|
|
192
|
+
|
|
193
|
+
- [package]: Updated dependencies.
|
|
194
|
+
- [package]: Required matterbridge 3.2.3.
|
|
195
|
+
|
|
196
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
197
|
+
|
|
198
|
+
## [1.3.7] - 2025-08-01
|
|
199
|
+
|
|
200
|
+
### Added
|
|
201
|
+
|
|
202
|
+
- [airquality]: Added support of Concentration Measurements for Home app.
|
|
203
|
+
|
|
204
|
+
### Changed
|
|
205
|
+
|
|
206
|
+
- [package]: Updated dependencies.
|
|
207
|
+
|
|
208
|
+
### Fixed
|
|
209
|
+
|
|
210
|
+
- [platform]: Fixed missed softwareVersion and hardwareVersion. Thanks Tamer.
|
|
211
|
+
- [platform]: Fixed missed BridgedDeviceBasicInformation cluster for single class devices. Thanks Tamer.
|
|
212
|
+
|
|
213
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
214
|
+
|
|
215
|
+
## [1.3.6] - 2025-07-25
|
|
216
|
+
|
|
217
|
+
### Added
|
|
218
|
+
|
|
219
|
+
- [platform]: Added a Fan with Off High.
|
|
220
|
+
- [momentary]: Added 3 other child endpoint to the Momentary Switch to show createDefaultMomentarySwitchClusterServer(). It creates a single click only switch. It is supported by the Home app.
|
|
221
|
+
- [platform]: Refactor platform code to improve readability.
|
|
222
|
+
|
|
223
|
+
### Changed
|
|
224
|
+
|
|
225
|
+
- [package]: Updated dependencies.
|
|
226
|
+
- [package]: Required matterbridge 3.1.7.
|
|
227
|
+
|
|
228
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
229
|
+
|
|
230
|
+
## [1.3.5] - 2025-07-22
|
|
231
|
+
|
|
232
|
+
### Added
|
|
233
|
+
|
|
234
|
+
- [platform]: Changed to the new ExtratorHood() and Dishwasher() from Matterbridge.
|
|
235
|
+
- [platform]: Added a Fan with On Off Low Med High.
|
|
236
|
+
- [platform]: Added a Fan with complete set of features.
|
|
237
|
+
|
|
238
|
+
### Changed
|
|
239
|
+
|
|
240
|
+
- [package]: Updated dependencies.
|
|
241
|
+
- [package]: Required matterbridge 3.1.6.
|
|
242
|
+
|
|
243
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
244
|
+
|
|
245
|
+
## [1.3.3] - 2025-07-20
|
|
246
|
+
|
|
247
|
+
### Added
|
|
248
|
+
|
|
249
|
+
- [platform]: Add RVC supportedMaps attribute. Thanks Ludovic BOUÉ (#21).
|
|
250
|
+
|
|
251
|
+
### Changed
|
|
252
|
+
|
|
253
|
+
- [package]: Updated dependencies.
|
|
254
|
+
- [package]: Required matterbridge 3.1.5.
|
|
255
|
+
|
|
256
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
257
|
+
|
|
258
|
+
## [1.3.2] - 2025-07-06
|
|
259
|
+
|
|
260
|
+
### Added
|
|
261
|
+
|
|
262
|
+
- [platform]: Add by default Rvc in mode server for Apple Home issue.
|
|
263
|
+
|
|
264
|
+
### Changed
|
|
265
|
+
|
|
266
|
+
- [package]: Updated dependencies.
|
|
267
|
+
- [package]: Require matterbridge 3.1.2.
|
|
268
|
+
|
|
269
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
270
|
+
|
|
271
|
+
## [1.3.1] - 2025-07-04
|
|
272
|
+
|
|
273
|
+
### Added
|
|
274
|
+
|
|
275
|
+
- [platform]: Added solarPower device type (not supported by the Home app).
|
|
276
|
+
- [platform]: Added batteryStoraga device type (not supported by the Home app).
|
|
277
|
+
- [platform]: Added heatPump device type (not supported by the Home app).
|
|
278
|
+
|
|
279
|
+
### Changed
|
|
280
|
+
|
|
281
|
+
- [platform]: Changed imports from matterbridge/devices.
|
|
282
|
+
- [package]: Require matterbridge 3.1.1.
|
|
283
|
+
|
|
284
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
285
|
+
|
|
286
|
+
## [1.3.0] - 2025-06-25
|
|
287
|
+
|
|
288
|
+
### Added
|
|
289
|
+
|
|
290
|
+
- [DevContainer]: Added support for the **Matterbridge Dev Container** with an optimized named volume for `node_modules`.
|
|
291
|
+
- [GitHub]: Added GitHub issue templates for bug reports and feature requests.
|
|
292
|
+
- [ESLint]: Refactored the flat config.
|
|
293
|
+
- [ESLint]: Added the plugins `eslint-plugin-promise`, `eslint-plugin-jsdoc`, and `@vitest/eslint-plugin`.
|
|
294
|
+
- [Jest]: Refactored the flat config.
|
|
295
|
+
- [Vitest]: Added Vitest for TypeScript project testing. It will replace Jest, which does not work correctly with ESM module mocks.
|
|
296
|
+
- [JSDoc]: Added missing JSDoc comments, including `@param` and `@returns` tags.
|
|
297
|
+
- [CodeQL]: Added CodeQL badge in the readme.
|
|
298
|
+
- [Codecov]: Added Codecov badge in the readme.
|
|
299
|
+
|
|
300
|
+
### Changed
|
|
301
|
+
|
|
302
|
+
- [package]: Require matterbridge 3.0.6.
|
|
303
|
+
- [package]: Updated package to Automator v. 2.0.1.
|
|
304
|
+
- [package]: Updated dependencies.
|
|
305
|
+
- [storage]: Bumped `node-storage-manager` to 2.0.0.
|
|
306
|
+
- [logger]: Bumped `node-ansi-logger` to 3.1.1.
|
|
307
|
+
|
|
308
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
309
|
+
|
|
310
|
+
## [1.2.4] - 2025-06-13
|
|
311
|
+
|
|
312
|
+
### Added
|
|
313
|
+
|
|
314
|
+
- [npm]: The dev of matterbridge-example-dynamic-platform is published with tag **dev** on **npm** each day at 00:00 UTC if there is a new commit.
|
|
315
|
+
|
|
316
|
+
### Changed
|
|
317
|
+
|
|
318
|
+
- [package]: Require matterbridge 3.0.6.
|
|
319
|
+
- [package]: Updated package.
|
|
320
|
+
- [package]: Updated dependencies.
|
|
321
|
+
- [subscribe]: Prevent attribute setting when context is offline for air purifier and fan.
|
|
322
|
+
|
|
323
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
324
|
+
|
|
325
|
+
## [1.2.3] - 2025-05-25
|
|
326
|
+
|
|
327
|
+
### Added
|
|
328
|
+
|
|
329
|
+
- [platform]: Added a cover device with both lift and tilt (supported by the Home app).
|
|
330
|
+
- [platform]: Added evse (EV charger) device type (not supported by the Home app).
|
|
331
|
+
|
|
332
|
+
### Changed
|
|
333
|
+
|
|
334
|
+
- [package]: Require matterbridge 3.0.5.
|
|
335
|
+
- [package]: Updated package.
|
|
336
|
+
- [package]: Updated dependencies.
|
|
337
|
+
|
|
338
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
339
|
+
|
|
340
|
+
## [1.2.2] - 2025-05-19
|
|
341
|
+
|
|
342
|
+
### Added
|
|
343
|
+
|
|
344
|
+
- [package]: Added waterHeater device type (not supported by Alexa and Apple Home)
|
|
345
|
+
|
|
346
|
+
### Changed
|
|
347
|
+
|
|
348
|
+
- [package]: Changed the RVC from local implementation to the new RoboticVacuumCleaner class from matterbridge.
|
|
349
|
+
- [package]: Require matterbridge 3.0.3.
|
|
350
|
+
- [package]: Updated package.
|
|
351
|
+
- [package]: Updated dependencies.
|
|
352
|
+
|
|
353
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
354
|
+
|
|
355
|
+
## [1.2.1] - 2025-05-15
|
|
356
|
+
|
|
357
|
+
### Changed
|
|
358
|
+
|
|
359
|
+
- [package]: Require matterbridge 3.0.1.
|
|
360
|
+
- [package]: Updated package.
|
|
361
|
+
- [package]: Updated dependencies.
|
|
362
|
+
|
|
363
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
364
|
+
|
|
365
|
+
## [1.2.0] - 2025-04-30
|
|
366
|
+
|
|
367
|
+
### Added
|
|
368
|
+
|
|
369
|
+
- [platform]: Added Robot Vacuum Cleaner device (supported by SmartThings, Alexa, Home Assistant and partially by Apple Home). Read carefully the readme please and also <https://github.com/Luligu/matterbridge/discussions/264>.
|
|
370
|
+
- [platform]: Added OnOff Mounted Switch device (supported by SmartThings, Alexa, Home Assistant).
|
|
371
|
+
- [platform]: Added Dimmer Mounted Switch device (supported by SmartThings, Alexa, Home Assistant).
|
|
372
|
+
- [platform]: Added Laundry Washer device (supported by SmartThings, Alexa and Home Assistant).
|
|
373
|
+
- [platform]: Added Laundry Dryer device (supported by SmartThings, Alexa and Home Assistant).
|
|
374
|
+
- [platform]: Added Dishwasher device (supported by SmartThings, Alexa and Home Assistant).
|
|
375
|
+
- [platform]: Added Refrigerator device (supported by SmartThings, Alexa and Home Assistant).
|
|
376
|
+
- [platform]: Added Oven device (supported by SmartThings, Alexa and Home Assistant).
|
|
377
|
+
- [platform]: Added Microwave Oven device (supported by SmartThings, Alexa and Home Assistant).
|
|
378
|
+
- [platform]: Added Extractor Hood device (supported by SmartThings, Alexa and Home Assistant).
|
|
379
|
+
- [platform]: Added Cooktop device (supported by SmartThings, Alexa and Home Assistant).
|
|
380
|
+
|
|
381
|
+
### Changed
|
|
382
|
+
|
|
383
|
+
- [package]: Require matterbridge 3.0.0.
|
|
384
|
+
- [package]: Updated package.
|
|
385
|
+
- [package]: Updated dependencies.
|
|
386
|
+
|
|
387
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
388
|
+
|
|
389
|
+
## [1.1.9] - 2025-04-07
|
|
390
|
+
|
|
391
|
+
### Added
|
|
392
|
+
|
|
393
|
+
- [platform]: Added select devices for the frontend Devices panel in the home page.
|
|
394
|
+
- [config]: Added enableConcentrationMeasurements option to fix the Apple Home issue: Air Quality devices and all SmokeCoAlarm sensors (with or without Smoke and Co) don't show up in the Home app if any of the concentration measurements clusters is present (Carbon Monoxide Concentration Measurements included).
|
|
395
|
+
- [platform]: Added smoke only SmokeCoAlarm sensor (supported by Apple Home 18.4).
|
|
396
|
+
- [platform]: Added co only SmokeCoAlarm sensor (supported by Apple Home 18.4).
|
|
397
|
+
|
|
398
|
+
### Changed
|
|
399
|
+
|
|
400
|
+
- [package]: Require matterbridge 2.2.7.
|
|
401
|
+
- [package]: Updated package.
|
|
402
|
+
- [package]: Updated dependencies.
|
|
403
|
+
|
|
404
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
405
|
+
|
|
406
|
+
## [1.1.8] - 2025-03-05
|
|
407
|
+
|
|
408
|
+
### Changed
|
|
409
|
+
|
|
410
|
+
- [package]: Require matterbridge 2.2.0.
|
|
411
|
+
- [package]: Updated package.
|
|
412
|
+
- [package]: Updated dependencies.
|
|
413
|
+
|
|
414
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
415
|
+
|
|
416
|
+
## [1.1.7] - 2025-02-11
|
|
417
|
+
|
|
418
|
+
### Added
|
|
419
|
+
|
|
420
|
+
- [platform]: Added generic momentary switch device.
|
|
421
|
+
- [platform]: Added generic latching switch device.
|
|
422
|
+
- [platform]: Added chaining provided by the new MatterbridgeEndpoint api.
|
|
423
|
+
|
|
424
|
+
### Changed
|
|
425
|
+
|
|
426
|
+
- [package]: Updated package.
|
|
427
|
+
- [package]: Updated dependencies.
|
|
428
|
+
- [package]: Require matterbridge 2.1.5.
|
|
429
|
+
|
|
430
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
431
|
+
|
|
432
|
+
## [1.1.6] - 2025-02-02
|
|
433
|
+
|
|
434
|
+
### Changed
|
|
435
|
+
|
|
436
|
+
- [package]: Require matterbridge 2.1.0.
|
|
437
|
+
- [package]: Updated dependencies.
|
|
438
|
+
|
|
439
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
440
|
+
|
|
441
|
+
## [1.1.4] - 2024-12-21
|
|
442
|
+
|
|
443
|
+
### Added
|
|
444
|
+
|
|
445
|
+
- [platform]: Added call to super.OnConfigure() and super.OnShutDown() to check endpoints numbers.
|
|
446
|
+
|
|
447
|
+
### Changed
|
|
448
|
+
|
|
449
|
+
- [package]: Updated dependencies.
|
|
450
|
+
- [package]: Updated package.
|
|
451
|
+
|
|
452
|
+
### Fixed
|
|
453
|
+
|
|
454
|
+
- [thermostat]: Fixed temperature
|
|
455
|
+
|
|
456
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
457
|
+
|
|
458
|
+
## [1.1.3] - 2024-12-16
|
|
459
|
+
|
|
460
|
+
### Added
|
|
461
|
+
|
|
462
|
+
- [package]: Added thermostat Heat only with two external temperature sensors (tagged like Indoor and Outdoor).
|
|
463
|
+
- [package]: Added thermostat Cool only.
|
|
464
|
+
- [package]: Added an airPurifier device with temperature and humidity sensor (supported by Apple Home).
|
|
465
|
+
- [package]: Added a pumpDevice device.
|
|
466
|
+
- [package]: Added a waterValve device.
|
|
467
|
+
|
|
468
|
+
### Changed
|
|
469
|
+
|
|
470
|
+
- [package]: Require matterbridge 1.6.7.
|
|
471
|
+
- [package]: Updated dependencies.
|
|
472
|
+
|
|
473
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
474
|
+
|
|
475
|
+
## [1.1.2] - 2024-12-12
|
|
476
|
+
|
|
477
|
+
### Added
|
|
478
|
+
|
|
479
|
+
- [package]: Added the Matter 1.3 airConditioner device (not supported by Apple Home).
|
|
480
|
+
- [package]: Require matterbridge 1.6.6.
|
|
481
|
+
- [package]: Added Jest test with 100% coverage.
|
|
482
|
+
|
|
483
|
+
### Changed
|
|
484
|
+
|
|
485
|
+
- [package]: Updated package.
|
|
486
|
+
- [package]: Updated dependencies.
|
|
487
|
+
|
|
488
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
489
|
+
|
|
490
|
+
## [1.1.0] - 2024-11-25
|
|
491
|
+
|
|
492
|
+
### Changed
|
|
493
|
+
|
|
494
|
+
- [package]: Verified to work with matterbridge edge (matter.js new API).
|
|
495
|
+
- [package]: Require matterbridge 1.6.2
|
|
496
|
+
- [package]: Updated dependencies.
|
|
497
|
+
|
|
498
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
499
|
+
|
|
500
|
+
## [1.0.24] - 2024-11-10
|
|
501
|
+
|
|
502
|
+
### Changed
|
|
503
|
+
|
|
504
|
+
- [package]: Update to matterbridge edge.
|
|
505
|
+
- [package]: Updated dependencies.
|
|
506
|
+
|
|
507
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
508
|
+
|
|
509
|
+
## [1.0.23] - 2024-10-28
|
|
510
|
+
|
|
511
|
+
### Changed
|
|
512
|
+
|
|
513
|
+
- [package]: Upgrade to matterbridge 1.6.0.
|
|
514
|
+
- [package]: Updated dependencies.
|
|
515
|
+
|
|
516
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
517
|
+
|
|
518
|
+
## [1.0.22] - 2024-10-01
|
|
519
|
+
|
|
520
|
+
### Changed
|
|
521
|
+
|
|
522
|
+
- [package]: Upgrade to new workflows.
|
|
523
|
+
- [package]: Updated dependencies.
|
|
524
|
+
|
|
525
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
526
|
+
|
|
527
|
+
## [1.0.21] - 2024-09-19
|
|
528
|
+
|
|
529
|
+
### Fixed
|
|
530
|
+
|
|
531
|
+
- [Dimmer] Fixed command handler
|
|
532
|
+
|
|
533
|
+
### Changed
|
|
534
|
+
|
|
535
|
+
- [package]: Updated dependencies.
|
|
536
|
+
|
|
537
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
538
|
+
|
|
539
|
+
## [1.0.20] - 2024-09-08
|
|
540
|
+
|
|
541
|
+
### Fixed
|
|
542
|
+
|
|
543
|
+
- [Switch] Fixed command handler
|
|
544
|
+
|
|
545
|
+
### Changed
|
|
546
|
+
|
|
547
|
+
- [package]: Updated dependencies.
|
|
548
|
+
|
|
549
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
550
|
+
|
|
551
|
+
## [1.0.19] - 2024-09-04
|
|
552
|
+
|
|
553
|
+
### Added
|
|
554
|
+
|
|
555
|
+
- [plugin] Added:
|
|
556
|
+
- a light with onOff
|
|
557
|
+
- a light with onOff, levelControl
|
|
558
|
+
- an air quality device
|
|
559
|
+
|
|
560
|
+
### Changed
|
|
561
|
+
|
|
562
|
+
- [package]: Updated dependencies.
|
|
563
|
+
|
|
564
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
565
|
+
|
|
566
|
+
## [1.0.18] - 2024-09-03
|
|
567
|
+
|
|
568
|
+
### Added
|
|
569
|
+
|
|
570
|
+
- [plugin] Added:
|
|
571
|
+
- a light with onOff, levelControl and colorControl (with HS only) clusters
|
|
572
|
+
- a light with onOff, levelControl and colorControl (with XY only) clusters
|
|
573
|
+
- a light with onOff, levelControl and colorControl (with CT only) clusters
|
|
574
|
+
- a fan with FanControl cluster
|
|
575
|
+
- a rainSensor device
|
|
576
|
+
- a waterFreezeDetector device
|
|
577
|
+
- a waterLeakDetector device
|
|
578
|
+
- a smokeCoAlarm device
|
|
579
|
+
|
|
580
|
+
### Changed
|
|
581
|
+
|
|
582
|
+
- [package]: Updated dependencies.
|
|
583
|
+
|
|
584
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
585
|
+
|
|
586
|
+
<!-- Commented out section
|
|
587
|
+
## [1.1.2] - 2024-03-08
|
|
588
|
+
|
|
589
|
+
### Added
|
|
590
|
+
|
|
591
|
+
- [Feature 1]: Description of the feature.
|
|
592
|
+
- [Feature 2]: Description of the feature.
|
|
593
|
+
|
|
594
|
+
### Changed
|
|
595
|
+
|
|
596
|
+
- [Feature 3]: Description of the change.
|
|
597
|
+
- [Feature 4]: Description of the change.
|
|
598
|
+
|
|
599
|
+
### Deprecated
|
|
600
|
+
|
|
601
|
+
- [Feature 5]: Description of the deprecation.
|
|
602
|
+
|
|
603
|
+
### Removed
|
|
604
|
+
|
|
605
|
+
- [Feature 6]: Description of the removal.
|
|
606
|
+
|
|
607
|
+
### Fixed
|
|
608
|
+
|
|
609
|
+
- [Bug 1]: Description of the bug fix.
|
|
610
|
+
- [Bug 2]: Description of the bug fix.
|
|
611
|
+
|
|
612
|
+
### Security
|
|
613
|
+
|
|
614
|
+
- [Security 1]: Description of the security improvement.
|
|
615
|
+
-->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
|
3
|
-
"version": "2.0.4-dev-
|
|
3
|
+
"version": "2.0.4-dev-20260118-e635632",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
|
9
|
-
"version": "2.0.4-dev-
|
|
9
|
+
"version": "2.0.4-dev-20260118-e635632",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.1.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
|
3
|
-
"version": "2.0.4-dev-
|
|
3
|
+
"version": "2.0.4-dev-20260118-e635632",
|
|
4
4
|
"description": "Matterbridge dynamic plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"bin",
|
|
39
39
|
"dist",
|
|
40
40
|
"npm-shrinkwrap.json",
|
|
41
|
+
"CHANGELOG.md",
|
|
41
42
|
"*.config.json",
|
|
42
43
|
"*.schema.json"
|
|
43
44
|
],
|