matterbridge-example-dynamic-platform 3.0.2-dev-20260813-2866bb0 → 3.0.2
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 +3 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -38,13 +38,14 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
38
38
|
### Added
|
|
39
39
|
|
|
40
40
|
- [chip]: Add chip-test toolchain agents instruction and chip-test runner.
|
|
41
|
-
- [chip]: Add `chipTests.json`/`chipTests.md` with the generic device basic composition, conformance and default warnings tests (all pass). Document known CHIP test suite bugs.
|
|
42
|
-
- [chip]: Add `chipTests.json`/`chipTests.md` with the ClosureControl and ClosureDimension cluster tests (all pass).
|
|
41
|
+
- [chip]: Add `chipTests.json`/`chipTests.md` with the generic device basic composition, conformance and default warnings tests (all tests pass ✅). Document known CHIP test suite bugs.
|
|
42
|
+
- [chip]: Add `chipTests.json`/`chipTests.md` with the ClosureControl and ClosureDimension cluster tests (all tests pass ✅).
|
|
43
43
|
- [frontend]: Add plugin-frontend agents instructions.
|
|
44
44
|
- [platform]: Add `closureGarageDoor` device. Thanks Ludovic BOUÉ.
|
|
45
45
|
- [platform]: Add `closureVenetianBlind` device with Lift and Tilt panels. Thanks Ludovic BOUÉ.
|
|
46
46
|
- [platform]: Add a thermostat auto mode with schedules (Weekdays and Weekend schedules) including 2 sub endpoints with temperature and humidity sensors, using `createDefaultSchedulesThermostatClusterServer()`. Thanks Ludovic BOUÉ.
|
|
47
47
|
- [thermostat]: Add a thermostat auto mode with thermostat suggestions (Comfort and Eco presets with a pre-seeded suggestion) including 2 sub endpoints with temperature and humidity sensors, using `createDefaultThermostatSuggestionsClusterServer()`. Thanks Ludovic BOUÉ.
|
|
48
|
+
- [devcontainer]: Bump `devcontainer` to v.1.2.0.
|
|
48
49
|
|
|
49
50
|
### Changed
|
|
50
51
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
|
3
|
-
"version": "3.0.2
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
|
9
|
-
"version": "3.0.2
|
|
9
|
+
"version": "3.0.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.3.0",
|