Skip to content

Commit

Permalink
Update src/frequenz/sdk/microgrid/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro Lucarella <[email protected]>
Signed-off-by: Sahas Subramanian <[email protected]>
  • Loading branch information
shsms and llucax authored Jun 7, 2024
1 parent fc889ee commit cff11b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/frequenz/sdk/microgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@
The SDK provides a unified interface for interacting with sets of Batteries, EV
chargers and PV arrays, through their corresponding `Pool`s.
| pool type | constructor |
|---------------|---------------------------------------------------------------------|
| BatteryPool | [microgrid.battery_pool][frequenz.sdk.microgrid.battery_pool] |
| EVChargerPool | [microgrid.ev_charger_pool][frequenz.sdk.microgrid.ev_charger_pool] |
| PVPool | [microgrid.pv_pool][frequenz.sdk.microgrid.pv_pool] |
* [Battery pool][frequenz.sdk.microgrid.battery_pool]
* [EV charger pool][frequenz.sdk.microgrid.ev_charger_pool]
* [PV pool][frequenz.sdk.microgrid.pv_pool]
All of them provide support for streaming aggregated data and for setting the
power values of the components.
Expand Down

0 comments on commit cff11b9

Please sign in to comment.