Add data_logging/tests/data/sample_log.json
This commit is contained in:
parent
8f9e251ee5
commit
e7cd99c11c
1 changed files with 26 additions and 0 deletions
26
data_logging/tests/data/sample_log.json
Normal file
26
data_logging/tests/data/sample_log.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue