mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add support for jar_update, send_command
This commit is contained in:
parent
5cdf114fd5
commit
1b20520ac5
@ -76,4 +76,11 @@ class WebhookFactory:
|
||||
Returns:
|
||||
List[str]: A list of supported monitored actions.
|
||||
"""
|
||||
return ["start_server", "stop_server", "crash_detected", "backup_server"]
|
||||
return [
|
||||
"start_server",
|
||||
"stop_server",
|
||||
"crash_detected",
|
||||
"backup_server",
|
||||
"jar_update",
|
||||
"send_command",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user