Update power.inc.sh

This commit is contained in:
2024-08-25 21:39:56 -05:00
parent f5a802d7ef
commit 860cf5672e

View File

@@ -422,7 +422,7 @@ CHECKPOWER(){
DIVIDER . yellow ${PRI_WIDTH}
echo -en "${idsCL[LightCyan]} Amps Watts"
[ "${avgdays}" != "" ] && echo -e " Amps Watts" || echo
DIVIDER . lightCyan ${PRI_WIDTH}
[ ${REPORT} -eq 0 ] && echo -en "${idsCL[Yellow]}Pulling data from Kyle's Equipment ... "
KYLE_INFO=$(curl -m 3 -s http://${PW_REMOTE_SENSORS['KP-Power']}:8888/status/${PW_SENSOR_DEVICEID['KP-Power']} | jq '.dps')