Update power.inc.sh

This commit is contained in:
2024-11-09 22:52:54 -06:00
parent 179472f31e
commit b05029816b

View File

@@ -1368,7 +1368,7 @@ SENDPOWER(){
}
OFFSITE_SENDPOWER(){
st_power=`${PW_SCRIPT} check temp -o -S -r; ${PW_SCRIPT} check power -o -p -r`
st_power=`${PW_SCRIPT} check temp -m -S -r; ${PW_SCRIPT} check power -o -p -r`
SENDNOTICE "${1}" "${st_power}" 0 cosmic
}