mirror of
https://github.com/Fred78290/nct6687d
synced 2024-11-16 07:48:04 +01:00
Document available parameters
This commit is contained in:
parent
3937b12170
commit
a16f14993f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -185,6 +185,16 @@ chip "nct6687-*"
|
|||
compute in4 (@ * 2), (@ / 2)
|
||||
```
|
||||
|
||||
## MODULE PARAMETERS
|
||||
|
||||
- **force** (bool) (default: false)
|
||||
Set to enable support for unknown vendors.
|
||||
|
||||
- **manual** (bool) (default: false)
|
||||
Set voltage input and voltage label configured with external sensors file.
|
||||
You can use custom labels and ignore inputs without setting this option if
|
||||
you can figure out their names (see which `*_label` contains builtin label).
|
||||
|
||||
## VERIFIED
|
||||
**1. Fan speed control**
|
||||
|
||||
|
|
Loading…
Reference in a new issue