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