13.2.19. ev_slac¶
ISO15118-3 SLAC interface for EV side
13.2.19.1. Variables¶
state:string
Provides the state enum.
enum:
- UNMATCHED
- MATCHING
- MATCHED
dlink_ready:boolean
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.
ev_mac_address:string
Inform higher layers about the MAC address of the charging connector
pattern:^[A-F0-9]{2}(:[A-F0-9]{2}){5}$
13.2.19.2. Commands¶
reset:void
Reset SLAC
trigger_matching:boolean
Trigger start of matching process
Result:boolean
True on success, returns False if transition was unexpected and cannot be handled by SLAC state machine.