We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1819491 + b3acc2f commit ad9b141Copy full SHA for ad9b141
examples/ocpp1x/remote-transaction.scala
@@ -33,7 +33,9 @@ if (auth.status == AuthorizationStatus.Accepted) {
33
}
34
35
waitForValidRemoteStop()
36
-
+ // handle UnlockConnectorReq if present
37
+ Try(expectIncoming(unlockConnectorReq.respondingWith(UnlockConnectorRes(UnlockStatus.NotSupported))))
38
+
39
statusNotification(status = ChargePointStatus.Occupied(Some(OccupancyKind.Finishing)))
40
stopTransaction(transactionId = transId, idTag = Some(chargeTokenId))
41
statusNotification(status = ChargePointStatus.Available())
0 commit comments