get
This commit is contained in:
@@ -15,7 +15,7 @@ def fetch_command():
|
|||||||
shared.reset_command()
|
shared.reset_command()
|
||||||
return jsonify(pCd)
|
return jsonify(pCd)
|
||||||
|
|
||||||
@esp.route('/toggle-machine', methods=['POST'])
|
@esp.route('/toggle-machine', methods=['GET'])
|
||||||
def toggle_machine():
|
def toggle_machine():
|
||||||
|
|
||||||
testData = {'test': 'Live-Daten', 'status': 'OK', 'counter': 0}
|
testData = {'test': 'Live-Daten', 'status': 'OK', 'counter': 0}
|
||||||
|
|||||||
Reference in New Issue
Block a user