1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-08 23:34:22 +01:00
Files
core/tests/components/homematicip_cloud/fixtures/diagnostics.json
T
2026-02-24 16:25:04 +01:00

30 lines
742 B
JSON

{
"accessPointId": "3014F7110000000000000001",
"home": {
"id": "a1b2c3d4-e5f6-1234-abcd-ef0123456789",
"location": {
"city": "Berlin, Germany",
"latitude": "52.520008",
"longitude": "13.404954"
},
"weather": {
"temperature": 18.3
}
},
"devices": {
"3014F7110000000000000002": {
"id": "3014F7110000000000000002",
"label": "Living Room Thermostat",
"type": "WALL_MOUNTED_THERMOSTAT_PRO",
"serializedGlobalTradeItemNumber": "ABCDEFGHIJKLMNOPQRSTUVWX"
}
},
"clients": {
"a1b2c3d4-e5f6-1234-abcd-ef0123456789": {
"id": "a1b2c3d4-e5f6-1234-abcd-ef0123456789",
"label": "Home Assistant",
"refreshToken": "secret-refresh-token"
}
}
}