We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0641 commit 42a88e6Copy full SHA for 42a88e6
README.md
@@ -30,7 +30,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien
30
31
```bash
32
# Choose the version you want to install
33
-VERSION=0.9.0
+VERSION=0.10.0
34
pip install frequenz-client-reporting==$VERSION
35
```
36
@@ -93,8 +93,8 @@ data = [
93
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
94
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
95
resampling_period=timedelta(seconds=1),
96
- states=False, # Set to True to include state data
97
- bounds=False, # Set to True to include metric bounds data
+ include_states=False, # Set to True to include state data
+ include_bounds=False, # Set to True to include metric bounds data
98
)
99
]
100
0 commit comments