feat: add support for uptime kuma 1.21.0

This commit is contained in:
lucasheld 2023-03-20 15:14:39 +01:00
parent 550be17817
commit 42c040f451
8 changed files with 329 additions and 12 deletions

View file

@ -19,3 +19,4 @@ class Event(str, Enum):
AUTO_LOGIN = "autoLogin"
INIT_SERVER_TIMEZONE = "initServerTimezone"
MAINTENANCE_LIST = "maintenanceList"
API_KEY_LIST = "apiKeyList"