diff --git a/src/fsfw/health/HasHealthIF.h b/src/fsfw/health/HasHealthIF.h index 16666bbc..2234a119 100644 --- a/src/fsfw/health/HasHealthIF.h +++ b/src/fsfw/health/HasHealthIF.h @@ -27,7 +27,8 @@ class HasHealthIF { static const Event CHILD_PROBLEMS = MAKE_EVENT(8, severity::LOW); //! Assembly overwrites health information of children to keep satellite alive. static const Event OVERWRITING_HEALTH = MAKE_EVENT(9, severity::LOW); - //! Someone starts a recovery of a component (typically power-cycle). No parameters. + //! 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