Skip to content

Commit

Permalink
document m:monitoring mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Jan 3, 2022
1 parent 758a341 commit d487678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tech/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ This location object describes the location of the device that reported it.
* `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)_
* `m` identifies the monitoring mode at which the message is constructed (_significant_=`1`, _move_=`2`) _(iOS/integer/optional)_

#### Notes
* The `tst` in a ping is a [current timestamp](https://github.com/owntracks/ios/issues/197), so that it doesn't look like a duplicate.
Expand Down

0 comments on commit d487678

Please sign in to comment.