blob: d044832b51ff69d25a4cb410d93eced84f800d26 [file] [log] [blame]
Patrick Williamsd9a13ec2020-07-07 15:49:06 -05001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 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.
Patrick Williamsd9a13ec2020-07-07 15:49:06 -05005
6properties:
7 - name: NominalVoltage
8 type: double
9 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050010 The nominal voltage of the fan in mV.
Patrick Williamsd9a13ec2020-07-07 15:49:06 -050011
12 - name: NominalCurrent
13 type: double
14 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050015 The nominal maximum current of the fan in mA.
Patrick Williamsd9a13ec2020-07-07 15:49:06 -050016
17 - name: NominalRPM
18 type: double
19 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050020 The nominal speed of the fan in RPMs.