common: Add new Priority interfaceThis commit introduces the new "Priority" interface, which is designedto indicate the priority level of an entity. It can be used as adecorator for other objects
common: Add new Priority interfaceThis commit introduces the new "Priority" interface, which is designedto indicate the priority level of an entity. It can be used as adecorator for other objects to specify their priority. While thisinterface was initially developed for fan sensors, it can be applied tovarious entities and is not limited to fans. This new interface providemore specific information about the primary and secondary sensors, whichis needed for Redfish Fan schema.bmcweb commit:https://gerrit.openbmc.org/c/openbmc/bmcweb/+/57657Change-Id: Iee875dbe627980139199a6d9a56fde3e5d651af0Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
show more ...