Reduce urgency for bellow-50%-energy alert
[khatus.git] / bin / khatus_controller
index ed98c34..b352f5f 100755 (executable)
@@ -148,7 +148,7 @@ function alert_check_energy(    threshold, dbg, state, remaining, subj, body) {
                 state__alerts__energy__notified_bellow_half = 1
                 subj = "Energy_Bellow_Half"
                 body = sprintf("%d%% Where is the charger?", remaining)
-                alert_trigger_hi(subj, body)
+                alert_trigger_med(subj, body)
             }
         }
     } else {
This page took 0.033123 seconds and 4 git commands to generate.