From 163fc8f843bf8afd9214f38300315bf67b4c4dbe Mon Sep 17 00:00:00 2001 From: Erich Barnstedt Date: Mon, 3 Jun 2024 10:29:11 +0200 Subject: [PATCH] Fix command name. --- ActionProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActionProcessor.cs b/ActionProcessor.cs index 67605b4..ef3321a 100644 --- a/ActionProcessor.cs +++ b/ActionProcessor.cs @@ -156,7 +156,7 @@ public void Run() // call OPC UA method on UA Server via UACommander via Event Hubs RequestModel request = new() { - Command = "methodcall", + Command = "MethodCall", TimeStamp = DateTime.UtcNow, CorrelationId = Guid.NewGuid(), Endpoint = Environment.GetEnvironmentVariable("UA_SERVER_ENDPOINT"),