- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
28 lines
839 B
YAML
28 lines
839 B
YAML
description: ISO15118-3 SLAC interface for EV side
|
|
cmds:
|
|
reset:
|
|
description: Reset SLAC
|
|
trigger_matching:
|
|
description: Trigger start of matching process
|
|
result:
|
|
type: boolean
|
|
description: >-
|
|
True on success, returns False if transition was unexpected and
|
|
cannot be handled by SLAC state machine.
|
|
vars:
|
|
state:
|
|
description: Provides the state enum.
|
|
type: string
|
|
$ref: /slac#/State
|
|
dlink_ready:
|
|
description: >-
|
|
Inform higher layers about a change in data link status. Emits true
|
|
if link was set up and false when the link is shut down.
|
|
type: boolean
|
|
ev_mac_address:
|
|
description: >-
|
|
Inform higher layers about the MAC address of the charging connector
|
|
type: string
|
|
pattern: ^[A-F0-9]{2}(:[A-F0-9]{2}){5}$
|
|
errors:
|
|
- reference: /errors/generic |