Struct Sensors
steamy_controller
pub struct Sensors<'a, 'b: 'a> { /* fields omitted */ }
Controller sensors management.
impl<'a, 'b> Sensors<'a, 'b>
fn off(self) -> Res<()>
Turn the sensors off.
fn on(self) -> Res<()>
Turn the sensors on.