From 990d4a4363d2e4fb16bcb6e4d9fc69c4ce5ba2a8 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 3 May 2024 02:56:57 +0200 Subject: [PATCH] check some todos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3befd90..fd7d9fb 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ I want to automate as much as possible which makes sense and is easy to build. - water level for water tank :white_check_mark: - LED grow light control (on/off, dimming, max. 12V 50W load ) :white_check_mark: - You can of course use a relais as well, if you want to drive 220V lights :white_check_mark: -- fan control (on/off, (PWM?) max 1A) :large_blue_circle: +- fan control (on/off, (PWM?) max 1A) :white_check_mark: - pump control for automatic watering (max 1A) :large_blue_circle: - Web UI and REST API for data and controlling :large_blue_circle: - simple web ui :white_check_mark: - - REST API :red_circle: + - REST API :large_blue_circle: - Send notifications with web call (e.g. for mastodon) :red_circle: - predefined grow profiles :large_blue_circle: - persistend data :white_check_mark: