From 21bb33f148d0dc135e31060127aad9083d24ac57 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 16 Jan 2026 16:44:46 +0100 Subject: [PATCH] fixed typos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89ee973..c28b32a 100644 --- a/README.md +++ b/README.md @@ -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