spahr/handleRecoveryEvents #54

Merged
muellerr merged 5 commits from spahr/handleRecoveryEvents into main 2025-04-01 14:07:10 +02:00
Showing only changes of commit d8ac312e85 - Show all commits

View File

@ -30,9 +30,6 @@ class HasHealthIF {
//! Someone starts a recovery of a component (typically power-cycle).
//! P1: Object Id of the recovering device.
static const Event TRYING_RECOVERY = MAKE_EVENT(10, severity::MEDIUM);
//! Recovery is ongoing. Comes twice during recovery.
//! P1: 0 for the first, 1 for the second event. P2: 0
static const Event RECOVERY_STEP = MAKE_EVENT(11, severity::MEDIUM);
//! Recovery was completed. Not necessarily successful. No parameters.
//! P1: Object Id of the recovering device.
static const Event RECOVERY_DONE = MAKE_EVENT(12, severity::MEDIUM);