Skip to content

Commit

Permalink
replaced README.md with doc.rst
Browse files Browse the repository at this point in the history
Signed-off-by: pietfried <[email protected]>
  • Loading branch information
Pietfried committed May 30, 2024
1 parent c02be4b commit b0b0f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/API/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ void API::init() {
const auto source = session_event.source.value();
session_info->set_enable_disable_source(
types::evse_manager::enable_source_to_string(source.enable_source),
types::evse_manager::enable_state_to_string(source.enable_state),
source.enable_priority);
types::evse_manager::enable_state_to_string(source.enable_state), source.enable_priority);
}

if (session_event.event == types::evse_manager::SessionEventEnum::SessionStarted) {
Expand Down
5 changes: 3 additions & 2 deletions modules/OCPP/README.md → modules/OCPP/doc.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Interaction with EVSE Manager
Interaction with EVSE Manager
=============================

This module sets callbacks into libocpp to receive `ChangeAvailability.req` updates from the CSMS.

These are sent to the EVSE Manager in `enable_disable` commands with a priority of 5000. ('types/energy_manager.yaml' contains the valid range.)

5000 is mid-range.
5000 is mid-range.

0 comments on commit b0b0f7b

Please sign in to comment.