Add gps_sync/tests/data/wifi_sample.json
This commit is contained in:
parent
a1cb39b8fe
commit
ec16c3769f
1 changed files with 22 additions and 0 deletions
22
gps_sync/tests/data/wifi_sample.json
Normal file
22
gps_sync/tests/data/wifi_sample.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-06-01T12:00:00Z",
|
||||
"signal_strength": -45.0
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:00:01Z",
|
||||
"signal_strength": -50.5
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:00:02Z",
|
||||
"signal_strength": -47.2
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:00:03Z",
|
||||
"signal_strength": -49.8
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:00:04Z",
|
||||
"signal_strength": -52.1
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue