Add data_logging/tests/data/valid_log.json
This commit is contained in:
parent
5b2b139342
commit
d3044f13bf
1 changed files with 26 additions and 0 deletions
26
data_logging/tests/data/valid_log.json
Normal file
26
data_logging/tests/data/valid_log.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-06-05T22:15:00Z",
|
||||
"temperature": 18.7,
|
||||
"wind_speed": 2.5,
|
||||
"error_rate": 1.2
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-05T22:30:00Z",
|
||||
"temperature": 18.4,
|
||||
"wind_speed": 2.7,
|
||||
"error_rate": 1.0
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-05T22:45:00Z",
|
||||
"temperature": 18.1,
|
||||
"wind_speed": 2.9,
|
||||
"error_rate": 0.8
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-05T23:00:00Z",
|
||||
"temperature": 17.8,
|
||||
"wind_speed": 3.0,
|
||||
"error_rate": 1.4
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue