8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
|
|
namespace DTS.Common.Enums.Sensors
|
||
|
|
{
|
||
|
|
public enum SensorChangeTypes
|
||
|
|
{
|
||
|
|
OffsetTolerance
|
||
|
|
}
|
||
|
|
}
|