Skip to content

Commit e5b2f02

Browse files
authored
Document resampling README (#57)
Addressing issue #56 - add the optional resolution of 1 sec to the README.
2 parents 7149cbd + 1146504 commit e5b2f02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien
3030

3131
```bash
3232
# Choose the version to install
33-
VERSION=0.2.0
33+
VERSION=0.3.0
3434
pip install frequenz-client-reporting==$VERSION
3535
```
3636

@@ -60,6 +60,7 @@ data = [
6060
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
6161
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
6262
page_size=10000,
63+
resolution=1,
6364
)
6465
]
6566
```
@@ -87,6 +88,7 @@ data = [
8788
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
8889
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
8990
page_size=10000,
91+
resolution=1,
9092
)
9193
]
9294
```

0 commit comments

Comments
 (0)