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.
2 parents 7149cbd + 1146504 commit e5b2f02Copy full SHA for e5b2f02
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 to install
33
-VERSION=0.2.0
+VERSION=0.3.0
34
pip install frequenz-client-reporting==$VERSION
35
```
36
@@ -60,6 +60,7 @@ data = [
60
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
61
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
62
page_size=10000,
63
+ resolution=1,
64
)
65
]
66
@@ -87,6 +88,7 @@ data = [
87
88
89
90
91
92
93
94
0 commit comments