switchbot-api2 0.2.2

SwitchBot device control
Documentation
1
2
3
4
5
6
7
//! Device-specific APIs.

mod hub2;
mod io_thermo_hygrometer;

pub use hub2::*;
pub use io_thermo_hygrometer::*;