Browse Source

dont send if transactionId null

Robert 10 months ago
parent
commit
6f811110be
2 changed files with 2 additions and 1 deletions
  1. 1 0
      EVCB_OCPP.WSServer/Message/CoreProfileHandler.cs
  2. 1 1
      version.txt

+ 1 - 0
EVCB_OCPP.WSServer/Message/CoreProfileHandler.cs

@@ -491,6 +491,7 @@ internal partial class ProfileHandler
 						}
 
 						//  if (energy_kwh > 0)
+						if (_request.transactionId != null)
 						{
 							try
 							{

+ 1 - 1
version.txt

@@ -1 +1 @@
-Docker_v1.1.26
+Docker_v1.1.27