Add data_logging/tests/data/sample_log.json

This commit is contained in:
Mika 2026-03-05 15:48:04 +00:00
parent 4565979dbc
commit 7e8c711238

View file

@ -0,0 +1,17 @@
[
{
"timestamp": "2024-05-12T10:15:30Z",
"value": -0.0025,
"status": "valid"
},
{
"timestamp": "2024-05-12T10:16:05Z",
"value": -0.0008,
"status": "valid"
},
{
"timestamp": "2024-05-12T10:16:45Z",
"value": -0.0041,
"status": "error"
}
]