aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-14 21:18:04 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-14 21:18:04 +0200
commitf2c32259e0cd856676bd0e1f1f8627f5180ce74f (patch)
treea3ca3b5b00498f089fa8918c18bbd08ec1fef976
parentfa5b9cc7c26bef33dfa1918ff2fdfffe7dddc872 (diff)
downloadhue-f2c32259e0cd856676bd0e1f1f8627f5180ce74f.tar.gz
Revert "tweak yellow"
This reverts commit fa5b9cc7c26bef33dfa1918ff2fdfffe7dddc872.
-rwxr-xr-xwatch-co2.sh2
1 files changed, 1 insertions, 1 deletions
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"