MCPcopy Create free account
hub / github.com/evcc-io/evcc / isConfigurable

Method isConfigurable

core/loadpoint_api.go:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15var _ loadpoint.API = (*Loadpoint)(nil)
16
17func (lp *Loadpoint) isConfigurable() bool {
18 _, ok := lp.settings.(*settings.ConfigSettings)
19 return ok
20}
21
22// GetChargerRef returns the loadpoint charger
23func (lp *Loadpoint) GetChargerRef() string {

Callers 4

SetChargerRefMethod · 0.95
SetMeterRefMethod · 0.95
SetCircuitRefMethod · 0.95
SetDefaultVehicleRefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected