fix: Complete implementation of alarm state

This commit is contained in:
Pax1601
2025-03-24 22:59:41 +01:00
parent 7573720398
commit 8cce77c4d3
13 changed files with 776 additions and 3939 deletions

View File

@@ -48,9 +48,9 @@ namespace ROE {
namespace AlarmState {
enum AlarmStates {
AUTO = 2,
AUTO = 0,
GREEN = 1,
RED = 0,
RED = 2,
};
}