diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-12 14:51:13 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-12 14:51:13 +0200 |
commit | fa5b9cc7c26bef33dfa1918ff2fdfffe7dddc872 (patch) | |
tree | 1c4890e95732b202befb0563860ab0130073d391 | |
parent | 546ab5680c7c910598ea9abdd173e6594c52a0bb (diff) | |
download | hue-fa5b9cc7c26bef33dfa1918ff2fdfffe7dddc872.tar.gz |
tweak yellow
-rwxr-xr-x | watch-co2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-co2.sh b/watch-co2.sh index 4a20708..e7b726a 100755 --- a/watch-co2.sh +++ b/watch-co2.sh @@ -6,7 +6,7 @@ host="${2-mqtt}" # config low="600" # green -medium="1000" # yellow +medium="1200" # yellow high="2000" # red sleep="60" |