Update powerwall.sh

This commit is contained in:
2024-02-10 18:15:30 -06:00
parent 8b2d5d761d
commit 74ede75bc9

View File

@@ -749,9 +749,9 @@ DOWNLIST(){
echo -e "${idsCL[LightGreen]}Current List of Sensors/Devices Down...${idsCL[Default]}"
DIVIDER false yellow ${dlen}
if [ "${1}" == "report" ]; then
echo -e "${idsCL[Yellow]}[Type] [Host/Service/Docker Name] [Host] [Down_Time]${idsCL[Default]}"
echo -e "${idsCL[Yellow]}[Type] [Sensor_Name] [Sensor_Address] [Down_Time]${idsCL[Default]}"
else
echo -e "${idsCL[Yellow]} [Type] [Host/Service/Docker Name] [Host] [Down_Time] [Notifications]${idsCL[Default]}"
echo -e "${idsCL[Yellow]} [Type] [Sensor_Name] [Sensor_Address] [Notifications]${idsCL[Default]}"
fi
DIVIDER false yellow ${dlen}