X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=a3f0e4e76a568e1cc063a1ea8096baab535b7568;hb=bf4afa568a47cf088c01725737aecb4be7df40b2;hp=251a54ad97f39b25dcfad42aa4f0080057d934ee;hpb=20f099700ef8054d2642cb4c95cab9cb74a46128;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 251a54ad..a3f0e4e7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # [e-mobility charging stations simulator](https://github.com/sap/e-mobility-charging-stations-simulator) +[![CI worklow](https://github.com/SAP/e-mobility-charging-stations-simulator/actions/workflows/ci.yml/badge.svg)](https://github.com/SAP/e-mobility-charging-stations-simulator/actions/workflows/ci.yml) [![REUSE status](https://api.reuse.software/badge/github.com/SAP/e-mobility-charging-stations-simulator)](https://api.reuse.software/info/github.com/SAP/e-mobility-charging-stations-simulator) ## Summary @@ -401,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. @@ -457,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.