#[derive(Debug, Clone, PartialEq)]
pub struct BindCmdAddressConfig { pub address: String }
#[derive(Debug, Clone, PartialEq)]
pub struct BindCmdDeviceConfig { pub interface: String }
#[derive(Debug, Clone, PartialEq)]
pub struct CmdPortConfig { pub port: u16 }
#[derive(Debug, Clone, Default, PartialEq)]
pub struct OpenCommandsConfig { pub commands: Vec<String> }