//! Parameters for the [`Wwah::is_uptime_long`](crate::Wwah::is_uptime_long) command.
crate::frame::parameters::frame!(0x00E5,{},{ has_long_up_time:bool}=> Wwah(wwah)::IsUptimeLong,impl{/// Convert the response into a boolean value of whether the uptime is long.
implFrom<Response>forbool{fnfrom(response: Response)->Self{
response.has_long_up_time
}}});