Skip to content

Commit

Permalink
add description for Android status
Browse files Browse the repository at this point in the history
	addresses #89
  • Loading branch information
jpmens committed Dec 3, 2024
1 parent ae83333 commit 0bc7171
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tech/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ The device status contains information about the settings on the device which ar
- `"locationManagerAuthorizationStatus"` used for all locations _(iOS/string)_ as defined in ["CLAuthorizationStatus"](https://developer.apple.com/documentation/corelocation/clauthorizationstatus?language=objc)
- `version` version of the OwnTracks app _(iOS/string)_
* android specific elements
- `hib` _(Android/integer)_
- `bo` _(Android/integer)_
- `loc` _(Android/integer)_
- `ps` _(Android/integer)_
- `wifi` _(Android/integer)_
- `hib` app can hibernate if not used _(Android/integer)_
- `bo` app is configured with battery optimizations _(Android/integer)_
- `loc` app location permissions _(Android/integer)_
- `ps` phone power save mode _(Android/integer)_
- `wifi` wifi is on/off _(Android/integer)_
* other elements
- `_id` random identifier to be used by consumers to correlate & distinguish send/return messages _(Android/string)_

Expand Down

0 comments on commit 0bc7171

Please sign in to comment.