Skip to content

Commit

Permalink
Ocpp: remove identifier when session stopped (#14871)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Jul 14, 2024
1 parent 846461d commit ce7cfb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charger/ocpp/connector_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (conn *Connector) StopTransaction(request *core.StopTransactionRequest) (*c
}

conn.txnId = 0
conn.idTag = ""

res := &core.StopTransactionConfirmation{
IdTagInfo: &types.IdTagInfo{
Expand Down

0 comments on commit ce7cfb2

Please sign in to comment.