Add sensor_logging/tests/data/sample_sensor_data.json

This commit is contained in:
Mika 2026-02-15 03:06:25 +00:00
parent 1affdf1ac8
commit efa021aa76

View file

@ -0,0 +1,32 @@
[
{
"timestamp": "2024-05-10T14:20:35Z",
"voltage": 1234.56,
"temperature": 22.4,
"humidity": 45.2
},
{
"timestamp": "2024-05-10T14:21:05Z",
"voltage": 1235.12,
"temperature": 22.5,
"humidity": 45.4
},
{
"timestamp": "2024-05-10T14:21:35Z",
"voltage": 1234.89,
"temperature": 22.6,
"humidity": 45.3
},
{
"timestamp": "2024-05-10T14:22:05Z",
"voltage": 1235.07,
"temperature": 22.6,
"humidity": 45.5
},
{
"timestamp": "2024-05-10T14:22:35Z",
"voltage": 1234.74,
"temperature": 22.7,
"humidity": 45.6
}
]