Add kiesel_temperature_logging/tests/data/test_temperature_log.json

This commit is contained in:
Mika 2026-06-21 02:07:24 +00:00
parent 8a44fe4700
commit 44f19034b0

View file

@ -0,0 +1,12 @@
[
{"timestamp": "2024-05-01T22:00:00Z", "temperature": 12.3},
{"timestamp": "2024-05-01T22:01:00Z", "temperature": 12.5},
{"timestamp": "2024-05-01T22:02:00Z", "temperature": 12.7},
{"timestamp": "2024-05-01T22:03:00Z", "temperature": 12.4},
{"timestamp": "2024-05-01T22:04:00Z", "temperature": 12.2},
{"timestamp": "2024-05-01T22:05:00Z", "temperature": 12.6},
{"timestamp": "2024-05-01T22:06:00Z", "temperature": 12.8},
{"timestamp": "2024-05-01T22:07:00Z", "temperature": 12.5},
{"timestamp": "2024-05-01T22:08:00Z", "temperature": 12.3},
{"timestamp": "2024-05-01T22:09:00Z", "temperature": 12.4}
]