From fc8b1b8efb820161fd72df08189c4b24ba86604d Mon Sep 17 00:00:00 2001 From: lengyelb Date: Thu, 7 Aug 2025 17:07:50 +0200 Subject: [PATCH 1/3] Added manuallyCleared 3x Edit TS28111_FaultNrm.yaml --- OpenAPI/TS28111_FaultNrm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenAPI/TS28111_FaultNrm.yaml b/OpenAPI/TS28111_FaultNrm.yaml index eaa9304f9..b86bd3d91 100644 --- a/OpenAPI/TS28111_FaultNrm.yaml +++ b/OpenAPI/TS28111_FaultNrm.yaml @@ -218,6 +218,8 @@ components: securityAlarmDetector: type: string readOnly: true + manuallyCleared: + type: boolean AlarmList-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' @@ -307,6 +309,8 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' rootCauseIndicator: type: boolean + manuallyCleared: + type: boolean NotifyNewSecAlarm: allOf: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader' @@ -344,6 +348,8 @@ components: type: string securityAlarmDetector: type: string + manuallyCleared: + type: boolean NotifyClearedAlarm: allOf: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader' -- GitLab From c61f8c03840e31169159c83088d3aff36b2e85f6 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Thu, 28 Aug 2025 13:24:34 +0200 Subject: [PATCH 2/3] manuallCleared -> clearingType Edit TS28111_FaultNrm.yaml --- OpenAPI/TS28111_FaultNrm.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28111_FaultNrm.yaml b/OpenAPI/TS28111_FaultNrm.yaml index b86bd3d91..c02b83f78 100644 --- a/OpenAPI/TS28111_FaultNrm.yaml +++ b/OpenAPI/TS28111_FaultNrm.yaml @@ -218,8 +218,12 @@ components: securityAlarmDetector: type: string readOnly: true - manuallyCleared: - type: boolean + clearingType: + type: string + enum: + - MANUAL + - AUTOMATIC + default: AUTOMATIC AlarmList-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' @@ -348,8 +352,11 @@ components: type: string securityAlarmDetector: type: string - manuallyCleared: - type: boolean + clearingType: + type: string + enum: + - MANUAL + - AUTOMATIC NotifyClearedAlarm: allOf: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader' -- GitLab From fe8d32dea611446ab1df9976370084c6450349a5 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Thu, 28 Aug 2025 13:30:04 +0200 Subject: [PATCH 3/3] -> clearingType 2 Edit TS28111_FaultNrm.yaml --- OpenAPI/TS28111_FaultNrm.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28111_FaultNrm.yaml b/OpenAPI/TS28111_FaultNrm.yaml index c02b83f78..49619e626 100644 --- a/OpenAPI/TS28111_FaultNrm.yaml +++ b/OpenAPI/TS28111_FaultNrm.yaml @@ -313,8 +313,11 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' rootCauseIndicator: type: boolean - manuallyCleared: - type: boolean + clearingType: + type: string + enum: + - MANUAL + - AUTOMATIC NotifyNewSecAlarm: allOf: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader' -- GitLab