Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 338 Bytes

File metadata and controls

29 lines (23 loc) · 338 Bytes

name

Description

A unique identifying name for the fan.

Attribute Value(s)

string

Example

[
  {
    "name": "fan0",
    "path": "/system/chassis/motherboard/fan0",
    "methods": [
      {
        "type": "tach",
        "sensors": ["fan0_0"]
      }
    ],
    "rpolicy": {
      "type": "anyof"
    }
  }
]