1description: >
2    Implement to provide Rotor attributes.
3    This interface should be at the same object path as a Fan for single-rotor
4    fans or as a set of sub-path for 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