This commit is contained in:
derlole
2025-04-29 13:13:24 +00:00
parent 9721905617
commit 85d9e82f8f

View File

@@ -15,7 +15,7 @@ def fetch_command():
shared.reset_command()
return jsonify(pCd)
@esp.route('/toggle-machine', methods=['POST'])
@esp.route('/toggle-machine', methods=['GET'])
def toggle_machine():
testData = {'test': 'Live-Daten', 'status': 'OK', 'counter': 0}