aktueller stand

This commit is contained in:
Meik
2026-02-04 17:52:36 +01:00
parent 6a0bdff63e
commit 4b5d58f98f
5 changed files with 4 additions and 1 deletions

View File

@@ -396,7 +396,7 @@ namespace C4IT.DataHistoryProvider
var resLogon = await WebClient.LogonWithApiKeyAsync(Collector.InfrastructureConfig.M42Wpm.Credential.NwCredential.Password);
if (resLogon == cM42WebClient.eReason.ok)
{
Collector.DoProcessUiMessage(0, "...M42 WPN connection established successful.");
Collector.DoProcessUiMessage(0, "...M42 WPM connection established successful.");
StartOnlineValidation();
return true;
}