From 1bba5648a792be01f483482a7d7bf272fb344009 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 16 Jun 2024 16:40:18 +0300 Subject: [PATCH] temp is no longer todo --- alerting/alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/alerts.py b/alerting/alerts.py index 15f0716..78d71fd 100644 --- a/alerting/alerts.py +++ b/alerting/alerts.py @@ -13,7 +13,7 @@ class AlertType(StrEnum): TEST = "TEST" RAM = "RAM" # TODO CPU = "CPU" # TODO - TEMP = "TEMP" # TODO + TEMP = "TEMP" LOGIN = "LOGIN" # TODO SMART = "SMART" # TODO RAID = "RAID" # TODO