{
    "@Redfish.Copyright": "Copyright 2023-2025 DMTF. All rights reserved.",
    "@odata.type": "#MessageRegistry.v1_8_0.MessageRegistry",
    "Id": "Power.1.2.1",
    "Name": "Power Message Registry",
    "Language": "en",
    "Description": "This registry defines messages related to electrical measurements and power distribution equipment.",
    "RegistryPrefix": "Power",
    "RegistryVersion": "1.2.1",
    "OwningEntity": "DMTF",
    "Release": "2025.4",
    "Messages": {
        "VoltageAboveUpperCautionThreshold": {
            "Description": "Indicates that a voltage reading is above the upper caution threshold.",
            "LongDescription": "This message shall indicate that a voltage reading violates an upper caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties.",
            "Message": "Voltage '%1' reading of %2 volts is above the %3 upper caution threshold.",
            "Example": "Voltage 'Mains-B' reading of 255.9 volts is above the 252 upper caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageAboveUpperCriticalThreshold": {
            "Description": "Indicates that a voltage reading is above the upper critical threshold.",
            "LongDescription": "This message shall indicate that a voltage reading violates an upper critical threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties.",
            "Message": "Voltage '%1' reading of %2 volts is above the %3 upper critical threshold.",
            "Example": "Voltage 'Mains-B' reading of 266.1 volts is above the 264 upper critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageAboveUpperFatalThreshold": {
            "Description": "Indicates that a voltage reading is above the upper fatal threshold.",
            "LongDescription": "This message shall indicate that a voltage reading violates an upper fatal threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperFatal` property.",
            "Message": "Voltage '%1' reading of %2 volts is above the %3 upper fatal threshold.",
            "Example": "Voltage 'Mains-B' reading of 287.6 volts is above the 280 upper fatal threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `UpperFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageBelowLowerCautionThreshold": {
            "Description": "Indicates that a voltage reading is below the lower caution threshold.",
            "LongDescription": "This message shall indicate that a voltage reading violates a lower caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties.",
            "Message": "Voltage '%1' reading of %2 volts is below the %3 lower caution threshold.",
            "Example": "Voltage 'Mains-B' reading of 223.6 volts is below the 228 lower caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageBelowLowerCriticalThreshold": {
            "Description": "Indicates that a voltage reading is below the lower critical threshold.",
            "LongDescription": "This message shall indicate that a voltage reading violates a lower critical threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties.",
            "Message": "Voltage '%1' reading of %2 volts is below the %3 lower critical threshold.",
            "Example": "Voltage 'Mains-B' reading of 213.7 volts is below the 216 lower critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageBelowLowerFatalThreshold": {
            "Description": "Indicates that a voltage reading is below the lower fatal threshold.",
            "LongDescription": "This message shall indicate that a voltage reading violates a lower fatal threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerFatal` property.",
            "Message": "Voltage '%1' reading of %2 volts is below the %3 lower fatal threshold.",
            "Example": "Voltage 'Mains-B' reading of 198.2 volts is below the 204 lower fatal threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `LowerFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageBelowUpperFatalThreshold": {
            "Description": "Indicates that a voltage reading is no longer above the upper fatal threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a voltage reading, previously above the fatal threshold, no longer violates the upper fatal threshold.  However, the voltage violates at least one upper threshold and is not within the normal operating range.",
            "Message": "Voltage '%1' reading of %2 volts is now below the %3 upper fatal threshold but remains outside of normal range.",
            "Example": "Voltage 'Mains-B' reading of 266.8 volts is now below the 280 upper fatal threshold but remains outside of normal range.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `UpperFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowUpperFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "VoltageAboveUpperFatalThreshold"
                ]
            }
        },
        "VoltageBelowUpperCriticalThreshold": {
            "Description": "Indicates that a voltage reading is no longer above the upper critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a voltage reading, previously above the critical threshold, no longer violates the upper critical threshold.  However, the voltage violates at least one upper threshold and is not within the normal operating range.",
            "Message": "Voltage '%1' reading of %2 volts is now below the %3 upper critical threshold but remains outside of normal range.",
            "Example": "Voltage 'Mains-B' reading of 261.4 volts is now below the 264 upper critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "VoltageAboveUpperCriticalThreshold"
                ]
            }
        },
        "VoltageAboveLowerFatalThreshold": {
            "Description": "Indicates that a voltage reading is no longer below the lower fatal threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a voltage reading, previously below the fatal threshold, no longer violates the lower fatal threshold.  However, the voltage violates at least one lower threshold and is not within the normal operating range.",
            "Message": "Voltage '%1' reading of %2 volts is now above the %3 lower fatal threshold but remains outside of normal range.",
            "Example": "Voltage 'Mains-B' reading of 209.5 volts is now above the 204 lower fatal threshold but remains outside of normal range.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `LowerFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveLowerFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "VoltageBelowLowerFatalThreshold"
                ]
            }
        },
        "VoltageAboveLowerCriticalThreshold": {
            "Description": "Indicates that a voltage reading is no longer below the lower critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a voltage reading, previously below the lower critical threshold, no longer violates the lower critical threshold.  However, the voltage violates at least one lower threshold and is not within the normal operating range.",
            "Message": "Voltage '%1' reading of %2 volts is now above the %3 lower critical threshold but remains outside of normal range.",
            "Example": "Voltage 'Mains-B' reading of 219.8 volts is now above the 216 lower critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts.",
                "This argument shall contain the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "VoltageBelowLowerCriticalThreshold"
                ]
            }
        },
        "VoltageWarning": {
            "Description": "Indicates that a voltage reading exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a voltage reading violates an internal warning level.  This message shall be used for voltage properties or `Sensor` resources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value.  The voltage properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Voltage '%1' reading of %2 volts exceeds the warning level.",
            "Example": "Voltage 'Mains-B' reading of 254.1 volts exceeds the warning level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingWarning"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageCritical": {
            "Description": "Indicates that a voltage reading exceeds an internal critical level.",
            "LongDescription": "This message shall indicate that a voltage reading violates an internal critical level.  This message shall be used for voltage properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The voltage properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Voltage '%1' reading of %2 volts exceeds the critical level.",
            "Example": "Voltage 'Mains-B' reading of 267.1 volts exceeds the critical level.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "VoltageNoLongerCritical": {
            "Description": "Indicates that a voltage reading no longer exceeds an internal critical level but still exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a voltage reading no longer violates an internal critical level but still violates an internal warning level.  This message shall be used for voltage properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The voltage properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Voltage '%1' reading of %2 volts no longer exceeds the critical level.",
            "Example": "Voltage 'Mains-B' reading of 257.3 volts no longer exceeds the critical level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingNoLongerCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "VoltageCritical"
                ]
            }
        },
        "VoltageNormal": {
            "Description": "Indicates that a voltage reading is now within normal operating range.",
            "LongDescription": "This message shall indicate that a voltage reading has returned to its normal operating range.",
            "Message": "Voltage '%1' reading of %2 volts is within normal operating range.",
            "Example": "Voltage 'Mains-B' reading of 244.8 volts is within normal operating range.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the voltage reading.",
                "The voltage in volts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.",
                "This argument shall contain the voltage in volts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.SensorReadingNormalRange"
            ],
            "Resolution": "None.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "VoltageAboveUpperCautionThreshold",
                    "VoltageAboveUpperCriticalThreshold",
                    "VoltageAboveUpperFatalThreshold",
                    "VoltageBelowUpperFatalThreshold",
                    "VoltageBelowUpperCriticalThreshold",
                    "VoltageBelowLowerCautionThreshold",
                    "VoltageBelowLowerCriticalThreshold",
                    "VoltageBelowLowerFatalThreshold",
                    "VoltageAboveLowerFatalThreshold",
                    "VoltageAboveLowerCriticalThreshold",
                    "VoltageWarning",
                    "VoltageCritical",
                    "VoltageNoLongerCritical"
                ]
            }
        },
        "CurrentAboveUpperCautionThreshold": {
            "Description": "Indicates that a current reading is above the upper caution threshold.",
            "LongDescription": "This message shall indicate that a current reading violates an upper caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties.",
            "Message": "Current '%1' reading of %2 amperes is above the %3 upper caution threshold.",
            "Example": "Current 'Branch-C' reading of 25.6 amperes is above the 24.0 upper caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentAboveUpperCriticalThreshold": {
            "Description": "Indicates that a current reading is above the upper critical threshold.",
            "LongDescription": "This message shall indicate that a current reading violates an upper critical threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties.",
            "Message": "Current '%1' reading of %2 amperes is above the %3 upper critical threshold.",
            "Example": "Current 'Branch-C' reading of 28.42 amperes is above the 28.0 upper critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentAboveUpperFatalThreshold": {
            "Description": "Indicates that a current reading is above the upper fatal threshold.",
            "LongDescription": "This message shall indicate that a current reading violates an upper fatal threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperFatal` property.",
            "Message": "Current '%1' reading of %2 amperes is above the %3 upper fatal threshold.",
            "Example": "Current 'Branch-C' reading of 30.28 amperes is above the 30 upper fatal threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `UpperFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentBelowLowerCautionThreshold": {
            "Description": "Indicates that a current reading is below the lower caution threshold.",
            "LongDescription": "This message shall indicate that a current reading violates a lower caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties.",
            "Message": "Current '%1' reading of %2 amperes is below the %3 lower caution threshold.",
            "Example": "Current 'Branch-C' reading of 2.15 amperes is below the 3.0 lower caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentBelowLowerCriticalThreshold": {
            "Description": "Indicates that a current reading is below the lower critical threshold.",
            "LongDescription": "This message shall indicate that a current reading violates a lower critical threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties.",
            "Message": "Current '%1' reading of %2 amperes is below the %3 lower critical threshold.",
            "Example": "Current 'Branch-C' reading of 1.3 amperes is below the 2.0 lower critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentBelowLowerFatalThreshold": {
            "Description": "Indicates that a current reading is below the lower fatal threshold.",
            "LongDescription": "This message shall indicate that a current reading violates a lower fatal threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerFatal` property.",
            "Message": "Current '%1' reading of %2 amperes is below the %3 lower fatal threshold.",
            "Example": "Current 'Branch-C' reading of 0.29 amperes is below the 0.5 lower fatal threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `LowerFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentBelowUpperFatalThreshold": {
            "Description": "Indicates that a current reading is no longer above the upper fatal threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a current reading, previously above the fatal threshold, no longer violates the upper fatal threshold.  However, the current violates at least one upper threshold and is not within the normal operating range.",
            "Message": "Current '%1' reading of %2 amperes is now below the %3 upper fatal threshold but remains outside of normal range.",
            "Example": "Current 'Branch-C' reading of 28.4 amperes is now below the 30 upper fatal threshold but remains outside of normal range.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `UpperFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowUpperFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "CurrentAboveUpperFatalThreshold"
                ]
            }
        },
        "CurrentBelowUpperCriticalThreshold": {
            "Description": "Indicates that a current reading is no longer above the upper critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a current reading, previously above the critical threshold, no longer violates the upper critical threshold.  However, the current violates at least one upper threshold and is not within the normal operating range.",
            "Message": "Current '%1' reading of %2 amperes is now below the %3 upper critical threshold but remains outside of normal range.",
            "Example": "Current 'Branch-C' reading of 27.3 amperes is now below the 28.0 upper critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "CurrentAboveUpperCriticalThreshold"
                ]
            }
        },
        "CurrentAboveLowerFatalThreshold": {
            "Description": "Indicates that a current reading is no longer below the lower fatal threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a current reading, previously below the fatal threshold, no longer violates the lower fatal threshold.  However, the current violates at least one lower threshold and is not within the normal operating range.",
            "Message": "Current '%1' reading of %2 amperes is now above the %3 lower fatal threshold but remains outside of normal range.",
            "Example": "Current 'Branch-C' reading of 1.57 amperes is now above the 0.5 lower fatal threshold but remains outside of normal range.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `LowerFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveLowerFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "CurrentBelowLowerFatalThreshold"
                ]
            }
        },
        "CurrentAboveLowerCriticalThreshold": {
            "Description": "Indicates that a current reading is no longer below the lower critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a current reading, previously below the lower critical threshold, no longer violates the lower critical threshold.  However, the current violates at least one lower threshold and is not within the normal operating range.",
            "Message": "Current '%1' reading of %2 amperes is now above the %3 lower critical threshold but remains outside of normal range.",
            "Example": "Current 'Branch-C' reading of 2.1 amperes is now above the 2 lower critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes.",
                "This argument shall contain the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "CurrentBelowLowerCriticalThreshold"
                ]
            }
        },
        "CurrentWarning": {
            "Description": "Indicates that a current reading exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a current reading violates an internal warning level.  This message shall be used for current-related properties or `Sensor` resources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value.  The current-related properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Current '%1' reading of %2 amperes exceeds the warning level.",
            "Example": "Current 'Branch-C' reading of 25.7 amperes exceeds the warning level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingWarning"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentCritical": {
            "Description": "Indicates that a current reading exceeds an internal critical level.",
            "LongDescription": "This message shall indicate that a current reading violates an internal critical level.  This message shall be used for current-related properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The current-related properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Current '%1' reading of %2 amperes exceeds the critical level.",
            "Example": "Current 'Branch-C' reading of 28.3 amperes exceeds the critical level.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "CurrentNoLongerCritical": {
            "Description": "Indicates that a current reading no longer exceeds an internal critical level but still exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a current reading no longer violates an internal critical level but still exceeds an internal warning level.  This message shall be used for current-related properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The current-related properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Current '%1' reading of %2 amperes no longer exceeds the critical level.",
            "Example": "Current 'Branch-C' reading of 27.2 amperes no longer exceeds the critical level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in amperes."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in amperes."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingNoLongerCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "CurrentCritical"
                ]
            }
        },
        "CurrentNormal": {
            "Description": "Indicates that a current reading is now within normal operating range.",
            "LongDescription": "This message shall indicate that a current reading has returned to its normal operating range.",
            "Message": "Current '%1' reading of %2 amperes is within normal operating range.",
            "Example": "Current 'Branch-C' reading of 13.7 amperes is within normal operating range.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the current reading.",
                "The current in ampere units."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the current reading.",
                "This argument shall contain the current in ampere units."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.SensorReadingNormalRange"
            ],
            "Resolution": "None.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "CurrentAboveUpperCautionThreshold",
                    "CurrentAboveUpperCriticalThreshold",
                    "CurrentAboveUpperFatalThreshold",
                    "CurrentBelowUpperFatalThreshold",
                    "CurrentBelowUpperCriticalThreshold",
                    "CurrentBelowLowerCautionThreshold",
                    "CurrentBelowLowerCriticalThreshold",
                    "CurrentBelowLowerFatalThreshold",
                    "CurrentAboveLowerFatalThreshold",
                    "CurrentAboveLowerCriticalThreshold",
                    "CurrentCritical",
                    "CurrentNoLongerCritical",
                    "CurrentWarning"
                ]
            }
        },
        "PowerAboveUpperCautionThreshold": {
            "Description": "Indicates that a power reading is above the upper caution threshold.",
            "LongDescription": "This message shall indicate that a power reading violates an upper caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties.",
            "Message": "Power '%1' reading of %2 watts is above the %3 upper caution threshold.",
            "Example": "Power 'Rack8' reading of 28192 watts is above the 28000 upper caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerAboveUpperCriticalThreshold": {
            "Description": "Indicates that a power reading is above the upper critical threshold.",
            "LongDescription": "This message shall indicate that a power reading violates an upper critical threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties.",
            "Message": "Power '%1' reading of %2 watts is above the %3 upper critical threshold.",
            "Example": "Power 'Rack8' reading of 31533 watts is above the 30000 upper critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerAboveUpperFatalThreshold": {
            "Description": "Indicates that a power reading is above the upper fatal threshold.",
            "LongDescription": "This message shall indicate that a power reading violates an upper fatal threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperFatal` property.",
            "Message": "Power '%1' reading of %2 watts is above the %3 upper fatal threshold.",
            "Example": "Power 'Rack8' reading of 32862 watts is above the 32000 upper fatal threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `UpperFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerBelowLowerCautionThreshold": {
            "Description": "Indicates that a power reading is below the lower caution threshold.",
            "LongDescription": "This message shall indicate that a power reading violates a lower caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties.",
            "Message": "Power '%1' reading of %2 watts is below the %3 lower caution threshold.",
            "Example": "Power 'Rack9' reading of 462.6 watts is below the 500 lower caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerBelowLowerCriticalThreshold": {
            "Description": "Indicates that a power reading is below the lower critical threshold.",
            "LongDescription": "This message shall indicate that a power reading violates a lower critical threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties.",
            "Message": "Power '%1' reading of %2 watts is below the %3 lower critical threshold.",
            "Example": "Power 'Rack9' reading of 179.8 watts is below the 200 lower critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerBelowLowerFatalThreshold": {
            "Description": "Indicates that a power reading is below the lower fatal threshold.",
            "LongDescription": "This message shall indicate that a power reading violates a lower fatal threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerFatal` property.",
            "Message": "Power '%1' reading of %2 watts is below the %3 lower fatal threshold.",
            "Example": "Power 'Rack9' reading of 162.3 watts is below the 200.0 lower fatal threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `LowerFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerBelowUpperFatalThreshold": {
            "Description": "Indicates that a power reading is no longer above the upper fatal threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a power reading, previously above the fatal threshold, no longer violates the upper fatal threshold.  However, the power violates at least one upper threshold and is not within the normal operating range.",
            "Message": "Power '%1' reading of %2 watts is now below the %3 upper fatal threshold but remains outside of normal range.",
            "Example": "Power 'Rack9' reading of 31419 watts is now below the 32000 upper fatal threshold but remains outside of normal range.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `UpperFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowUpperFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerAboveUpperFatalThreshold"
                ]
            }
        },
        "PowerBelowUpperCriticalThreshold": {
            "Description": "Indicates that a power reading is no longer above the upper critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a power reading, previously above the critical threshold, no longer violates the upper critical threshold.  However, the power violates at least one upper threshold and is not within the normal operating range.",
            "Message": "Power '%1' reading of %2 watts is now below the %3 upper critical threshold but remains outside of normal range.",
            "Example": "Power 'Rack9' reading of 26812 watts is now below the 30000 upper critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerAboveUpperCriticalThreshold"
                ]
            }
        },
        "PowerAboveLowerFatalThreshold": {
            "Description": "Indicates that a power reading is no longer below the lower fatal threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a power reading, previously below the fatal threshold, no longer violates the lower fatal threshold.  However, the power violates at least one lower threshold and is not within the normal operating range.",
            "Message": "Power '%1' reading of %2 watts is now above the %3 lower fatal threshold but remains outside of normal range.",
            "Example": "Power 'Rack9' reading of 227 watts is now above the 200 lower fatal threshold but remains outside of normal range.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `LowerFatal` property of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveLowerFatalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerBelowLowerFatalThreshold"
                ]
            }
        },
        "PowerAboveLowerCriticalThreshold": {
            "Description": "Indicates that a power reading is no longer below the lower critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a power reading, previously below the lower critical threshold, no longer violates the lower critical threshold.  However, the power violates at least one lower threshold and is not within the normal operating range.",
            "Message": "Power '%1' reading of %2 watts is now above the %3 lower critical threshold but remains outside of normal range.",
            "Example": "Power 'Rack9' reading of 310.8 watts is now above the 300 lower critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts.",
                "This argument shall contain the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerBelowLowerCriticalThreshold"
                ]
            }
        },
        "PowerWarning": {
            "Description": "Indicates that a power reading exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a power reading violates an internal warning level.  This message shall be used for power properties or `Sensor` resources that implement boolean trip points for a warning limit, such as from hardware mechanisms with no threshold value.  The power properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Power '%1' reading of %2 watts exceeds the warning level.",
            "Example": "Power 'GPU#3' reading of 468.7 watts exceeds the warning level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingWarning"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerCritical": {
            "Description": "Indicates that a power reading exceeds an internal critical level.",
            "LongDescription": "This message shall indicate that a power reading violates an internal critical level.  This message shall be used for power properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The power properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Power '%1' reading of %2 watts exceeds the critical level.",
            "Example": "Power 'GPU#3' reading of 531.2 watts exceeds the critical level.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "PowerNoLongerCritical": {
            "Description": "Indicates that a power reading no longer exceeds an internal critical level but still exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a power reading no longer violates an internal critical level but still exceeds an internal warning level.  This message shall be used for power properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The power properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Power '%1' reading of %2 watts no longer exceeds the critical level.",
            "Example": "Power 'GPU#3' reading of 371.5 watts no longer exceeds the critical level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingNoLongerCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerCritical"
                ]
            }
        },
        "PowerNormal": {
            "Description": "Indicates that a power reading is now within normal operating range.",
            "LongDescription": "This message shall indicate that a power reading has returned to its normal operating range.",
            "Message": "Power '%1' reading of %2 watts is within normal operating range.",
            "Example": "Power 'GPU#3' reading of 285.2 watts is within normal operating range.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power reading.",
                "The power in watts."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the power reading.",
                "This argument shall contain the power in watts."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.SensorReadingNormalRange"
            ],
            "Resolution": "None.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerAboveUpperCautionThreshold",
                    "PowerAboveUpperCriticalThreshold",
                    "PowerAboveUpperFatalThreshold",
                    "PowerBelowUpperFatalThreshold",
                    "PowerBelowUpperCriticalThreshold",
                    "PowerBelowLowerCautionThreshold",
                    "PowerBelowLowerCriticalThreshold",
                    "PowerBelowLowerFatalThreshold",
                    "PowerAboveLowerFatalThreshold",
                    "PowerAboveLowerCriticalThreshold",
                    "PowerWarning",
                    "PowerCritical",
                    "PowerNoLongerCritical"
                ]
            }
        },
        "FrequencyAboveUpperCautionThreshold": {
            "Description": "Indicates that a frequency reading is above the upper caution threshold.",
            "LongDescription": "This message shall indicate that a frequency reading violates an upper caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties.",
            "Message": "Frequency '%1' reading of %2 hertz is above the %3 upper caution threshold.",
            "Example": "Frequency 'Mains' reading of 60.18 hertz is above the 60.15 upper caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz units.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz units.",
                "This argument shall contain the value of the `Reading` property within the `UpperCaution` or `UpperCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "FrequencyAboveUpperCriticalThreshold": {
            "Description": "Indicates that a frequency reading is above the upper critical threshold.",
            "LongDescription": "This message shall indicate that a frequency reading violates an upper caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is above the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties.",
            "Message": "Frequency '%1' reading of %2 hertz is above the %3 upper critical threshold.",
            "Example": "Frequency 'Mains' reading of 60.32 hertz is above the 60.30 upper critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz units.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz units.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "FrequencyBelowLowerCautionThreshold": {
            "Description": "Indicates that a frequency reading is below the lower caution threshold.",
            "LongDescription": "This message shall indicate that a frequency reading violates an lower caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties.",
            "Message": "Frequency '%1' reading of %2 hertz is below the %3 lower caution threshold.",
            "Example": "Frequency 'Mains' reading of 59.81 hertz is below the 59.85 lower caution threshold.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz units.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz units.",
                "This argument shall contain the value of the `Reading` property within the `LowerCaution` or `LowerCautionUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCautionThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "FrequencyBelowLowerCriticalThreshold": {
            "Description": "Indicates that a frequency reading is below the lower critical threshold.",
            "LongDescription": "This message shall indicate that a frequency reading violates a lower caution threshold.  If the reading originates from a `Sensor` resource, the message shall indicate that the value of the `Reading` property is below the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties.",
            "Message": "Frequency '%1' reading of %2 hertz is below the %3 lower critical threshold.",
            "Example": "Frequency 'Mains' reading of 59.64 hertz is below the 59.70 lower critical threshold.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz units.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "FrequencyBelowUpperCriticalThreshold": {
            "Description": "Indicates that a frequency reading is no longer above the upper critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a frequency reading, previously above the critical threshold, no longer violates the upper critical threshold.  However, the frequency violates at least one upper threshold and is not within the normal operating range.",
            "Message": "Frequency '%1' reading of %2 hertz is now below the %3 upper critical threshold but remains outside of normal range.",
            "Example": "Frequency 'Mains' reading of 60.18 hertz is now below the 60.30 upper critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz units.",
                "This argument shall contain the value of the `Reading` property within the `UpperCritical` or `UpperCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingBelowUpperCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "FrequencyAboveUpperCriticalThreshold"
                ]
            }
        },
        "FrequencyAboveLowerCriticalThreshold": {
            "Description": "Indicates that a frequency reading is no longer below the lower critical threshold but is still outside of normal operating range.",
            "LongDescription": "This message shall indicate that a frequency reading, previously below the lower critical threshold, no longer violates the lower critical threshold.  However, the frequency violates at least one lower threshold and is not within the normal operating range.",
            "Message": "Frequency '%1' reading of %2 hertz is now above the %3 lower critical threshold but remains outside of normal range.",
            "Example": "Frequency 'Mains' reading of 59.78 hertz is now above the 59.7 lower critical threshold but remains outside of normal range.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz.",
                "The threshold value."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz.",
                "This argument shall contain the value of the `Reading` property within the `LowerCritical` or `LowerCriticalUser` properties of the `Sensor` resource."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingAboveLowerCriticalThreshold"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "FrequencyBelowLowerCriticalThreshold"
                ]
            }
        },
        "FrequencyWarning": {
            "Description": "Indicates that a frequency reading exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a frequency reading violates an internal warning level.  This message shall be used for frequency properties or `Sensor` resources that implement boolean trip points for a warning limit, such as from hardware mechanisms with no threshold value.  The frequency properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Frequency '%1' reading of %2 hertz exceeds the warning level.",
            "Example": "Frequency 'Mains' reading of 60.19 hertz exceeds the warning level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingWarning"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "FrequencyCritical": {
            "Description": "Indicates that a frequency reading exceeds an internal critical level.",
            "LongDescription": "This message shall indicate that a frequency reading violates an internal critical level.  This message shall be used for frequency properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The frequency properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Frequency '%1' reading of %2 hertz exceeds the critical level.",
            "Example": "Frequency 'Mains' reading of 60.34 hertz exceeds the critical level.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition."
        },
        "FrequencyNoLongerCritical": {
            "Description": "Indicates that a frequency reading no longer exceeds an internal critical level but still exceeds an internal warning level.",
            "LongDescription": "This message shall indicate that a frequency reading no longer violates an internal critical level but still exceeds an internal warning level.  This message shall be used for frequency properties or `Sensor` resources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value.  The frequency properties or `Sensor` resources may contain readable thresholds that coexist with this unspecified trip point.",
            "Message": "Frequency '%1' reading of %2 hertz no longer exceeds the critical level.",
            "Example": "Frequency 'Mains' reading of 59.81 hertz no longer exceeds the critical level.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The frequency in hertz."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.ReadingNoLongerCritical"
            ],
            "Resolution": "Check the condition of the resource listed in OriginOfCondition.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerCritical"
                ]
            }
        },
        "FrequencyNormal": {
            "Description": "Indicates that a frequency reading is now within normal operating range.",
            "LongDescription": "This message shall indicate that a frequency reading has returned to its normal operating range.",
            "Message": "Frequency '%1' reading of %2 hertz is within normal operating range.",
            "Example": "Frequency 'Mains' reading of 60.07 hertz is within normal operating range.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "number"
            ],
            "ArgDescriptions": [
                "The name or identifier of the frequency reading.",
                "The hertz frequency."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.",
                "This argument shall contain the frequency in hertz units."
            ],
            "MapsToGeneralMessages": [
                "SensorEvent.SensorReadingNormalRange"
            ],
            "Resolution": "None.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "FrequencyAboveUpperCautionThreshold",
                    "FrequencyAboveUpperCriticalThreshold",
                    "FrequencyBelowUpperCriticalThreshold",
                    "FrequencyBelowLowerCautionThreshold",
                    "FrequencyBelowLowerCriticalThreshold",
                    "FrequencyAboveLowerCriticalThreshold",
                    "FrequencyWarning",
                    "FrequencyCritical",
                    "FrequencyNoLongerCritical"
                ]
            }
        },
        "CircuitPoweredOn": {
            "Description": "Indicates that a circuit was powered on.",
            "LongDescription": "This message shall indicate that the value of the `PowerState` property of a `Circuit` resource changed to `On`.",
            "Message": "Circuit '%1' powered on.",
            "Example": "Circuit 'Branch 4' powered on.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the circuit."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `Circuit` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourcePoweredOn"
            ],
            "Resolution": "None."
        },
        "CircuitPoweredOff": {
            "Description": "Indicates that a circuit was powered off.",
            "LongDescription": "This message shall indicate that the value of the `PowerState` property of a `Circuit` resource changed to `Off`.",
            "Message": "Circuit '%1' powered off.",
            "Example": "Circuit 'Branch 4' powered off.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the circuit."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `Circuit` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourcePoweredOff"
            ],
            "Resolution": "None."
        },
        "OutletPoweredOn": {
            "Description": "Indicates that an outlet was powered on.",
            "LongDescription": "This message shall indicate that the value of the `PowerState` property of an `Outlet` resource changed to `On`.",
            "Message": "Outlet '%1' powered on.",
            "Example": "Outlet 'C1' powered on.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the outlet."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `Outlet` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourcePoweredOn"
            ],
            "Resolution": "None."
        },
        "OutletPoweredOff": {
            "Description": "Indicates that an outlet was powered off.",
            "LongDescription": "This message shall indicate that the value of the `PowerState` property of an `Outlet` resource changed to `Off`.",
            "Message": "Outlet '%1' powered off.",
            "Example": "Outlet 'C6' powered off.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the outlet."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `Outlet` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourcePoweredOff"
            ],
            "Resolution": "None."
        },
        "BreakerTripped": {
            "Description": "Indicates that a circuit breaker tripped.",
            "LongDescription": "This message shall indicate that a circuit breaker tripped due to an over-current condition or an electrical fault.",
            "Message": "Breaker '%1' has tripped.",
            "Example": "Breaker '7' has tripped.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the circuit."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `Circuit` resource or the location of the electrical fault."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedCritical",
                "ResourceEvent.ResourcePoweredOff"
            ],
            "Resolution": "Check the circuit and connected devices, and disconnect or replace any faulty devices."
        },
        "BreakerReset": {
            "Description": "Indicates that a circuit breaker reset.",
            "LongDescription": "This message shall indicate that a circuit breaker reset.  The power state may depend on any policy applicable to the circuit or resource.",
            "Message": "Breaker '%1' reset.",
            "Example": "Breaker '7' reset.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the circuit."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `Circuit` resource or the location of the circuit breaker."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedOk"
            ],
            "Resolution": "None."
        },
        "BreakerFault": {
            "Description": "Indicates that a circuit breaker has an internal fault.",
            "LongDescription": "This message shall indicate that a fault was detected within a circuit breaker.  The power state of the circuit may not be known.",
            "Message": "Fault detected in breaker '%1'.",
            "Example": "Fault detected in breaker '14'.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the circuit."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `Circuit` resource or the location of the circuit breaker."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedCritical"
            ],
            "Resolution": "Check the breaker hardware and replace any faulty components."
        },
        "PowerSupplyFailed": {
            "Description": "Indicates that a power supply has failed.",
            "LongDescription": "This message shall indicate that a power supply has failed.",
            "Message": "Power supply '%1' has failed.",
            "Example": "Power supply 'B2' has failed.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `PowerSupply` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedCritical"
            ],
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerSupplyPredictiveFailure",
                    "PowerSupplyWarning"
                ]
            },
            "Resolution": "Check the power supply hardware and replace any faulty component."
        },
        "PowerSupplyPredictiveFailure": {
            "Description": "Indicates that the power supply predicted a future failure condition.",
            "LongDescription": "This message shall indicate a power supply predicted a future failure condition, but the power supply remains functional.",
            "Message": "Power supply '%1' has a predicted failure condition.",
            "Example": "Power supply 'A5' has a predicted failure condition.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `PowerSupply` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedWarning"
            ],
            "Resolution": "Check the power supply hardware and replace any faulty component."
        },
        "PowerSupplyWarning": {
            "Description": "Indicates that a power supply has a warning condition.",
            "LongDescription": "This message shall indicate that a power supply has a warning condition but continues to supply output power.",
            "Message": "Power supply '%1' has a warning condition.",
            "Example": "Power supply 'B2' has a warning condition.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `PowerSupply` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedWarning"
            ],
            "Resolution": "Check the power supply hardware and replace any faulty component."
        },
        "PowerSupplyRestored": {
            "Description": "Indicates that a power supply was repaired or restored to normal operation.",
            "LongDescription": "This message shall indicate that a power supply was repaired, replaced, or otherwise returned to normal operation.",
            "Message": "Power supply '%1' was restored.",
            "Example": "Power supply 'B2' was restored.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `PowerSupply` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedOK"
            ],
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerSupplyFailed",
                    "PowerSupplyPredictiveFailure",
                    "PowerSupplyWarning"
                ]
            },
            "Resolution": "None."
        },
        "LossOfInputPower": {
            "Description": "Indicates a loss of power at an electrical input.",
            "LongDescription": "This message shall indicate that a loss of power was detected at an electrical input.",
            "Message": "Loss of input power at '%1'.",
            "Example": "Loss of input power at 'AC Input B'.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the electrical input or equipment."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes a `PowerSupply`, `Circuit`, `PowerDistribution`, or `Chassis` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedWarning"
            ],
            "Resolution": "Check the electrical power input and connections."
        },
        "LineInputPowerFault": {
            "Description": "Indicates a fault on an electrical power input.",
            "LongDescription": "This message shall indicate that a power fault was detected at an electrical input.  The equipment may not be able to produce output power.",
            "Message": "Line input power fault at '%1'.",
            "Example": "Line input power fault at 'AC Input B'.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the electrical input or equipment."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes a `PowerSupply`, `Circuit`, `PowerDistribution`, or `Chassis` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedWarning"
            ],
            "Resolution": "Check the electrical power input and connections."
        },
        "LineInputPowerRestored": {
            "Description": "Indicates that an electrical power input was restored to normal operation.",
            "LongDescription": "This message shall indicate that an electrical power input was repaired, reconnected, or otherwise returned to normal operation.",
            "Message": "Line input power at '%1' was restored.",
            "Example": "Line input power at 'AC Input B' was restored.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the electrical input or equipment."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes a `PowerSupply`, `Circuit`, `PowerDistribution`, or `Chassis` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedOK"
            ],
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "LineInputPowerFault",
                    "LossOfInputPower"
                ]
            },
            "Resolution": "None."
        },
        "PowerSupplyRemoved": {
            "Description": "Indicates that a power supply was removed.",
            "LongDescription": "This message shall indicate that a power supply was removed.",
            "Message": "Power supply '%1' was removed.",
            "Example": "Power supply 'B4' was removed.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `PowerSupply` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStateChanged"
            ],
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerSupplyWarning",
                    "PowerSupplyPredictiveFailure",
                    "PowerSupplyFailed"
                ]
            },
            "Resolution": "None."
        },
        "PowerSupplyInserted": {
            "Description": "Indicates that a power supply was inserted or installed.",
            "LongDescription": "This message shall indicate that a power supply was inserted or installed.",
            "Message": "Power supply '%1' was inserted.",
            "Example": "Power supply 'B4' was inserted.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the `PowerSupply` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStateChanged"
            ],
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerSupplyWarning",
                    "PowerSupplyPredictiveFailure",
                    "PowerSupplyFailed",
                    "PowerSupplyRemoved"
                ]
            },
            "Resolution": "None."
        },
        "PowerSupplyGroupCritical": {
            "Description": "Indicates that a power supply group has a critical status.",
            "LongDescription": "This message shall indicate that a power supply group is operating in a critical state.",
            "Message": "Power supply group '%1' is in a critical state.",
            "Example": "Power supply group 'B Side' is in a critical state.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply group."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the group of `PowerSupply` resources."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedCritical"
            ],
            "Resolution": "None."
        },
        "PowerSupplyGroupWarning": {
            "Description": "Indicates that a power supply group has a warning status.",
            "LongDescription": "This message shall indicate that a power supply group is operating with a warning status or in a non-redundant state due to a fault or a change in configuration.",
            "Message": "Power supply group '%1' is in a warning state.",
            "Example": "Power supply group 'B Side' is in a warning state.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply group."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the group of `PowerSupply` resources."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedWarning"
            ],
            "Resolution": "None."
        },
        "PowerSupplyGroupNormal": {
            "Description": "Indicates that a power supply group has returned to normal operations.",
            "LongDescription": "This message shall indicate that a power supply group has returned to a normal operating state.",
            "Message": "Power supply group '%1' is operating normally.",
            "Example": "Power supply group 'B Side' is operating normally.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power supply group."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the group of `PowerSupply` resources."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedOK"
            ],
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerSupplyGroupCritical",
                    "PowerSupplyGroupWarning"
                ]
            },
            "Resolution": "None."
        },
        "PowerDistributionGroupCritical": {
            "Description": "Indicates that a power distribution group has a critical status.",
            "LongDescription": "This message shall indicate that a power distribution group is operating in a critical state.",
            "Message": "Power distribution group '%1' is in a critical state.",
            "Example": "Power distribution group 'Row 5' is in a critical state.",
            "MessageSeverity": "Critical",
            "Severity": "Critical",
            "VersionAdded": "1.2.0",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power distribution group."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the group of `PowerDistribution` resources."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedCritical"
            ],
            "Resolution": "Check the electrical connections and power equipment related to this power distribution group."
        },
        "PowerDistributionGroupWarning": {
            "Description": "Indicates that a power distribution group has a warning status.",
            "LongDescription": "This message shall indicate that a power distribution group is operating with a warning status or in a non-redundant state due to a fault or a change in configuration.",
            "Message": "Power distribution group '%1' is in a warning state.",
            "Example": "Power distribution group 'Row 5' is in a warning state.",
            "MessageSeverity": "Warning",
            "Severity": "Warning",
            "VersionAdded": "1.2.0",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power distribution group."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the group of `PowerDistribution` resources."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedWarning"
            ],
            "Resolution": "Check the electrical connections and power equipment related to this power distribution group."
        },
        "PowerDistributionGroupNormal": {
            "Description": "Indicates that a power distribution group has returned to normal operations.",
            "LongDescription": "This message shall indicate that a power distribution group has returned to a normal operating state.",
            "Message": "Power distribution group '%1' is operating normally.",
            "Example": "Power distribution group 'Row 5' is operating normally.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "VersionAdded": "1.2.0",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the power distribution group."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that identifies or describes the group of `PowerDistribution` resources."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourceStatusChangedOK"
            ],
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "PowerDistributionGroupCritical",
                    "PowerDistributionGroupWarning"
                ]
            },
            "Resolution": "None."
        },
        "ChassisPoweredOff": {
            "Description": "Indicates that the power state of a chassis changed to off.",
            "LongDescription": "This message shall indicate that the value of the `PowerState` property of a `Chassis` resource changed to `Off`.",
            "Message": "%1 '%2' powered off.",
            "Example": "Rack 'A7' powered off.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "VersionAdded": "1.1.0",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The type or product category of the chassis.",
                "The name or identifier for the chassis."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that describes the chassis type or the product category of the `Chassis` resource.  For some resources, the value of `ChassisType`, such as `Rack`, may provide an appropriate description, while other resources, such as  servers with `ChassisType` values of `RackMount`, `StandAlone`, `Blade`, or `Sled` could all be better described as a `Server`.",
                "This argument shall contain a string that identifies or describes the `Chassis` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourcePoweredOff"
            ],
            "Resolution": "None."
        },
        "ChassisPoweredOn": {
            "Description": "Indicates that the power state of a chassis changed to on.",
            "LongDescription": "This message shall indicate that the value of the `PowerState` property of a `Chassis` resource changed to `On`.",
            "Message": "%1 '%2' powered on.",
            "Example": "Rack 'C8' powered on.",
            "MessageSeverity": "OK",
            "Severity": "OK",
            "VersionAdded": "1.1.0",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The type or product category of the chassis.",
                "The name or identifier for the chassis."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain a string that describes the chassis type or the product category of the `Chassis` resource.  For some resources, the value of `ChassisType`, such as `Rack`, may provide an appropriate description, while other resources, such as  servers with `ChassisType` values of `RackMount`, `StandAlone`, `Blade`, or `Sled` could all be better described as a `Server`.",
                "This argument shall contain a string that identifies or describes the `Chassis` resource."
            ],
            "MapsToGeneralMessages": [
                "ResourceEvent.ResourcePoweredOn"
            ],
            "Resolution": "None."
        }
    }
}