diff options
-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 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" |