fixed typos.

This commit is contained in:
Martin Preuss
2026-01-16 16:44:46 +01:00
parent 0d0b1d2fc6
commit 21bb33f148

View File

@@ -16,7 +16,7 @@ Home automation/control system consists of multiple parts:
- two-wire-bus
- SPI bus
- UART
- driver modules for devices/sensors modules:
- driver modules for devices/sensors:
- DS18b20 sensors for temperature measurement
- SI7021 sensors for temperature and humidity measurement
- SGP_30 sensors for air quality measurement
@@ -39,8 +39,8 @@ Home automation/control system consists of multiple parts:
- service reacting to data received by aqhome-data (home automation service)
- aqhome-tool
- tool to manipulate aqhome-data (e.g. edit devices and values,
adding data points, create graphs from aqhome-data)
add data points, create graphs from aqhome-data)
- tool to flash firmware for nodes, list nodes
- aqhome-cgi
- HTTP service for user interaction with aqgome-data
- HTTP service for user interaction with aqhome-data