Skip to content

Commit

Permalink
Fix RCDDC error mapping (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <[email protected]>
  • Loading branch information
corneliusclaussen authored Dec 11, 2023
1 parent f270e33 commit 774b599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/EvseManager/Charger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ void Charger::processCPEventsIndependent(ControlPilotEvent cp_event) {
break;
case ControlPilotEvent::ErrorRCD_DC:
currentState = EvseState::Error;
errorState = types::evse_manager::ErrorEnum::OverCurrent;
errorState = types::evse_manager::ErrorEnum::RCDDC;
break;
case ControlPilotEvent::ErrorOverVoltage:
currentState = EvseState::Error;
Expand Down

0 comments on commit 774b599

Please sign in to comment.