OcppModel.V20.Behaviours.Charger behaviour (ocpp_model v0.1.0) View Source
Behaviour of a Charger, allowing the module assuming the behaviour to be able to respond to messages send to it
Link to this section Summary
Functions
Main entrypoint, based on the action parameter, this function will call one of the callback functions
Link to this section Functions
Specs
Main entrypoint, based on the action parameter, this function will call one of the callback functions
Link to this section Callbacks
Specs
change_availability(req :: ChangeAvailabilityRequest) :: ChangeAvailabilityResponse | {:error, :change_availability}
Specs
data_transfer(req :: OcppModel.V20.Messages.DataTransferRequest) :: {:ok, OcppModel.V20.Messages.DataTransferResponse} | {:error, :data_transfer}
Specs
unlock_connector(req :: UnlockConnectorRequest) :: UnlockConnectorResponse | {:error, :unlock_connector}