Files
gimmiCoffee/routes/shared.py
derlole 9721905617 esp
2025-04-29 13:07:50 +00:00

10 lines
318 B
Python

pending_command = {'command': None, 'command-URL': None, 'command-expected': None, 'command-expected-URL': None}
def reset_command():
global pending_command
pending_command = {
'command': None,
'command-URL': None,
'command-expected': None,
'command-expected-topic': None
}