1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//! Parameters for the [`Wwah::set_hub_connectivity`](crate::Wwah::set_hub_connectivity) command. crate::frame::parameters::frame!( 0x00E4, { connected: bool }, impl { impl Command { /// Creates command parameters. #[must_use] pub const fn new(connected: bool) -> Self { Self { connected } } } }, {} => Wwah(wwah)::SetHubConnectivity);