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.
1 parent 294e5b9 commit 7aa118fCopy full SHA for 7aa118f
src/MicroOcpp/Model/Transactions/TransactionService201.cpp
@@ -402,6 +402,8 @@ void TransactionServiceEvse::loop() {
402
txStartCondition = true;
403
if (transaction->remoteStartId >= 0) {
404
triggerReason = MO_TxEventTriggerReason_RemoteStart;
405
+ } else if (!transaction->trackAuthorized) {
406
+ triggerReason = MO_TxEventTriggerReason_Authorized;
407
} else {
408
triggerReason = MO_TxEventTriggerReason_CablePluggedIn;
409
}
0 commit comments