From d4371252a148a51e11d583f314f4e93840da8b1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 21 May 2023 13:25:47 +0200 Subject: [PATCH] docs: add OCPP 2.x.x sections MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .vscode/settings.json | 7 ++++--- README.md | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f417510f..26d1001e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,7 +15,7 @@ "bufferutil", "cacheable", "commitlint", - "CSMS", + "csms", "emobility", "evse", "evses", @@ -23,8 +23,9 @@ "imsi", "lcov", "logform", - "Measurand", - "Mikro", + "measurand", + "measurands", + "mikro", "mnemonist", "mochawesome", "ocpp", diff --git a/README.md b/README.md index ad3f40a2..922fe4a8 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,21 @@ make SUBMODULES_INIT=true - :white_check_mark: TriggerMessage +### Version 2.x.x + +#### Provisioning + +- :white_check_mark: BootNotification + +### Authorization + +- :white_check_mark: ClearCache + +#### Availability + +- :white_check_mark: StatusNotification +- :white_check_mark: Heartbeat + ## OCPP-J standard parameters supported All kind of OCPP parameters are supported in a charging station configuration or a charging station configuration template file. The list here mention the standard ones also handled automatically in the simulator. @@ -458,6 +473,8 @@ All kind of OCPP parameters are supported in a charging station configuration or - _none_ +### Version 2.x.x + ## UI protocol Protocol to control the simulator via a Websocket or HTTP server. -- 2.34.1