mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Updated with time and node-red example.
This commit is contained in:
parent
a568762b07
commit
a5e0b55fc3
|
@ -296,8 +296,11 @@ In firwmare version 2.0.7+ it will be possible to send JSON position to the mesh
|
||||||
"payload": {
|
"payload": {
|
||||||
"latitude_i": 399600000,
|
"latitude_i": 399600000,
|
||||||
"longitude_i": -862600000,
|
"longitude_i": -862600000,
|
||||||
"altitude": 100
|
"altitude": 100,
|
||||||
|
"time": 1670201543
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
An example of doing this in node-red:
|
||||||
|
[<img src="/documents/mqtt/PosJSON.jpg" style={{zoom:'50%'}} />](/documents/mqtt/PosJSON.jpg)
|
||||||
|
|
Loading…
Reference in a new issue