namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// 开启高压命令 /// public class TurnOnCommand : RaySourceCommand { public override string CommandType => "TurnOn"; } }