1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/tests/components/traccar_server/fixtures/devices.json
2024-04-02 12:11:28 +02:00

18 lines
314 B
JSON

[
{
"id": 0,
"name": "X-Wing",
"uniqueId": "abc123",
"status": "online",
"disabled": false,
"lastUpdate": "1970-01-01T00:00:00Z",
"positionId": 0,
"groupId": 0,
"phone": null,
"model": "1337",
"contact": null,
"category": "starfighter",
"attributes": {}
}
]