Commit c61f8c03 authored by lengyelb's avatar lengyelb Committed by ruiyue
Browse files

manuallCleared -> clearingType Edit TS28111_FaultNrm.yaml

parent fc8b1b8e
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -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'