Add data_logger/tests/data/example_sensor_data.json
This commit is contained in:
parent
be51d20a2b
commit
b087b10c49
1 changed files with 32 additions and 0 deletions
32
data_logger/tests/data/example_sensor_data.json
Normal file
32
data_logger/tests/data/example_sensor_data.json
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"timestamp": "2024-04-25T14:32:10Z",
|
||||||
|
"temperature": 21.7,
|
||||||
|
"vibration_amplitude": 0.005,
|
||||||
|
"humidity": 45.2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-04-25T14:32:15Z",
|
||||||
|
"temperature": 21.8,
|
||||||
|
"vibration_amplitude": 0.006,
|
||||||
|
"humidity": 45.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-04-25T14:32:20Z",
|
||||||
|
"temperature": 21.9,
|
||||||
|
"vibration_amplitude": 0.0045,
|
||||||
|
"humidity": 45.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-04-25T14:32:25Z",
|
||||||
|
"temperature": 21.6,
|
||||||
|
"vibration_amplitude": 0.0051,
|
||||||
|
"humidity": 45.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-04-25T14:32:30Z",
|
||||||
|
"temperature": 21.5,
|
||||||
|
"vibration_amplitude": 0.0052,
|
||||||
|
"humidity": 45.4
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue