xref: /openbmc/phosphor-fan-presence/docs/presence/name.md (revision 6d3e18c0ba31a99f31ff053809918c2c4fa304b2)
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```json
14[
15  {
16    "name": "fan0",
17    "path": "/system/chassis/motherboard/fan0",
18    "methods": [
19      {
20        "type": "tach",
21        "sensors": ["fan0_0"]
22      }
23    ],
24    "rpolicy": {
25      "type": "anyof"
26    }
27  }
28]
29```
30