smart-home-engine 0.16.0 → 0.16.1
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/README.md +4 -0
- package/dist/web/assets/{index-DcqBg4oJ.css → index-6fsqE5Vy.css} +1 -1
- package/dist/web/assets/{index-Cqfuxa_i.js → index-CBKdN3z6.js} +69 -69
- package/dist/web/assets/{tsMode-B7q_C6Fy.js → tsMode-haf4UX72.js} +1 -1
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
- package/src/web/scripts-api.js +7 -2
package/README.md
CHANGED
|
@@ -72,6 +72,10 @@ she
|
|
|
72
72
|
|
|
73
73
|
Then open **http://localhost:8080** and start creating scripts
|
|
74
74
|
|
|
75
|
+
## Matter Protocol Support
|
|
76
|
+
|
|
77
|
+
This project implements/supports the Matter protocol. Matter™ is a trademark of the Connectivity Standards Alliance. This project is not certified by, endorsed by, or affiliated with the Connectivity Standards Alliance.
|
|
78
|
+
|
|
75
79
|
## License
|
|
76
80
|
|
|
77
81
|
MIT © [Sebastian Raff](https://github.com/hobbyquaker)
|