Update the version number for SodiStoremax
This commit is contained in:
parent
fc79441c10
commit
f696424a71
|
|
@ -58,7 +58,7 @@ internal static class Program
|
|||
|
||||
|
||||
//
|
||||
private const String SwVersionNumber =" V1.35.220925 beta";
|
||||
private static readonly String SwVersionNumber = " V1.00." + DateTime.Today;
|
||||
private static Boolean _curtailFlag = false;
|
||||
private const String VpnServerIp = "10.2.0.11";
|
||||
private static Boolean _subscribedToQueue = false;
|
||||
|
|
@ -281,10 +281,10 @@ internal static class Program
|
|||
//record.PerformLed();
|
||||
|
||||
WriteControl(record);
|
||||
record.Battery.Eoc.WriteLine(" Total EOC");
|
||||
record.Battery?.Eoc.WriteLine(" Total EOC");
|
||||
|
||||
$"{record.StateMachine.State}: {record.StateMachine.Message}".WriteLine();
|
||||
$"{DateTime.Now.Round(UpdateInterval).ToUnixTime()} : {DateTime.Now.Round(UpdateInterval):dd/MM/yyyy HH:mm:ss} : {SwVersionNumber}".WriteLine();
|
||||
$"{DateTime.Now.Round(UpdateInterval).ToUnixTime()} : {DateTime.Now.Round(UpdateInterval):dd/MM/yyyy HH:mm:ss} : { SwVersionNumber}".WriteLine();
|
||||
|
||||
record.CreateTopologyTextBlock().WriteLine();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue