diff options
Diffstat (limited to 'plugin/sensors.json')
| -rw-r--r-- | plugin/sensors.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugin/sensors.json b/plugin/sensors.json new file mode 100644 index 0000000..bd860dd --- /dev/null +++ b/plugin/sensors.json | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | { | ||
| 2 | "fanspeed": { | ||
| 3 | "title": "Fanspeed ({{PI}})", | ||
| 4 | "vertical": "RPM", | ||
| 5 | "legend_format": "%5.1lf" | ||
| 6 | }, | ||
| 7 | "temerature": { | ||
| 8 | "title": "Temperature ({{PI}})", | ||
| 9 | "vertical": "Celsius", | ||
| 10 | "legend_format": "%5.1lf%s" | ||
| 11 | }, | ||
| 12 | "voltage": { | ||
| 13 | "title": "Voltage ({{PI}})", | ||
| 14 | "vertical": "Volt", | ||
| 15 | "legend_format": "%5.1lf" | ||
| 16 | } | ||
| 17 | } | ||
