From 0e7b0e302313804c9a1e4c91263f8e2d469334ce Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Sun, 6 Jul 2025 04:02:07 +0200 Subject: [PATCH] Add monitor type manual --- pythonkuma/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pythonkuma/models.py b/pythonkuma/models.py index 5ea08b7..8ce2bd2 100644 --- a/pythonkuma/models.py +++ b/pythonkuma/models.py @@ -46,6 +46,7 @@ class MonitorType(StrEnum): SMTP = "smtp" SNMP = "snmp" RABBIT_MQ = "rabbitmq" + MANUAL = "manual" UNKNOWN = "unknown" @classmethod