Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
README.md: fix sections hierarchy
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Jun 13, 2021
1 parent 7e1dc87 commit c56d42f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ make SUBMODULES_INIT=false

### Version 1.6

### Core Profile
#### Core Profile

- :white_check_mark: Authorize
- :white_check_mark: BootNotification
Expand All @@ -181,30 +181,30 @@ make SUBMODULES_INIT=false
- :white_check_mark: StopTransaction
- :white_check_mark: UnlockConnector

### Firmware Management Profile
#### Firmware Management Profile

- :x: GetDiagnostics
- :x: DiagnosticsStatusNotification
- :x: FirmwareStatusNotification
- :x: UpdateFirmware

### Local Auth List Management Profile
#### Local Auth List Management Profile

- :x: GetLocalListVersion
- :x: SendLocalList

### Reservation Profile
#### Reservation Profile

- :x: CancelReservation
- :x: ReserveNow

### Smart Charging Profile
#### Smart Charging Profile

- :white_check_mark: ClearChargingProfile
- :white_check_mark: GetCompositeSchedule
- :white_check_mark: SetChargingProfile

### Remote Trigger Profile
#### Remote Trigger Profile

- :x: TriggerMessage

Expand All @@ -214,7 +214,7 @@ All kind of OCPP parameters is supported in a charging station template. The lis

### Version 1.6

### Core Profile
#### Core Profile

- :white_check_mark: AuthorizeRemoteTxRequests (type: boolean) (units: -)
- :x: ClockAlignedDataInterval (type: integer) (units: seconds)
Expand All @@ -238,28 +238,28 @@ All kind of OCPP parameters is supported in a charging station template. The lis
- :x: TransactionMessageRetryInterval (type: integer) (units: seconds)
- :x: UnlockConnectorOnEVSideDisconnect (type: boolean) (units: -)

### Firmware Management Profile
#### Firmware Management Profile

- *none*

### Local Auth List Management Profile
#### Local Auth List Management Profile

- :x: LocalAuthListEnabled (type: boolean) (units: -)
- :x: LocalAuthListMaxLength (type: integer) (units: -)
- :x: SendLocalListMaxLength (type: integer) (units: -)

### Reservation Profile
#### Reservation Profile

- *none*

### Smart Charging Profile
#### Smart Charging Profile

- :x: ChargeProfileMaxStackLevel (type: integer) (units: -)
- :x: ChargingScheduleAllowedChargingRateUnit (type: CSL) (units: -)
- :x: ChargingScheduleMaxPeriods (type: integer) (units: -)
- :x: MaxChargingProfilesInstalled (type: integer) (units: -)

### Remote Trigger Profile
#### Remote Trigger Profile

- *none*

Expand Down

0 comments on commit c56d42f

Please sign in to comment.