python
python copied to clipboard
Add New Data for Positioning configuration in YAML exsport
Add YAML Export for
- Speed
- heading
- Altitude
- number of sat
- timestamp
Add YAML Export for 2 new smart position configs
- min broadcast interval
- min distance
Add YAML Export for
- Speed
- heading
- Altitude
- number of sat
- timestamp
FYI -- These are exported under positionFlags
Quite old point. On the current version these configuration fields are exported:
position:
broadcastSmartMinimumDistance: 100
broadcastSmartMinimumIntervalSecs: 30
gpsMode: ENABLED
gpsUpdateInterval: 3600
positionBroadcastSecs: 259200
positionBroadcastSmartEnabled: false
positionFlags: 811
So the second part of the initial request is solved. But what do you expect for the first part? Those have nothing to do with configuration, but with logging or tracking of current values...