aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/battery.json
blob: 95738bfa228b73014002681e2ab5b5005a6be54e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
	"charge": {
		"title": "Charge (Battery {{PI}}) on {{HOST}}",
		"vertical": "Ampere hours",
		"legend": {
			"value": {
				"name": "Charge",
				"color": "0000f0"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"current": {
		"title": "Current (Battery {{PI}}) on {{HOST}}",
		"vertical": "Ampere",
		"legend": {
			"value": {
				"name": "Current",
				"color": "0000f0"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"voltage": {
		"title": "Voltage (Battery {{PI}}) on {{HOST}}",
		"vertical": "Volt",
		"legend": {
			"value": {
				"name": "Voltage",
				"color": "0000f0"
			}
		},
		"legend_format": "%5.1lf%s"
	}
}