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