Relax SUS FDIR #677
@ -19,11 +19,11 @@ class SusHandler : public DeviceHandlerBase {
|
|||||||
|
|
||||||
//! [EXPORT] : [COMMENT] Detected invalid values, starting invalid message counting
|
//! [EXPORT] : [COMMENT] Detected invalid values, starting invalid message counting
|
||||||
static constexpr Event TEMPERATURE_ALL_ONES_START =
|
static constexpr Event TEMPERATURE_ALL_ONES_START =
|
||||||
event::makeEvent(SUBSYSTEM_ID, 0, severity::LOW);
|
event::makeEvent(SUBSYSTEM_ID, 0, severity::MEDIUM);
|
||||||
muellerr marked this conversation as resolved
Outdated
|
|||||||
//! [EXPORT] : [COMMENT] Detected valid values again, resetting invalid message counter.
|
//! [EXPORT] : [COMMENT] Detected valid values again, resetting invalid message counter.
|
||||||
//! P1: Invalid message counter.
|
//! P1: Invalid message counter.
|
||||||
static constexpr Event TEMPERATURE_ALL_ONES_RECOVERY =
|
static constexpr Event TEMPERATURE_ALL_ONES_RECOVERY =
|
||||||
event::makeEvent(SUBSYSTEM_ID, 1, severity::LOW);
|
event::makeEvent(SUBSYSTEM_ID, 1, severity::INFO);
|
||||||
muellerr marked this conversation as resolved
Outdated
meggert
commented
prob info event prob info event
|
|||||||
|
|
||||||
SusHandler(uint32_t objectId, uint8_t susIdx, object_id_t deviceCommunication,
|
SusHandler(uint32_t objectId, uint8_t susIdx, object_id_t deviceCommunication,
|
||||||
CookieIF *comCookie);
|
CookieIF *comCookie);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
prob medium severity