From 95eb0289bd0ef1b342eaccd999d02e3248a0689e Mon Sep 17 00:00:00 2001 From: Jared Newell Date: Wed, 18 Oct 2023 17:09:52 +0200 Subject: [PATCH 1/2] correction of action - for road to v1.0 --- ocpp/v201/enums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocpp/v201/enums.py b/ocpp/v201/enums.py index 30b12a756..41fe3c9da 100644 --- a/ocpp/v201/enums.py +++ b/ocpp/v201/enums.py @@ -14,7 +14,7 @@ class Action(str, Enum): ClearDisplayMessage = "ClearDisplayMessage" ClearedChargingLimit = "ClearedChargingLimit" ClearVariableMonitoring = "ClearVariableMonitoring" - CostUpdate = "CostUpdate" + CostUpdated = "CostUpdated" CustomerInformation = "CustomerInformation" DataTransfer = "DataTransfer" DeleteCertificate = "DeleteCertificate" From 879be883e86aab1bf4f606c1eb416dadfbdb8e8b Mon Sep 17 00:00:00 2001 From: Jared Newell Date: Wed, 18 Oct 2023 17:13:59 +0200 Subject: [PATCH 2/2] correction of action - for road to v1.0 + change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6373ed8..a7b1bc72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Change log +- [#435](https://github.com/mobilityhouse/ocpp/issues/435) Typo in CostUpdated Action - [#485](https://github.com/mobilityhouse/ocpp/issues/485) Update documents for 2.0.1 to lastest; removed 2.0 docs - [#412](https://github.com/mobilityhouse/ocpp/issues/412) Add default value to 1.6 AuthorizationData datatype, id_tag_info - [#141](https://github.com/mobilityhouse/ocpp/issues/141) Add to docs OCPP 1.6 Security White Paper Ed 2