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

Required Methods§

source

fn get(power_distribution_id: String) -> SensorsGetResponse

Implementors§