1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-02 20:26:16 +01:00
Files
core/tests/components/ptdevices/fixtures/ptdevices_level.json
T
Matthew Gibson 8c8a863867 Add ptdevices Integration (#156307)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-05-04 22:15:52 +02:00

87 lines
2.2 KiB
JSON

{
"C0FFEEC0FFEE": {
"id": 1,
"device_id": "C0FFEEC0FFEE",
"share_id": "someID",
"user_id": 1234,
"user_name": "User Name",
"user_email": "userEmail@email.com",
"device_type": "level",
"local_ip": "192.168.1.100",
"title": "Home",
"version": 208,
"lat": 40.62669,
"lng": -82.031121,
"address": "1234 Test Road, City, Country",
"supplier_code": null,
"status_number": 2,
"status": "working",
"delivery_notes": null,
"units": "Metric",
"reported": "Dec 17th, 9:37 AM",
"tx_reported": "Dec 17th, 8:15 AM",
"last_updated_on": "1 hour ago",
"wifi_signal": 100,
"tx_signal": -76.0,
"percent_level": 50,
"battery_voltage": 5.69,
"battery_status": "good",
"battery_status_number": 1,
"volume_level": 2387.837753,
"volume_level_oz": 80742.4,
"max_volume": 1269,
"max_volume_oz": 162432,
"enclosure_temperature": -0.3,
"depth": 6,
"power_x": 30,
"power_y": 7,
"power_z": 12,
"shape": "vertical cylinder",
"diameter": 6,
"width": null,
"length": null,
"temperature_units": "C",
"depth_level": 0.909066
},
"C0FFEFC0FFEF": {
"id": 2,
"device_id": "C0FFEFC0FFEF",
"share_id": "someID",
"created": "Jan 1st 1970, 0:00 AM",
"user_id": 1234,
"user_name": "User Name",
"user_email": "userEmail@email.com",
"device_type": "level",
"local_ip": "192.168.1.101",
"title": "Garden rain barrel",
"version": "407",
"lat": 43.147985,
"lng": -29.17074,
"address": "1234 Test Road, City, Country",
"supplier_code": null,
"status_number": 2,
"status": "working",
"delivery_notes": null,
"units": "US Imperial",
"reported": "Dec 17th, 9:38 AM",
"tx_reported": "Dec 17th, 9:38 AM",
"last_updated_on": "13 seconds ago",
"wifi_signal": 42,
"tx_signal": 0.0,
"percent_level": 141,
"volume_level": 4.542494,
"volume_level_oz": 153.6,
"max_volume": 1.2,
"max_volume_oz": 153.6,
"enclosure_temperature": 37.3,
"probe_temperature": 18.9,
"depth": 0.85,
"shape": "vertical cylinder",
"diameter": 0.5,
"width": null,
"length": null,
"temperature_units": "C",
"depth_level": 0.363474
}
}