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