Skip to content

Commit 882f14c

Browse files
authored
Add monitor_id field (#40)
1 parent 81762b8 commit 882f14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonkuma/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class UptimeKumaBaseModel(DataClassDictMixin):
6060
class UptimeKumaMonitor(UptimeKumaBaseModel):
6161
"""Monitor model for Uptime Kuma."""
6262

63+
monitor_id: int | None = None
6364
monitor_cert_days_remaining: int
6465
monitor_cert_is_valid: bool
6566
monitor_hostname: str | None = field(

0 commit comments

Comments
 (0)