19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
|
|
namespace DTS.Common.Enums.Sensors.SensorsList
|
||
|
|
{
|
||
|
|
public enum SquibFields
|
||
|
|
{
|
||
|
|
Included,
|
||
|
|
SerialNumber,
|
||
|
|
Description,
|
||
|
|
ResistanceLow,
|
||
|
|
ResistanceHigh,
|
||
|
|
Id,
|
||
|
|
Mode,
|
||
|
|
Delay,
|
||
|
|
Current,
|
||
|
|
Duration,
|
||
|
|
ModifiedBy,
|
||
|
|
LastModified
|
||
|
|
}
|
||
|
|
}
|