From 6dcba0defa84afa3b0837a61f08fe3dd7e11a516 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 26 Mar 2019 22:07:01 +0100 Subject: [PATCH] SOL003_71: "Alarm" data type updated --- src/SOL003/definitions/SOL003_def.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SOL003/definitions/SOL003_def.yaml b/src/SOL003/definitions/SOL003_def.yaml index 5e1cc019..06d4c1d1 100644 --- a/src/SOL003/definitions/SOL003_def.yaml +++ b/src/SOL003/definitions/SOL003_def.yaml @@ -79,7 +79,7 @@ definitions: isRootCause: description: > Attribute indicating if this fault is the root for other correlated - alarms. If TRUE, then the alarms listed in the attribute + alarms. If true, then the alarms listed in the attribute CorrelatedAlarmId are caused by this fault. type: boolean correlatedAlarmIds: -- GitLab