From 9e1b12e45e39c041e57442b641c8f1107ec3f8b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 30 May 2021 20:21:40 +0200 Subject: [PATCH] README.md: Use red cross emoji for unsupported OCPP commands MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- 2.34.1