Commit a68a1a89 authored by Chris Scott's avatar Chris Scott

Merge pull request #129 from transistorsoft/battery-data

Battery data
parents 917c78af c94cda1e
...@@ -662,6 +662,10 @@ No Post Params. ...@@ -662,6 +662,10 @@ No Post Params.
"activity":{ // <-- Android-only currently "activity":{ // <-- Android-only currently
"type":"still", "type":"still",
"confidence":48 "confidence":48
},
"battery": { // <-- Battery charge-state
"level": 0.87,
"is_charging": false
} }
}, },
"android_id":"39dbac67e2c9d80" "android_id":"39dbac67e2c9d80"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment