From b25bdb5bcdf94cba4b80ad785a1d1d907b9cd317 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 3 May 2026 02:07:38 +0000 Subject: [PATCH] Add donau_listener/tests/data/sample_recording.json --- donau_listener/tests/data/sample_recording.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 donau_listener/tests/data/sample_recording.json diff --git a/donau_listener/tests/data/sample_recording.json b/donau_listener/tests/data/sample_recording.json new file mode 100644 index 0000000..0e293eb --- /dev/null +++ b/donau_listener/tests/data/sample_recording.json @@ -0,0 +1,6 @@ +{ + "timestamp": "2024-05-20T14:22:37Z", + "water_level": 0.78, + "ground_vibration": 0.036, + "ai_label": "steady" +} \ No newline at end of file