From d3044f13bf9024b27c614854189409fe560afaa9 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 10 May 2026 02:07:44 +0000 Subject: [PATCH] Add data_logging/tests/data/valid_log.json --- data_logging/tests/data/valid_log.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data_logging/tests/data/valid_log.json diff --git a/data_logging/tests/data/valid_log.json b/data_logging/tests/data/valid_log.json new file mode 100644 index 0000000..3bace28 --- /dev/null +++ b/data_logging/tests/data/valid_log.json @@ -0,0 +1,26 @@ +[ + { + "timestamp": "2024-06-05T22:15:00Z", + "temperature": 18.7, + "wind_speed": 2.5, + "error_rate": 1.2 + }, + { + "timestamp": "2024-06-05T22:30:00Z", + "temperature": 18.4, + "wind_speed": 2.7, + "error_rate": 1.0 + }, + { + "timestamp": "2024-06-05T22:45:00Z", + "temperature": 18.1, + "wind_speed": 2.9, + "error_rate": 0.8 + }, + { + "timestamp": "2024-06-05T23:00:00Z", + "temperature": 17.8, + "wind_speed": 3.0, + "error_rate": 1.4 + } +] \ No newline at end of file