smart-home-engine 1.4.0 → 1.5.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 CHANGED
@@ -12,7 +12,7 @@ Your home, your rules - written in plain JavaScript.
12
12
  - **Script HTTP routes** — scripts can register their own REST endpoints under `/api/<scriptName>/`
13
13
  - **`require()`** — load npm packages from `~/.she/node_modules/` or relative files inside scripts
14
14
  - Supports **InfluxDB**, **Elasticsearch** and **Redis** — convenience methods for time series, full text indexing, shared states across multiple she instances
15
- - **Broker management** — optional Mosquitto management: dynamic user/ACL management via the dynsec plugin (`she.broker.*` script API), listener and TLS configuration, local CA with client certificate issuance, SSH-based remote file deployment
15
+ - **Broker management** — optional Mosquitto management: dynamic user/ACL management via the dynsec plugin (`she.broker.*` script API), listener and TLS configuration, TLS certificate management (server cert self-signed / CSR / import, trusted CA store), SSH-based remote file deployment
16
16
  - **Web UI** — script editor, package manager, MQTT browser, Matter device manager, sheDB frontend, log viewer, broker manager
17
17
 
18
18
  ## Docs