Small refactor related to device creation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -19,8 +19,8 @@ use super::{As, Device};
|
||||
pub struct AudioSetupConfig {
|
||||
#[serde(flatten)]
|
||||
mqtt: MqttDeviceConfig,
|
||||
mixer: Box<config::Device>,
|
||||
speakers: Box<config::Device>,
|
||||
mixer: Box<config::DeviceConfig>,
|
||||
speakers: Box<config::DeviceConfig>,
|
||||
}
|
||||
|
||||
// TODO: We need a better way to store the children devices
|
||||
|
||||
Reference in New Issue
Block a user