From 62ef45906f0dbdb537ec7e6c69b1f4c29df1e6dd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 4 Apr 2024 17:30:03 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index da0dfba2..3cad253d 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -753,14 +753,14 @@ 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] [Sensor_Name] [Data_From] [Down_Time]${idsCL[Default]}" + echo -e "${idsCL[Yellow]}[Type] [Sensor_Name] [Data_From] [Down_Time]${idsCL[Default]}" else - echo -e "${idsCL[Yellow]} [Type] [Sensor_Name] [Data_From] [Down_Time] [Notifications]${idsCL[Default]}" + echo -e "${idsCL[Yellow]} [Type] [Sensor_Name] [Data_From] [Down_Time] [Notifications]${idsCL[Default]}" fi DIVIDER false yellow ${dlen} until [ "${choice^^}" = "E" ]; do - cw=22; cw1=12; cw2=20; is=1; + cw=26; cw1=12; cw2=20; is=1; for downitem in ${DOWNLIST[@]}; do ditem=${downitem##*/}; ditem=${ditem//.down} if [ "${PW_SENSOR_TYPE[${ditem}]}" == "esxi" ]; then