//! Vendor-neutral abstraction for smart-plug devices (Shelly, Tasmota).
//!
//! `switchkit` defines the shared device model, error taxonomy, and guardrails
//! that vendor-specific crates (`tasmota-core`, `shelly-core`) implement against,
//! so consumers can handle any supported device uniformly.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;