Add data_logging/tests/data/sample_log.json

This commit is contained in:
Mika 2026-05-03 02:07:40 +00:00
parent 8f9e251ee5
commit e7cd99c11c

View file

@ -0,0 +1,26 @@
[
{
"timestamp": "2024-05-01T08:30:00Z",
"water_level": 182.4,
"ground_vibration": 0.012,
"ai_label": "steady"
},
{
"timestamp": "2024-05-01T08:45:00Z",
"water_level": 185.9,
"ground_vibration": 0.018,
"ai_label": "periodic"
},
{
"timestamp": "2024-05-01T09:00:00Z",
"water_level": 187.1,
"ground_vibration": 0.011,
"ai_label": "steady"
},
{
"timestamp": "2024-05-01T09:15:00Z",
"water_level": 190.3,
"ground_vibration": 0.025,
"ai_label": "anomaly"
}
]