1# name
2
3## Description
4
5A unique identifying name for the fan.
6
7## Attribute Value(s)
8
9string
10
11## Example
12
13<pre><code>
14[
15  {
16    <b><i>"name": "fan0"</i></b>,
17    "path": "/system/chassis/motherboard/fan0",
18    "methods": [
19      {
20        "type": "tach",
21        "sensors": [
22          "fan0_0"
23        ]
24      }
25    ],
26    "rpolicy": {
27      "type": "anyof"
28    }"
29  }
30]
31</code></pre>
32