Add timestamp to each location provider in database #17
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For
gnss_location_at_utc
use timestamp in:{ "measurementId": "4197", "measurementValue": 42.424242, "motionId": 0, "timestamp": 1737837692000, "type": "Longitude" },
For
scanned_at_utc
use timestamp in:"measurementId": "5001", "measurementValue": [ { "mac": "14:91:8XXXXXX", "rssi": -10 }, { "mac": "60:A4:XXXXXXXX", "rssi": -41 }, { "mac": "62:AXXX", "rssi": -42 }, { "mac": "4C:22:F3XX", "rssi": -42 } ], "motionId": 0, "timestamp": 1729153526000, "type": "Wi-Fi Scan" },
closed with #18