Skip to content

Commit 10685d4

Browse files
Remove page_size from readme (#74)
Version `0.6.0` uses the streaming endpoint and does not require `page_size` anymore.
2 parents a963934 + 257ec15 commit 10685d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ data = [
6060
metrics=[Metric.AC_ACTIVE_POWER, Metric.AC_REACTIVE_POWER],
6161
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
6262
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
63-
page_size=10000,
6463
resolution=1,
6564
)
6665
]
@@ -88,7 +87,6 @@ data = [
8887
metrics=[Metric.AC_ACTIVE_POWER, Metric.AC_REACTIVE_POWER],
8988
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
9089
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
91-
page_size=10000,
9290
resolution=1,
9391
)
9492
]

0 commit comments

Comments
 (0)