patrick
2019-12-10 1c4426810c71eead57084be8a18ade8d314dd8c4
src/Bro.Common.Model/Interface/IDeviceConfig.cs
@@ -1,4 +1,6 @@
using System;
using Bro.Common.Model;
using Bro.Common.Model.Interface;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -35,6 +37,15 @@
        string DriverType { get; set; }
    }
    public interface IMonitorInitialConfig
    {
        bool IsEnableMonitor { get; set; }
        int ScanInterval { get; set; }
        int Timeout { get; set; }
        List<WarningSet> WarningSetCollection { get; set; }
        List<MonitorSet> MonitorSetCollection { get; set; }
    }
    public interface ILog
    {
        string LogPath { get; set; }