remind about persistent alerts

This commit is contained in:
Alex Tau 2025-06-06 00:46:44 +03:00
parent 2c234b2fd0
commit f691180e9b
9 changed files with 115 additions and 30 deletions

View file

@ -4,6 +4,7 @@ from enum import StrEnum
class CheckSet(StrEnum):
START = "start"
STOP = "stop"
REMIND = "remind"
CPU = "cpu"
RAM = "ram"