Skip to content

Commit

Permalink
Fix after rebase.
Browse files Browse the repository at this point in the history
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
  • Loading branch information
maaikez committed Jan 24, 2025
1 parent 65c607a commit be09ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ocpp/v201/functional_blocks/firmware_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void FirmwareUpdate::change_all_connectors_to_unavailable_for_firmware_update()
}
// Check succeeded, trigger the callback if needed
if (this->all_connectors_unavailable_callback.has_value() and
this->availability.are_all_connectors_effectively_inoperative()) {
this->evse_manager.are_all_connectors_effectively_inoperative()) {
this->all_connectors_unavailable_callback.value()();
}
} else if (response.status == ChangeAvailabilityStatusEnum::Scheduled) {
Expand Down

0 comments on commit be09ba7

Please sign in to comment.