forked from frequenz-floss/frequenz-client-reporting-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use streaming endpoint in list_microgrid_components_data
The streaming endpoint supports requests for historical data. This replaces the list endpoint with the streaming endpoint. The names in the client are for now unchanged to not break user code. They might be revised when live streaming will also be supported by the service. The list endpoint will most likely be deprecated and removed at some point. Signed-off-by: cwasicki <[email protected]>
- Loading branch information
Showing
4 changed files
with
64 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters