Add data_logger/tests/data/example_sensor_data.json

This commit is contained in:
Mika 2026-02-08 03:06:30 +00:00
parent be51d20a2b
commit b087b10c49

View 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
}
]