smart-home-engine 0.19.7 → 0.19.9
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 +2 -0
- package/dist/web/assets/{index-CSjfp08X.js → index-BMmVmcNK.js} +60 -60
- package/dist/web/assets/{index-CtuJWQQl.css → index-ChpDowYT.css} +1 -1
- package/dist/web/assets/{tsMode-BF6Mbd_B.js → tsMode-CFaMfW0s.js} +1 -1
- package/dist/web/index.html +2 -2
- package/package.json +3 -2
- package/service/install.sh +7 -3
- package/src/index.js +2 -3
- package/src/web/server.js +34 -11
package/README.md
CHANGED
|
@@ -36,6 +36,8 @@ sudo systemctl start smart-home-engine
|
|
|
36
36
|
|
|
37
37
|
`she --install` creates a dedicated `she` system user and installs + enables the systemd unit. All state is kept in `/home/she/.she/`.
|
|
38
38
|
|
|
39
|
+
> **Tip:** use `journalctl -u smart-home-engine -o cat -f` to follow logs with colours intact.
|
|
40
|
+
|
|
39
41
|
Then open **http://localhost:8080** and start creating scripts
|
|
40
42
|
|
|
41
43
|
## Docs
|