We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8858164 commit bb8a89cCopy full SHA for bb8a89c
src/frequenz/sdk/microgrid/__init__.py
@@ -112,13 +112,6 @@
112
[`power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power] method that
113
streams the total power measured for all the {{glossary("ev-charger", "EV Chargers")}}
114
at a site.
115
-
116
-It also offers a
117
-[`component_data`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.component_data]
118
-method for fetching the status of individual EV Chargers, including state changes like
119
-when an EV is connected or disconnected, and a
120
-[`set_bounds`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.set_bounds] method
121
-to limit the charge power of individual EV Chargers.
122
""" # noqa: D205, D400
123
124
from ..actor import ResamplerConfig
0 commit comments