pub trait Sensors {
    // Required method
    fn get(&self, power_distribution_id: String) -> SensorsGetResponse;
}

Required Methods§

source

fn get(&self, power_distribution_id: String) -> SensorsGetResponse

Implementors§