This commit is contained in:
Joerg Lehmann 2021-04-20 12:57:56 +02:00
parent ea2739f690
commit 4a64819201
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ func metricsHandler(response http.ResponseWriter, request *http.Request) {
fmt.Fprintf(response, " ") fmt.Fprintf(response, " ")
} }
fmt.Fprintf(response, "[%d, %s, %s, %s, %d]\n", a, s[9], s[10], s[11], vbat2percent(s[10])) fmt.Fprintf(response, "[%d, %s, %s, %s, %d]\n", a, s[9], s[10], s[11], vbat2percent(s[12]))
} }