Skip to content

Commit

Permalink
Fix command name.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Jun 3, 2024
1 parent 0d0bbca commit 163fc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 163fc8f

Please sign in to comment.