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