Files
IOT/DeviceCommand/Devices/SDL710FH.cs
2026-06-09 16:33:32 +08:00

14 lines
230 B
C#

using DeviceCommand.Base;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DeviceCommand.Devices
{
public class SDL710FH:ModbusTcp
{
}
}