From: Jérôme Benoit Date: Sun, 30 May 2021 18:21:40 +0000 (+0200) Subject: README.md: Use red cross emoji for unsupported OCPP commands X-Git-Tag: v1.0.4~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9e1b12e45e39c041e57442b641c8f1107ec3f8b3;p=e-mobility-charging-stations-simulator.git README.md: Use red cross emoji for unsupported OCPP commands Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 1ca3701e..cec08120 100644 --- a/README.md +++ b/README.md @@ -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