remove mqtt dev

This commit is contained in:
derlole
2025-04-17 12:45:35 +00:00
parent f8cf645325
commit ffa0a56e1e
4 changed files with 3 additions and 45 deletions

View File

@@ -20,6 +20,6 @@ def send_command():
return f"Befehl '{pCd}' gespeichert."
return "Kein Befehl angegeben.", 400
@unsecure.route('/test')
@unsecure.route('/live')
def test():
return render_template('test.html')
return render_template('live.html')