switching to vue frontend, basic barco control working - still needs styling
This commit is contained in:
parent
b665085833
commit
5bb47c9578
29 changed files with 2300 additions and 27 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue