init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using DTS.Common.Base.Classes;
|
||||
using DTS.Common.Converters;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace DTS.Common.Enums.DASFactory
|
||||
{
|
||||
[TypeConverter(typeof(EnumDescriptionTypeConverter))]
|
||||
public enum WakeupTriggers
|
||||
{
|
||||
[Description("WakeupTriggers_MotionDetect")]
|
||||
MotionDetect,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user