Adjust processor type names

This commit is contained in:
Michał Zieliński
2025-06-07 16:34:36 +02:00
parent d05dc34e97
commit 117a67ab58
14 changed files with 71 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ namespace DiunaBI.Plugins.Morska.Processors;
public class T5LastValuesProcessor : MorskaBaseProcessor
{
public override string ProcessorType => "T5.LastValues";
public override string ProcessorType => "Morska.Process.T5.LastValues";
private readonly AppDbContext _db;
private readonly ILogger<T5LastValuesProcessor> _logger;