Update power.inc.sh

This commit is contained in:
2025-08-12 21:09:59 -05:00
parent a7480239cb
commit 8c4196b4b0

View File

@@ -1464,6 +1464,7 @@ POWERLOGGER_SERVICE(){
KYLE_AMP=`echo "scale=2; ${KYLE_AMP}/10" | tr -d $'\r' | bc`
KYLE_WATT=`echo "scale=2; ${KYLE_VOLT}*${KYLE_AMP}" | tr -d $'\r' | bc`
echo "HERE: '${KYLE_VOLT}','${KYLE_AMP}','${KYLE_WATT}'"
if [ "${KYLE_AMP}" != "" ]; then