//! # 🤖 Switchbot
//!
//! Rust client for controlling [SwitchBot](https://www.switch-bot.com/) devices.
//!
//! ## Basic Usage
//!
//! ```rust
//! let switchbot = switchbot_api2::SwitchBot::new_from_env()?;
//! for d in switchbot.get_devices().await? {
//! println!("{}: {:?}", d.name, switchbot.get_status(&d).await?);
//! }
//! ```
pub use *;
pub use *;
pub use *;
pub use *;
pub use ;