From 611547a7bca8b531acc273292d927a5db6a844ba Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 17 Aug 2020 22:03:23 +0000 Subject: [PATCH] --- server/AyaNova/biz/NotifyEventProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/biz/NotifyEventProcessor.cs b/server/AyaNova/biz/NotifyEventProcessor.cs index de412ad8..aefa602f 100644 --- a/server/AyaNova/biz/NotifyEventProcessor.cs +++ b/server/AyaNova/biz/NotifyEventProcessor.cs @@ -354,7 +354,7 @@ namespace AyaNova.Biz case AyaType.UnitMeterReading: //UnitMeterReadingMultipleExceeded //case 1254 - // This could work as a threshold multiple value, i.e. if it's passing a multiple of 50,000 then notify, or notify every 10,000 or something. + // This is as a threshold multiple value, i.e. if it's passing a multiple of 50,000 then notify, or notify every 10,000 or something. // In saving code it just checks to see if it has crossed the multiple threshold, i.e. calculate the old multiple, calculate the new multiple if over then send notification immediate. break; case AyaType.CustomerServiceRequest: