fix sending alert sms
This commit is contained in:
@@ -85,7 +85,7 @@ public sealed class AlertService : IAlertService
|
|||||||
if (!conditions.Any())
|
if (!conditions.Any())
|
||||||
{
|
{
|
||||||
logger.LogDebug("No enabled alert conditions for device: DeviceId={DeviceId}", deviceId);
|
logger.LogDebug("No enabled alert conditions for device: DeviceId={DeviceId}", deviceId);
|
||||||
return null;
|
//return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Determine if it's daytime or nighttime
|
// Determine if it's daytime or nighttime
|
||||||
|
|||||||
Reference in New Issue
Block a user