parse UPS data

This commit is contained in:
saqriphnix 2024-08-16 23:08:28 +03:00
parent aac320a0c8
commit fd2624040c
3 changed files with 53 additions and 5 deletions

View file

@ -19,6 +19,7 @@ class AlertType(StrEnum):
LOGIN = "LOGIN" # TODO
SMART = "SMART" # TODO
RAID = "RAID" # TODO
UPS = "UPS"
class Severity(Enum):