14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
namespace DTS.Common.Enums.Sensors.SensorsList
|
|
{
|
|
public enum DigitalOutFields
|
|
{
|
|
Included,
|
|
SerialNumber,
|
|
Description,
|
|
Delay,
|
|
Duration,
|
|
ModifiedBy,
|
|
LastModified
|
|
}
|
|
}
|