update the mideelwareagent message for sunexcel project
This commit is contained in:
parent
3f354ed2bb
commit
92b9265a67
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue