Skip to content

Commit

Permalink
Merge pull request #91 from Fang-/created-at-conditional
Browse files Browse the repository at this point in the history
created_at timestamp is conditionally included
  • Loading branch information
jpmens authored Dec 8, 2024
2 parents 0bc7171 + 9036b00 commit a17d4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tech/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This location object describes the location of the device that reported it.
* `inrids` contains a list of region IDs the device is currently in (e.g. `["6da9cf","3defa7"]`). Might be empty. _(iOS,Android/list of strings/optional)_
* `SSID`, if available, is the unique name of the WLAN. _(iOS,string/optional)_
* `BSSID`, if available, identifies the access point. _(iOS,string/optional)_
* `created_at` identifies the time at which the message is constructed (vs. `tst` which is the timestamp of the GPS fix) _(iOS,Android)_
* `created_at` identifies the time at which the message is constructed (if it differs from `tst`, which is the timestamp of the GPS fix) _(iOS,Android/integer/epoch/optional)_
* `m` identifies the monitoring mode at which the message is constructed (_significant_=`1`, _move_=`2`) _(iOS/integer/optional)_
* `_id` random identifier to be used by consumers to correlate & distinguish send/return messages _(Android/string)_

Expand Down

0 comments on commit a17d4ea

Please sign in to comment.