1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 16:50:18 +00:00
Files
core/tests/components/switchbot_cloud/fixtures/status.json
2025-09-11 12:58:36 +02:00

49 lines
1020 B
JSON

[
{},
{
"version": "V3.3",
"temperature": 21.8,
"battery": 100,
"humidity": 32,
"deviceId": "meter-id-1",
"deviceType": "Meter",
"hubDeviceId": "test-hub-id"
},
{
"version": "V1.7",
"battery": 60,
"moveDetected": true,
"brightness": "bright",
"openState": "timeOutNotClose",
"deviceId": "contact-sensor-id",
"deviceType": "Contact Sensor",
"hubDeviceId": "test-hub-id"
},
{
"version": "V1.3-0.8-0.1",
"temperature": 26.5,
"lightLevel": 10,
"humidity": 55,
"moveDetected": false,
"deviceId": "hub3-id",
"deviceType": "Hub 3",
"hubDeviceId": "test-hub-id"
},
{
"version": "V1.9",
"battery": 20,
"moveDetected": false,
"deviceId": "motion-sensor-id",
"deviceType": "Motion Sensor",
"hubDeviceId": "test-hub-id"
},
{
"version": "V1.7",
"battery": 90,
"status": 1,
"deviceId": "water-detector-id",
"deviceType": "Water Detector",
"hubDeviceId": "test-hub-id"
}
]