[][src]Trait netatmo_rs::client::Netatmo

pub trait Netatmo {
    fn get_station_data(&self, device_id: &str) -> Result<StationData>;
fn get_measure(&self, parameters: &Parameters) -> Result<Measure>; }

Required methods

fn get_station_data(&self, device_id: &str) -> Result<StationData>

fn get_measure(&self, parameters: &Parameters) -> Result<Measure>

Loading content...

Implementors

impl Netatmo for AuthenticatedClient[src]

Loading content...