pub fn validate_command( command: &ControlCommandRequest, ) -> Result<(), DashboardError>
Validates dashboard control command rules.
command
Returns Ok(()) when command input is acceptable.
Ok(())