Files
DP44/Common/DTS.CommonCore/.svn/pristine/84/84501d6774b2a12163132fe2fa587a4023865cc1.svn-base

8 lines
119 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
namespace DTS.Common.Enums.Sensors
{
public enum SensorChangeTypes
{
OffsetTolerance
}
}