From e7cd99c11c07570f9e709591bc1012b769c05d2f Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 3 May 2026 02:07:40 +0000 Subject: [PATCH] Add data_logging/tests/data/sample_log.json --- data_logging/tests/data/sample_log.json | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data_logging/tests/data/sample_log.json diff --git a/data_logging/tests/data/sample_log.json b/data_logging/tests/data/sample_log.json new file mode 100644 index 0000000..37cc6f4 --- /dev/null +++ b/data_logging/tests/data/sample_log.json @@ -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" + } +] \ No newline at end of file