xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml (revision a1347418307d31a94bd21f22897aa508df938dcf)
1description: >
2    Implement to provide Rotor attributes. This interface should be at the same
3    object path as a Fan for single-rotor fans or as a set of sub-path for
4    multi-rotor fan design.
5
6properties:
7    - name: NominalVoltage
8      type: double
9      description: >
10          The nominal voltage of the fan in mV.
11
12    - name: NominalCurrent
13      type: double
14      description: >
15          The nominal maximum current of the fan in mA.
16
17    - name: NominalRPM
18      type: double
19      description: >
20          The nominal speed of the fan in RPMs.
21