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

14 lines
234 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 SDE720SH_A : ModbusTcp
{
}
}