11 lines
268 B
C#
11 lines
268 B
C#
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
|
{
|
|
/// <summary>
|
|
/// 灯丝校准命令
|
|
/// </summary>
|
|
public class FilamentCalibrationCommand : RaySourceCommand
|
|
{
|
|
public override string CommandType => "FilamentCalibration";
|
|
}
|
|
}
|