Update powerwall.sh
This commit is contained in:
@@ -16,10 +16,10 @@ VERBOSE=false
|
||||
|
||||
|
||||
CHECKTEMP(){
|
||||
cw=30;
|
||||
cw=25;
|
||||
echo
|
||||
# echo -e "${idsCL[Yellow]}Sensor Temperature(s) ${idsCL[Green]}normal${idsCL[Default]} /${idsCL[Yellow]}warning${idsCL[Default]}/ ${idsCL[Red]}critical${idsCL[Default]}"
|
||||
echo -e "${idsCL[Cyan]}Sensor Temperature(s) Current / 3DayAVG ${idsCL[Green]}normal${idsCL[Default]} /${idsCL[Yellow]}warning${idsCL[Default]}/ ${idsCL[Red]}critical${idsCL[Default]}"
|
||||
echo -e "${idsCL[Cyan]}Sensor Temperature(s) Current / 3DayAVG ${idsCL[Green]}normal${idsCL[Default]} /${idsCL[Yellow]}warning${idsCL[Default]}/ ${idsCL[Red]}critical${idsCL[Default]}"
|
||||
DIVIDER . yellow 85
|
||||
|
||||
for SENSOR in ${!PW_SENSOR_ID[@]}; do
|
||||
|
||||
Reference in New Issue
Block a user