Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CentralSystem ¶
type ChargePoint ¶
type ChargePoint interface { // start listening on the (websocket) connection for messages Listen() // make a request to remote start transactions RemoteStartTransaction(connectorID int) (transactionID int, err error) // make a request to remote stop transaction RemoteStopTransaction(connectorID int) (err error) // make a request to trigger a status notification from the charge point TriggerStatusNotification(connectorID int, errorStatusCode messaging.OCPP16ChargePointErrorCode) (err error) }
Click to show internal directories.
Click to hide internal directories.