Replaced /reboot with /shutdown

This commit is contained in:
2023-03-20 13:56:18 +01:00
parent fba52bcfc4
commit 1684c5177c
4 changed files with 10 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ default_config = {
],
},
"commands": ["start", "rules"],
"commands_admin": ["import", "export", "reboot"],
"commands_admin": ["import", "export", "shutdown"],
}