//! Model types for sonos-state
//!
//! This module contains the core data types for representing Sonos devices,
//! groups, and their identifiers.
pub use ;
pub use Speaker;
/// Alias for Speaker - used in the new property system
/// Contains static device information (ID, name, IP, model, etc.)
pub type SpeakerInfo = Speaker;