Add data_logging/tests/data/sample_data.json

This commit is contained in:
Mika 2026-01-11 04:11:41 +00:00
parent e5b615c77f
commit 7cb35affdf

View file

@ -0,0 +1,17 @@
[
{
"timestamp": "2024-06-01T10:00:00Z",
"temperature": 22.5,
"signal_noise_ratio": 18.7
},
{
"timestamp": "2024-06-01T10:05:00Z",
"temperature": 22.6,
"signal_noise_ratio": 19.1
},
{
"timestamp": "2024-06-01T10:10:00Z",
"temperature": 22.8,
"signal_noise_ratio": 18.9
}
]