updated port

This commit is contained in:
Etienne Chassaing 2025-08-27 15:32:39 +02:00
parent 28ee78d055
commit 79c5a8e941

View File

@ -436,7 +436,7 @@ async def send_command_with_delay(
await asyncio.sleep(delay_s)
logging.info(f"[AUTO TEST] Sending {state} to PU{pu} after {delay_s}s")
url = f"http://127.0.0.1:8000/command/{state}/pu/{pu}?ploop_setpoint={ploop_setpoint}&qperm_setpoint={qperm_setpoint}"
url = f"http://127.0.0.1:8080/command/{state}/pu/{pu}?ploop_setpoint={ploop_setpoint}&qperm_setpoint={qperm_setpoint}"
try:
async with httpx.AsyncClient(timeout=5.0) as client:
response = await client.post(url)