eigenein / my-iot-rs

Yet another home automation (alpha)
https://eigenein.github.io/my-iot-rs/html
MIT License
32 stars 5 forks source link

[Ring] Health sensors #127

Open eigenein opened 3 years ago

eigenein commented 3 years ago
❯ http 'https://api.ring.com/clients_api/doorbots/32333947/health' Authorization:'Bearer ...'
{
    "device_health": {
        "average_signal_category": "good",
        "average_signal_strength": -38.0,
        "battery_percentage": "44",
        "battery_percentage_category": "poor",
        "battery_voltage": null,
        "battery_voltage_category": null,
        "ext_power_state": 3,
        "firmware": "Up to Date",
        "id": 32333947,
        "latest_signal_category": "good",
        "latest_signal_strength": -38.0,
        "packet_loss_category": "good",
        "packet_loss_strength": 0,
        "updated_at": "2020-07-22T12:54:39+00:00",
        "wifi_is_ring_network": false,
        "wifi_name": "Removed"
    }
}
eigenein commented 3 years ago

I don't have a Ring device anymore.