mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-21 06:22:59 +00:00
typo in link
This commit is contained in:
parent
3bb73ccb12
commit
832e46cedf
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Property | Meaning
|
|||
`name` | The device's name. Should be unique, but don't count on it.
|
||||
`latitude` | The latitude of the device in question.
|
||||
`longitude` | The longitude of the aforementioned device.
|
||||
`distance_calc` | The distance between the specified point and the device, represented as the length of a relative (lat, long) vector between the 2. _Should_ be accurate enough to get the devices in the right order with respect to the actual distance, but if not please [open an issue](https://github.com/ConnectedHumber/Aiq-Quality-Web/issues/new)
|
||||
`distance_calc` | The distance between the specified point and the device, represented as the length of a relative (lat, long) vector between the 2. _Should_ be accurate enough to get the devices in the right order with respect to the actual distance, but if not please [open an issue](https://github.com/ConnectedHumber/Air-Quality-Web/issues/new)
|
||||
`distance_actual` | The actual distance between the specified point and the device, in metres.
|
||||
|
||||
## device-info
|
||||
|
|
Loading…
Reference in a new issue