diff options
Diffstat (limited to 'watch-co2.sh')
-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" |