Updated with time and node-red example.

This commit is contained in:
arduinoGP 2022-12-04 19:54:00 -05:00 committed by GitHub
parent a568762b07
commit a5e0b55fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,8 +296,11 @@ In firwmare version 2.0.7+ it will be possible to send JSON position to the mesh
"payload": {
"latitude_i": 399600000,
"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)