Make alert subject more-explicit
[khatus.git] / bin / khatus_controller
index d7f627c..af254a0 100755 (executable)
@@ -186,7 +186,7 @@ function alert_check_energy(    \
 
     if (state_curr == "discharging") {
         if (state_prev == "charging") {
-            alert_trigger_low(from, "Unplugged", "")
+            alert_trigger_low(from, "PowerUnplugged", "")
         }
 
         if (remaining < 5) {
This page took 0.02564 seconds and 4 git commands to generate.