#707 shutdown info on LCD

This commit is contained in:
Christian Rotzoll 2019-08-06 14:37:01 +02:00
parent 5153d68e01
commit 7d97699116

View File

@ -24,6 +24,9 @@ fi
if [ "${upsStatus}" = "ONBATT" ]; then
upsInfo="${color_red}${upsBattery}"
fi
if [ "${upsStatus}" = "SHUTTING DOWN" ]; then
upsInfo="${color_red}DOWN"
fi
# check hostname
if [ ${#hostname} -eq 0 ]; then hostname="raspiblitz"; fi