namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// 训机设置命令 /// public class TrainingCommand : RaySourceCommand { public override string CommandType => "Training"; } }