init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace DTS.Common.Enums.Sensors.SensorsList
|
||||
{
|
||||
public enum SensorListTabs
|
||||
{
|
||||
ANALOG = 0,
|
||||
SQUIB = 1,
|
||||
DIGITAL_IN = 2,
|
||||
DIGITAL_OUT = 3,
|
||||
UART = 4,
|
||||
STREAM_IN = 5,
|
||||
STREAM_OUT = 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user