驱动更新
This commit is contained in:
20
DeviceCommand/Devices/MCc30W.cs
Normal file
20
DeviceCommand/Devices/MCc30W.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
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>
|
||||
public class MCc30W:ModbusTcp
|
||||
{
|
||||
public MCc30W(TcpConfig config) : base(config)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user