Add data_logging/tests/data/sample_log_entry.json
This commit is contained in:
parent
86928c92b4
commit
d95ef5cea1
1 changed files with 17 additions and 0 deletions
17
data_logging/tests/data/sample_log_entry.json
Normal file
17
data_logging/tests/data/sample_log_entry.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-08-12T22:15:30Z",
|
||||
"frequency": 2.437,
|
||||
"signal_strength": -65.2
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-08-12T22:15:45Z",
|
||||
"frequency": 2.462,
|
||||
"signal_strength": -70.5
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-08-12T22:16:00Z",
|
||||
"frequency": 5.180,
|
||||
"signal_strength": -72.0
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue