Browse Source

correct alerts

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
cc6f7369d4
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 4
      lgsm/functions/alert.sh

4
lgsm/functions/alert.sh

@ -54,7 +54,7 @@ fn_alert_stopping(){
fn_alert_stopped(){
fn_script_log_info "Sending alert: Stopped"
alerttitle="Alert - ${selfname} - Test"
alerttitle="Alert - ${selfname} - Stopped"
alertemoji="🔴"
alertsound="1"
alerttriggermessage="${selfname} has stopped."
@ -151,7 +151,7 @@ fn_alert_wipe(){
alertcolourdec="52480"
}
fn_alert_test(){
fn_alert_info(){
fn_script_log_info "Sending info alert"
alerttitle="Alert - ${selfname} - Info"
alertemoji="👾"

Loading…
Cancel
Save