summaryrefslogtreecommitdiffstats
path: root/redfish-core/include/registries/openbmc_message_registry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/registries/openbmc_message_registry.hpp')
-rw-r--r--redfish-core/include/registries/openbmc_message_registry.hpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/redfish-core/include/registries/openbmc_message_registry.hpp b/redfish-core/include/registries/openbmc_message_registry.hpp
index 8fe6669..1e9fa60 100644
--- a/redfish-core/include/registries/openbmc_message_registry.hpp
+++ b/redfish-core/include/registries/openbmc_message_registry.hpp
@@ -29,7 +29,7 @@ const Header header = {
"0.1.0",
"OpenBMC",
};
-constexpr std::array<MessageEntry, 143> registry = {
+constexpr std::array<MessageEntry, 144> registry = {
MessageEntry{
"ADDDCCorrectable",
{
@@ -1260,6 +1260,17 @@ constexpr std::array<MessageEntry, 143> registry = {
"None.",
}},
MessageEntry{
+ "PowerSupplyConfigurationErrorRecovered",
+ {
+ "Indicates that power supply configuration error recovered "
+ "from a failure.",
+ "Power supply %1 configuration error recovered.",
+ "OK",
+ 1,
+ {"string"},
+ "None.",
+ }},
+ MessageEntry{
"PowerSupplyFanFailed",
{
"Indicates that the specified power supply fan has failed.",
OpenPOWER on IntegriCloud