Add sensor_logging/tests/data/sample_sensor_data.json
This commit is contained in:
parent
1affdf1ac8
commit
efa021aa76
1 changed files with 32 additions and 0 deletions
32
sensor_logging/tests/data/sample_sensor_data.json
Normal file
32
sensor_logging/tests/data/sample_sensor_data.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue