From f2c32259e0cd856676bd0e1f1f8627f5180ce74f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 14 May 2021 21:18:04 +0200 Subject: Revert "tweak yellow" This reverts commit fa5b9cc7c26bef33dfa1918ff2fdfffe7dddc872. --- watch-co2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-co2.sh b/watch-co2.sh index e7b726a..4a20708 100755 --- a/watch-co2.sh +++ b/watch-co2.sh @@ -6,7 +6,7 @@ host="${2-mqtt}" # config low="600" # green -medium="1200" # yellow +medium="1000" # yellow high="2000" # red sleep="60" -- cgit