pub type PowerOnRequest = Request<{ Command::PowerOn }, ()>;
pub struct PowerOnRequest { pub data: (), }
data: ()