Update power.inc.sh

This commit is contained in:
2024-11-09 22:45:12 -06:00
parent 1589ede664
commit c4574308d4

View File

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