驱动更新
This commit is contained in:
22
DeviceCommand/Devices/ANEVH80.cs
Normal file
22
DeviceCommand/Devices/ANEVH80.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using Common.Attributes;
|
||||
using DeviceCommand.Base;
|
||||
using Model.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DeviceCommand.Devices
|
||||
{
|
||||
/// <summary>
|
||||
/// 水冷机 一对一
|
||||
/// </summary>
|
||||
[ACPCommand]
|
||||
public class ANEVH80 : Tcp
|
||||
{
|
||||
public ANEVH80(TcpConfig config) : base(config)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user