Added alarms configuration API
This commit is contained in:
@@ -164,4 +164,10 @@ namespace Step.Model.DTOModels
|
||||
return base.GetHashCode();
|
||||
}
|
||||
}
|
||||
|
||||
public class DTOAlarmConfigModel
|
||||
{
|
||||
public int Id;
|
||||
public bool RestoreIsEnabled;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user