File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ Initial release of the Frequenz Market Metering API client for Python.
77## New Features
88
99- ` MarketMeteringApiClient ` : Main client class for connecting to the Market Metering service
10- - ` stream_samples() ` : Async iterator for streaming metering samples from Market Locations
10+ - ` upsert_samples() ` : Bidirectional streaming for upserting metering samples.
11+ - ` create_market_location() ` : Create a new Market Location.
12+ - ` update_market_location() ` : Update an existing Market Location.
13+ - ` activate_market_location() ` : Activate a Market Location.
14+ - ` deactivate_market_location() ` : Deactivate a Market Location.
15+ - ` list_market_locations() ` : List Market Locations with filtering and pagination.
1116- ` stream() ` : Channel-based receiver for streaming with automatic reconnection
1217- CLI tool (` marketmetering-cli ` ) for quick access to metering data
1318- Support for multiple market identifier types:
You can’t perform that action at this time.
0 commit comments