File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/frequenz/sdk/microgrid Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 127127[`power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power] method that
128128streams the total power measured for all the {{glossary("ev-charger", "EV Chargers")}}
129129at a site.
130+
131+ The `ev_charger_pool` also provides available power bounds through the
132+ [`power_status`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power_status]
133+ method.
134+
135+
136+ The `ev_charger_pool` also provides a control method
137+ [`propose_power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.propose_power],
138+ which accepts values in the {{glossary("psc", "Passive Sign Convention")}} and supports
139+ only charging.
130140""" # noqa: D205, D400
131141
132142from ..actor import ResamplerConfig
You can’t perform that action at this time.
0 commit comments