You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current method supports requests for data only for a single component. This is reflected in the name of the method, which is not a simple mapping of the gRPC function that is called.
In future, the client will support data from multiple components in a single request (see #19). For that a function list_microgrid_components_data will be implemented that maps to the gRPC function that it calls.
The existing function could then be kept, removed or integrated into the new function.
This discussion was converted from issue #34 on April 12, 2024 13:36.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The current method supports requests for data only for a single component. This is reflected in the name of the method, which is not a simple mapping of the gRPC function that is called.
In future, the client will support data from multiple components in a single request (see #19). For that a function
list_microgrid_components_data
will be implemented that maps to the gRPC function that it calls.The existing function could then be kept, removed or integrated into the new function.
See comment: https://github.com/frequenz-floss/frequenz-client-reporting-python/pull/16/files#r1554004758
Beta Was this translation helpful? Give feedback.
All reactions