namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// 全部电压自动定心命令 /// public class AutoCenterCommand : RaySourceCommand { public override string CommandType => "AutoCenter"; } }