Update power.inc.sh

This commit is contained in:
2023-12-30 15:03:11 -06:00
parent 73a7612ac8
commit ac6382e982

View File

@@ -859,8 +859,9 @@ PDUCONTROL(){
}
SENDPOWER(){
SENDNOTICE "test" "testing 213123" &
st_power=`${PW_SCRIPT} check power -p`
SENDNOTICE "${1}" "${st_power}"
SENDNOTICE "${1}" "${st_power}" &
}