Merge branch 'master' of ssh://git.kaiyili-lab.com:2022/huangsucan/IOT
This commit is contained in:
14
DeviceCommand/Devices/THC1100.cs
Normal file
14
DeviceCommand/Devices/THC1100.cs
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
using DeviceCommand.Base;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace DeviceCommand.Devices
|
||||||
|
{
|
||||||
|
public class THC1100:S7Device
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user