Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { Healthy() bool Loadpoints() []loadpoint.API GetBufferSoc() float64 SetBufferSoc(float64) error GetBufferStartSoc() float64 SetBufferStartSoc(float64) error GetPrioritySoc() float64 SetPrioritySoc(float64) error GetResidualPower() float64 SetResidualPower(float64) error // GetVehicles is the list of vehicles GetVehicles() []api.Vehicle // GetTariff returns the respective tariff GetTariff(string) api.Tariff GetSmartCostLimit() float64 SetSmartCostLimit(float64) error }
API is the external site API
Click to show internal directories.
Click to hide internal directories.