Browse Source

#707 shutdown info on LCD

v1.3
Christian Rotzoll 6 years ago
parent
commit
7d97699116
  1. 3
      home.admin/00infoBlitz.sh

3
home.admin/00infoBlitz.sh

@ -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

Loading…
Cancel
Save