This commit is contained in:
2023-12-04 16:08:17 -06:00
parent a80e0621cb
commit 26ea7e71da
3 changed files with 20 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ PWO_START(){
SENDNOTICE(){
MESSAGE="${TESTMODE}${2}
BATTERY CHARGE: ${OFFSITE_BATT_CAP}'%
BATTERY CHARGE: ${OFFSITE_BATT_CAP}'%25
BATT RUNTIME: ${OFFSITE_BATT_RUNTIME}'mins
AC VOLTAGE: ${OFFSITE_VOLTIN}'volts"
if [ "${3}" = "1" ]; then PRIORITY="${3}"; MSGSOUND=siren; elif [ "${3}" != "" ]; then PRIORITY=${3}; else PRIORITY=0; fi