switching to vue frontend, basic barco control working - still needs styling

This commit is contained in:
0xEmm 2024-10-24 20:40:43 +02:00
parent b665085833
commit 5bb47c9578
29 changed files with 2300 additions and 27 deletions

View file

@ -27,7 +27,7 @@ async def task_status2mqtt(statusClient: aiomqtt.Client):
async def task_command2serial(controlClient: aiomqtt.Client):
await controlClient.subscribe("p1/tseRelays/#")
async with controlClient.messages() as msgs:
async with controlClient.messages as msgs:
async for mesg in msgs:
mesg: aiomqtt.Message
if mesg.topic.matches('p1/tse_box/+/ukaz'):