File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/frequenz/client/microgrid Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,11 @@ async def __aexit__(
129129 async def get_microgrid_info ( # noqa: DOC502 (raises ApiClientError indirectly)
130130 self ,
131131 ) -> MicrogridInfo :
132- """Fetch the information about the local microgrid.
132+ """Retrieve information about the local microgrid.
133133
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.
134+ This consists of information about the overall microgrid, for example, the
135+ microgrid ID and its location. It does not include information about the
136+ electrical components or sensors in the microgrid.
136137
137138 Returns:
138139 The information about the local microgrid.
You can’t perform that action at this time.
0 commit comments