send start and stop healthchecks signals correctly

This commit is contained in:
Alex Tau 2025-08-15 20:11:32 +03:00
parent 13fd4b05d9
commit 878a4fc092
8 changed files with 54 additions and 38 deletions

View file

@ -2,7 +2,7 @@ from enum import IntEnum, StrEnum
class AlertType(StrEnum):
BOOT = "BOOT"
SELF = "SELF"
ERROR = "ERROR"
TEST = "TEST"
REMIND = "REMIND"