1description: > 2 This interface displays FRU inventory information for a Modbus device, 3 including specific hardware access details such as address and LinkTTY that 4 were discovered through probing. 5 6properties: 7 - name: Name 8 type: string 9 description: > 10 The name of the modbus device. 11 - name: Address 12 type: uint16 13 description: > 14 The address of the modbus device. 15 - name: LinkTTY 16 type: string 17 description: > 18 The Link TTY on which this device is discovered. 19 - name: PartNumber 20 type: string 21 default: "Unknown" 22 description: > 23 The part number of the modbus device. 24 - name: SparePartNumber 25 type: string 26 default: "Unknown" 27 description: > 28 The additional part number, if any. 29 - name: SerialNumber 30 type: string 31 default: "Unknown" 32 description: > 33 The serial number of the modbus device. 34 - name: BuildDate 35 type: string 36 default: "Unknown" 37 description: > 38 The date this specific modbus device was built or manufactured. 39 - name: Model 40 type: string 41 default: "Unknown" 42 description: > 43 The model of the modbus device. 44 - name: Manufacturer 45 type: string 46 default: "Unknown" 47 description: > 48 The manufacturer name of the modbus device. 49 50paths: 51 - namespace: /xyz/openbmc_project/inventory_source 52