Update powerwall.sh

This commit is contained in:
2023-10-17 08:42:40 -05:00
parent c2cbbe077a
commit ccb5a1dcff

View File

@@ -28,6 +28,7 @@ CHECKTEMP(){
if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "esxi" ]; then
vHOSTiDRACIP=${PW_HOST_IDRACS[${SENSOR}]}
vHOSTIP=${PW_HOST_ADDRESSES[${SENSOR}]}
echo "vhostip=${vHOSTIP}"
vHOSTNAME=${PW_ESXI_HOST_NAMES[${vHOSTiDRACIP}]}
echo -e "\r\033[K${idsCL[LightCyan]}${idsST[Bold]}${SENSOR} Host Sensors ${idsST[Reset]}${idsCL[LightCyan]}- ${vHOSTiDRACIP}${idsCL[Default]}"