Update link (#2722)
This commit is contained in:
parent
ba42dad3c7
commit
c87e55eec1
27 changed files with 87 additions and 82 deletions
|
@ -32,8 +32,10 @@ Configuration variables:
|
|||
- **qos** (*Optional*): The QoS level of the topic.
|
||||
|
||||
This platform receives JSON formatted payloads containing GPS information, for example:
|
||||
|
||||
```json
|
||||
{"longitude": 1.0,"gps_accuracy": 60,"latitude": 2.0,"battery_level": 99.9}
|
||||
```
|
||||
|
||||
Where `longitude` is the longitude, `latitude` is the latitude, `gps_accuracy` is the accuracy in meters, `battery_level` is the current battery level of the device sending the update.
|
||||
`longitude` and `latitude` are required keys, `gps_accuracy` and `battery_level` are optional.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue