Added average runtime + voltage to device page

This commit is contained in:
Magnus Persson
2022-01-31 18:29:27 +01:00
parent 22ade61af8
commit 761d570d39
7 changed files with 23 additions and 5 deletions

View File

@ -69,7 +69,9 @@ Retrive the current device settings via an HTTP GET command. Payload is in JSON
"app-name": "GravityMon",
"app-ver": "0.0.0",
"id": "ee1bfc",
"mdns": "gravmon"
"mdns": "gravmon",
"battery": 3.89,
"runtime-average": 3.12
}