From 5d7d2e9ac696cb6659aefb912406f9bc8d3673b3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 15 Jul 2020 21:01:15 +0200 Subject: check-health: add symbol for voltage --- check-health | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-health b/check-health index 7b7a0b1..7192b46 100644 --- a/check-health +++ b/check-health @@ -26,7 +26,7 @@ [ :typeof ($CheckHealthCurrent->$Voltage) ] = "num") do={ :if ($CheckHealthLast->$Voltage * (100 + $CheckHealthVoltagePercent) < $CheckHealthCurrent->$Voltage * 100 || \ $CheckHealthLast->$Voltage * 100 > $CheckHealthCurrent->$Voltage * (100 + $CheckHealthVoltagePercent)) do={ - $SendNotification ("Health warning: " . $Voltage) \ + $SendNotification ("Health warning: \E2\9A\A1 " . $Voltage) \ ("The " . $Voltage . " on " . $Identity . " jumped more than " . $CheckHealthVoltagePercent . "%.\n\n" . \ "old value: " . [ $FormatVoltage ($CheckHealthLast->$Voltage) ] . "\n" . \ "new value: " . [ $FormatVoltage ($CheckHealthCurrent->$Voltage) ]); -- cgit v1.2.3-54-g00ecf