Add registry messages for DC power events
System DC power On-Off events are added to the message registry
Change-Id: Ib3cbe065a096dedde8b5eecb7ac29aec855cbbcb
Signed-off-by: Nikhil Potade <nikhil.potade@linux.intel.com>
diff --git a/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json b/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
index b01b9d7..3e13058 100644
--- a/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
+++ b/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
@@ -104,6 +104,18 @@
"number"
],
"Resolution": "None."
+ },
+ "DCPowerOff": {
+ "Description": "Indicates that the system DC power is off.",
+ "Message": "Host system DC power is off",
+ "Severity": "OK",
+ "Resolution": "None."
+ },
+ "DCPowerOn": {
+ "Description": "Indicates that the system DC power is on.",
+ "Message": "Host system DC power is on",
+ "Severity": "OK",
+ "Resolution": "None."
}
}
}
\ No newline at end of file