Skip to content

Commit

Permalink
Added Generic OCPP config adjustments to everest-utils
Browse files Browse the repository at this point in the history
Signed-off-by: Piet Gömpel <[email protected]>
  • Loading branch information
Pietfried committed Nov 6, 2024
1 parent 51ec979 commit 9c405c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def adjust_ocpp_configuration(self, config: dict):
network_connection_profile["connectionData"][
"securityProfile"] = selected_security_profile
GenericOCPP201ConfigAdjustment._set_value_in_v201_config(config, OCPP201ConfigVariableIdentifier("InternalCtrlr", "NetworkConnectionProfiles",
"Actual", json.dumps(network_connection_profiles))
"Actual", json.dumps(network_connection_profiles)))
return config

class LibOCPPConfigurationHelperBase(ABC):
Expand Down

0 comments on commit 9c405c9

Please sign in to comment.