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

Method GetSmartFeedInPriorityLimit

core/loadpoint_api.go:899–903  ·  view source on GitHub ↗

GetSmartFeedInPriorityLimit gets the smart feed-in limit

()

Source from the content-addressed store, hash-verified

897
898// GetSmartFeedInPriorityLimit gets the smart feed-in limit
899func (lp *Loadpoint) GetSmartFeedInPriorityLimit() *float64 {
900 lp.RLock()
901 defer lp.RUnlock()
902 return lp.smartFeedInPriorityLimit
903}
904
905// SetSmartFeedInPriorityLimit sets the smart cost feed-in
906func (lp *Loadpoint) SetSmartFeedInPriorityLimit(val *float64) {

Callers 1

UpdateMethod · 0.95

Calls 2

RLockMethod · 0.95
RUnlockMethod · 0.95

Tested by

no test coverage detected