陈嘉乐
2020-11-30 c44b10e4447e84dbdfa9105edf460ef364a8f2b3
HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
@@ -8,6 +8,10 @@
    public class Logic
    {
        /// <summary>
        /// 逻辑列表
        /// </summary>
        public static List<Logic> LogicList = new List<Logic>();
        /// <summary>
        /// 当前逻辑
        /// </summary>
        public static Logic currlogic;
@@ -51,7 +55,7 @@
        /// 时间类型
        /// (执行一次:once,每天:day,每月:mon,星期:week,日期段:date_to_date)
        /// </summary>
        public string type = "";
        public string type = "day";
        public List<string> value = new List<string>();
    }
    /// <summary>