Skip to content
Snippets Groups Projects
Commit e2986b29 authored by Michael Loipführer's avatar Michael Loipführer
Browse files

fix knopf

parent 9f5383b6
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class MQTT:
)
return
await self.state.update_node_topic(msg.topic, int(msg.data))
await self.state.process_updates({msg.topic: int(msg.data)})
async def run(self):
while True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment