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
|
{
"frequency": {
"title": "Frequency ({{PI}})",
"vertical": "Hz",
"legend_format": "%5.1lf%s"
},
"percent": {
"title": "Charge & load ({{PI}})",
"vertical": "Percent",
"legend_format": "%5.1lf"
},
"power": {
"title": "Power ({{PI}})",
"vertical": "VA",
"legend_format": "%5.1lf%s"
},
"temperature": {
"title": "Temperature ({{PI}})",
"vertical": "°C",
"legend_format": "%5.1lf%s"
},
"timeleft": {
"title": "Time Left ({{PI}})",
"vertical": "Seconds",
"legend_format": "%5.1lf"
},
"voltage": {
"title": "Voltage {{PI}}",
"vertical": "Voltage",
"legend_format": "%5.1lf"
}
}
|