Skip to content

Commit

Permalink
[NEW] add image and imagename elements to location JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrey committed Jan 1, 2025
1 parent 0786db0 commit 4608a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tech/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ This location object describes the location of the device that reported it.
* `vel` velocity _(iOS,Android/integer/kmh/optional)_
* `p` barometric pressure _(iOS/float/kPa/optional/extended data)_
* `poi` point of interest name _(iOS/string/optional)_
* `image` Base64 encoded image associated with the poi _(iOS/string/optional)_
* `imagename` Name of the image associated with the poi _(iOS/string/optional)_
* `conn` Internet connectivity status (route to host) when the message is created _(iOS,Android/string/optional/extended data)_
* `w` phone is connected to a WiFi connection _(iOS,Android)_
* `o` phone is offline _(iOS,Android)_
Expand Down

0 comments on commit 4608a13

Please sign in to comment.