robot_night_logging/data_logging/tests/data/valid_log.json

26 lines
No EOL
482 B
JSON

[
{
"timestamp": "2024-06-05T22:15:00Z",
"temperature": 18.7,
"wind_speed": 2.5,
"error_rate": 1.2
},
{
"timestamp": "2024-06-05T22:30:00Z",
"temperature": 18.4,
"wind_speed": 2.7,
"error_rate": 1.0
},
{
"timestamp": "2024-06-05T22:45:00Z",
"temperature": 18.1,
"wind_speed": 2.9,
"error_rate": 0.8
},
{
"timestamp": "2024-06-05T23:00:00Z",
"temperature": 17.8,
"wind_speed": 3.0,
"error_rate": 1.4
}
]