Hi All, We would like to validate our NIC FRU device type as 8 bit (one byte) or 16 bit(two byte). This device type validation for our FRU is platform specific logic. This was implemented in the machine layer. We wanted to interlink this logic with entity-manager code to get the device type. Could you please provide the suggestions on get the device type in entity-manager. Please refer below link for existing devicebit validation in entity-manager. https://github.com/openbmc/entity-manager/blob/master/src/FruDevice.cpp#L430 Thanks, Kumar.