Skip to content

Commit d81fdf1

Browse files
committed
WIP: Update MICROGRID_API_URL in example
Use the URL for the v0.18 sandbox. This is a WIP because it actually points to the v0.17 sandbox, as there is no v0.18 sandbox yet. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4ea55b0 commit d81fdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/battery_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from frequenz.sdk import microgrid
1414
from frequenz.sdk.timeseries import ResamplerConfig2
1515

16-
MICROGRID_API_URL = "grpc://microgrid.sandbox.api.frequenz.io:62060"
16+
MICROGRID_API_URL = "grpc://microgrid.sandbox.api.frequenz.io:61060"
1717

1818

1919
async def main() -> None:

0 commit comments

Comments
 (0)