core/tests/components/renault/fixtures/cockpit_fuel.json

12 lines
181 B
JSON
Raw Normal View History

2021-07-28 19:41:11 +00:00
{
"data": {
"type": "Car",
"id": "VF1AAAAA555777123",
"attributes": {
"fuelAutonomy": 35.0,
"fuelQuantity": 3.0,
"totalMileage": 5566.78
}
}
}