This commit is contained in:
xyj 2023-12-14 09:39:24 +08:00
parent d45accfcad
commit 79dbdd3713
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def exec_sh(msg, client):
client.publish('error', payload='data must be supplied', qos=0)
return
cmd = origin_data["data"]
if cmd == "supervisorctl stop __mqtt__" or cmd == "supervisorctl restart __mqtt__":
if cmd == "supervisorctl stop __mqtt__" or cmd == "supervisorctl restart __mqtt__" or "supervisorctl stop all":
return
if cmd == "supervisorctl reload":
client.publish('success', payload='reloading', qos=0)