We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10ec00 commit 4a67cd5Copy full SHA for 4a67cd5
1 file changed
src/frequenz/client/microgrid/_client.py
@@ -129,10 +129,11 @@ async def __aexit__(
129
async def get_microgrid_info( # noqa: DOC502 (raises ApiClientError indirectly)
130
self,
131
) -> MicrogridInfo:
132
- """Fetch the information about the local microgrid.
+ """Retrieve information about the local microgrid.
133
134
- This consists of information that describes the overall microgrid, as opposed to
135
- its electrical components or sensors, e.g., the microgrid ID, location.
+ This consists of information about the overall microgrid, for example, the
+ microgrid ID and its location. It does not include information about the
136
+ electrical components or sensors in the microgrid.
137
138
Returns:
139
The information about the local microgrid.
0 commit comments