IDS camera added

This commit is contained in:
meelstorm
2025-07-23 13:25:19 +02:00
parent e761b24c95
commit 71d59df0cd
21 changed files with 411 additions and 24 deletions

View File

@@ -33,12 +33,13 @@ public static class Extensions
{
if (service != null)
{
Log.Information($"Initializing module {service.GetType().Name}");
service.InitializeModule();
}
}
catch (Exception e)
{
Log.Error($"Error initializing module {service.GetType().Name}: {e.Message}", e);
Log.Error($"Error initializing module {service.GetType().Name}: {e}", e);
}
}