Wordings in the documentation

This commit is contained in:
simonox 2023-02-22 16:22:25 +01:00
parent a65e40cbcf
commit ab25f0c17e
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@ Inside the container you can install the Node-RED Dashboard (we will switch to G
npm install node-red-dashboard
```
Then the dashboard should be visible on the righmost menu item in Node-RED.
The dashboard should be visible on the righmost menu item in Node-RED.
![Dashboard item](./docs/images/dashboard.png)
Then you can add a MQQT node to receive values from the power monitor, hook it up to a gauge and display it in a dasboard.
In Node-RED you can add a MQQT node to receive values from the power monitor, hook it up to a gauge and display it on a dasboard.
![Overview](./docs/images/1-overview.png)
![MQTT Node](./docs/images/2-mqtt-node.png) ![Gauge NOde](./docs/images/3-gauge-node.png) ![Dashboard Settings](./docs/images/4-dashboard-node.png)