matterbridge-example-dynamic-platform 1.3.5-dev-20250722-a63fdf7 → 1.3.5-dev-20250723-2f335a4
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 +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -28,7 +28,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
28
28
|
### Added
|
29
29
|
|
30
30
|
- [platform]: Changed to the new ExtratorHood() and Dishwasher() from Matterbridge.
|
31
|
-
- [platform]: Added a Fan with
|
31
|
+
- [platform]: Added a Fan with On Off Low Med High.
|
32
32
|
- [platform]: Added a Fan with complete set of features.
|
33
33
|
|
34
34
|
### Changed
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.3.5-dev-
|
3
|
+
"version": "1.3.5-dev-20250723-2f335a4",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
9
|
-
"version": "1.3.5-dev-
|
9
|
+
"version": "1.3.5-dev-20250723-2f335a4",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"node-ansi-logger": "3.1.1",
|
package/package.json
CHANGED