Add data_logging/tests/data/sample_log.json
This commit is contained in:
parent
d982690f9e
commit
baa1597033
1 changed files with 27 additions and 0 deletions
27
data_logging/tests/data/sample_log.json
Normal file
27
data_logging/tests/data/sample_log.json
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"timestamp": "2024-03-01T08:00:00Z",
|
||||||
|
"temperature": 15.2,
|
||||||
|
"wind_speed": 7.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-03-01T08:10:00Z",
|
||||||
|
"temperature": 15.5,
|
||||||
|
"wind_speed": 6.9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-03-01T08:20:00Z",
|
||||||
|
"temperature": 15.8,
|
||||||
|
"wind_speed": 8.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-03-01T08:30:00Z",
|
||||||
|
"temperature": 16.0,
|
||||||
|
"wind_speed": 9.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-03-01T08:40:00Z",
|
||||||
|
"temperature": 16.3,
|
||||||
|
"wind_speed": 7.8
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue