This commit is contained in:
Meik
2026-02-19 11:20:53 +01:00
parent b132755215
commit 610e479e69
20 changed files with 963 additions and 395 deletions

View File

@@ -1862,5 +1862,9 @@ namespace C4IT.FASD.Cockpit.Communication
return null;
}
public override Task<cCollectorStatusInfo> CheckCollectorStatusAsync()
{
throw new NotImplementedException();
}
}
}