Update power.inc.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user