From baa159703392f6329bbe9d737a5d53be9cb5e8f5 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 22 Mar 2026 03:08:30 +0000 Subject: [PATCH] Add data_logging/tests/data/sample_log.json --- data_logging/tests/data/sample_log.json | 27 +++++++++++++++++++++++++ 1 file changed, 27 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..24f80ed --- /dev/null +++ b/data_logging/tests/data/sample_log.json @@ -0,0 +1,27 @@ +[ + { + "timestamp": "2024-03-01T08:00:00Z", + "temperature": 15.2, + "wind_speed": 7.5 + }, + { + "timestamp": "2024-03-01T08:10:00Z", + "temperature": 15.5, + "wind_speed": 6.9 + }, + { + "timestamp": "2024-03-01T08:20:00Z", + "temperature": 15.8, + "wind_speed": 8.1 + }, + { + "timestamp": "2024-03-01T08:30:00Z", + "temperature": 16.0, + "wind_speed": 9.3 + }, + { + "timestamp": "2024-03-01T08:40:00Z", + "temperature": 16.3, + "wind_speed": 7.8 + } +] \ No newline at end of file