Compare commits
2 Commits
ace65fb21a
...
5fdc7de448
Author | SHA1 | Date |
---|---|---|
Yinyin Liu | 5fdc7de448 | |
Yinyin Liu | 55adb0449a |
|
@ -125,7 +125,7 @@ public static class RabbitMqManager
|
||||||
Seen = false
|
Seen = false
|
||||||
}; Console.WriteLine("Add an alarm for installation "+installationId);
|
}; Console.WriteLine("Add an alarm for installation "+installationId);
|
||||||
// Send replace battery email to support team if this alarm is "NeedToReplaceBattery"
|
// Send replace battery email to support team if this alarm is "NeedToReplaceBattery"
|
||||||
if (alarm.Description == "NeedToReplaceBattery")
|
if (alarm.Description == "NeedToReplaceBattery" || alarm.Description == "2 or more string are disabled")
|
||||||
{
|
{
|
||||||
Console.WriteLine("Send replace battery email to the support team for installation "+installationId);
|
Console.WriteLine("Send replace battery email to the support team for installation "+installationId);
|
||||||
string recipient = "support@innov.energy";
|
string recipient = "support@innov.energy";
|
||||||
|
|
Loading…
Reference in New Issue