Add timestamp to each location provider in database #17

Closed
opened 2025-01-20 20:28:20 +01:00 by localhorst · 2 comments
Owner
No description provided.
localhorst added the
Compat/Breaking
label 2025-01-20 20:28:20 +01:00
localhorst self-assigned this 2025-01-20 20:28:20 +01:00
Author
Owner

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" },

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" },`
Author
Owner

closed with #18

closed with https://git.mosad.xyz/localhorst/LocationHub/pulls/18
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: localhorst/LocationHub#17
No description provided.