Skip to content

Commit

Permalink
Fix typo in OCPP 2.0.1 enum Action.cost_updated
Browse files Browse the repository at this point in the history
This PR intends to fix a typo in the enum for v201
  • Loading branch information
OSkrk authored Mar 22, 2024
1 parent 4f3192d commit d96d243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self, *args, **kwargs):
clear_display_message = "ClearDisplayMessage"
cleared_charging_limit = "ClearedChargingLimit"
clear_variable_monitoring = "ClearVariableMonitoring"
cost_update = "CostUpdate"
cost_updated = "CostUpdated"
customer_information = "CustomerInformation"
data_transfer = "DataTransfer"
delete_certificate = "DeleteCertificate"
Expand Down

0 comments on commit d96d243

Please sign in to comment.