qcells 0.1.1

A Rust Q.HOME+ESS - QCELLS API client.
Documentation
1
2
3
4
5
6
7
#[derive(Debug)]
pub struct Battery {
    pub capacity: f32,
    pub temperature_high: f32,
    pub temperature_low: f32,
    pub voltage: f64,
}