X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=a525ad66f15ecb049f17d8b1daa30c9fceb016f7;hb=ac0ccc6b1139c25b1c813315e818c5729745f948;hp=1ca3701e51143f2d2de67110577d9e9f50553567;hpb=778f79241952fefd769c87b195e01e8101964928;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 1ca3701e..a525ad66 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Connectors | | | Connectors | charging stations connectors configuration "probabilityOfStart": 1, "stopAfterHours": 0.3, "stopOnConnectionFailure": true, - "requireAuthorize": false + "requireAuthorize": true } ``` #### Connectors section @@ -165,7 +165,7 @@ make SUBMODULES_INIT=false - :white_check_mark: ChangeAvailability - :white_check_mark: ChangeConfiguration - :white_check_mark: ClearCache -- :negative_squared_cross_mark: DataTransfer +- :x: DataTransfer - :white_check_mark: GetConfiguration - :white_check_mark: Heartbeat - :white_check_mark: MeterValues @@ -179,20 +179,20 @@ make SUBMODULES_INIT=false ### Firmware Management Profile -- :negative_squared_cross_mark: GetDiagnostics -- :negative_squared_cross_mark: DiagnosticsStatusNotification -- :negative_squared_cross_mark: FirmwareStatusNotification -- :negative_squared_cross_mark: UpdateFirmware +- :x: GetDiagnostics +- :x: DiagnosticsStatusNotification +- :x: FirmwareStatusNotification +- :x: UpdateFirmware ### Local Auth List Management Profile -- :negative_squared_cross_mark: GetLocalListVersion -- :negative_squared_cross_mark: SendLocalList +- :x: GetLocalListVersion +- :x: SendLocalList ### Reservation Profile -- :negative_squared_cross_mark: CancelReservation -- :negative_squared_cross_mark: ReserveNow +- :x: CancelReservation +- :x: ReserveNow ### Smart Charging Profile @@ -202,7 +202,7 @@ make SUBMODULES_INIT=false ### Remote Trigger Profile -- :negative_squared_cross_mark: TriggerMessage +- :x: TriggerMessage ## License