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