init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace DatabaseImport
|
||||
{
|
||||
public enum SensorStatus
|
||||
{
|
||||
Available,
|
||||
InUse,
|
||||
OutForService,
|
||||
OutForCalibration,
|
||||
Retired
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user