smart-home-engine 0.30.0 → 0.32.0
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 +0 -3
- package/dist/web/assets/{index-3AzTXNmr.js → index-BfPts03-.js} +71 -73
- package/dist/web/assets/{index-DqYTpwg5.css → index-BvaykAGz.css} +1 -1
- package/dist/web/assets/{tsMode-DcPKKDoS.js → tsMode-DCLIR8Vg.js} +1 -1
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
- package/src/index.js +3 -54
- package/src/sandbox/stdlib.js +0 -4
- package/src/web/prompts/she-api-ref.md +0 -10
- package/src/scripts/hello.js +0 -3
package/README.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
# she - smart home engine
|
|
2
2
|
|
|
3
|
-
> [!WARNING]
|
|
4
|
-
> **This project is under heavy development.** The API is changing frequently and there are no stability guarantees yet.
|
|
5
|
-
|
|
6
3
|
Your home, your rules - written in plain JavaScript.
|
|
7
4
|
|
|
8
5
|
**she** is a Node.js daemon that loads your `.js` scripts into a sandboxed VM and wires them up to MQTT, Matter, and everything else your smart home throws at them. No cloud, no lock-in, no YAML sprawl, no opinionated bloated schemata. Just scripts that do exactly what you (if you want: with the help of the integrated AI assisstant) tell them.
|