update the mideelwareagent message for sunexcel project

This commit is contained in:
atef 2025-11-12 15:54:41 +01:00
parent 3f354ed2bb
commit 92b9265a67
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ public static class MiddlewareAgent
if (config != null) if (config != null)
{ {
Console.WriteLine($"Received a configuration message: GridSetPoint is " + config.GridSetPoint + Console.WriteLine($"Received a configuration message: " +
", MinimumSoC is " + config.MinimumSoC + " and operating priorty is " ); "MinimumSoC is " + config.MinimumSoC + " and operating priorty is " +config.OperatingPriority + "Number of batteries is " + config.BatteriesCount + config.MaximumChargingCurrent + config.MaximumDischargingCurrent);
// Send the reply to the sender's endpoint // Send the reply to the sender's endpoint
_udpListener.Send(replyData, replyData.Length, serverEndpoint); _udpListener.Send(replyData, replyData.Length, serverEndpoint);