12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
|
|
namespace DTS.Common.Enums.Sensors
|
||
|
|
{
|
||
|
|
public enum SensorStatus
|
||
|
|
{
|
||
|
|
Available,
|
||
|
|
InUse,
|
||
|
|
OutForService,
|
||
|
|
OutForCalibration,
|
||
|
|
Retired
|
||
|
|
}
|
||
|
|
}
|