namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// 关闭高压命令 /// public class TurnOffCommand : RaySourceCommand { public override string CommandType => "TurnOff"; } }