Add kiesel_temperature_logging/tests/data/test_temperature_log.json
This commit is contained in:
parent
8a44fe4700
commit
44f19034b0
1 changed files with 12 additions and 0 deletions
|
|
@ -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}
|
||||
]
|
||||
Loading…
Reference in a new issue