| | |
| | | /// </summary> |
| | | public int Result; |
| | | /// <summary> |
| | | /// 0.正常自动化;1.门锁自动化 |
| | | /// 0.正常自动化;1.门锁自动化;2.门锁常开.关; |
| | | /// </summary> |
| | | public int LogicType = 0; |
| | | /// <summary> |
| | |
| | | ///<para>0:禁用该逻辑</para> |
| | | ///<para>1:使能该逻辑</para> |
| | | ///<para>2: 只触发一次。触发后该字段将自动置为0,即禁用状态。</para> |
| | | ///3:失能一次(条件第一次成立会被忽略,触发不了逻辑,然后IsValid自动置1。以后条件再成立将不会被忽略) |
| | | /// </summary> |
| | | public int IsEnable; |
| | | |
| | | /// <summary> |
| | | /// 0.正常自动化;1.门锁自动化;2.门锁常开.关; |
| | | /// </summary> |
| | | // public int LogicStatus; |
| | | |
| | | /// <summary> |
| | | ///逻辑名称 |
| | |
| | | /// <summary> |
| | | /// 推送内容 |
| | | /// </summary> |
| | | public string LogicCustomPushText; |
| | | public string LogicCustomPushText=string.Empty; |
| | | /// <summary> |
| | | /// 记录推送开关状态 |
| | | /// </summary> |
| | | public int LogicIsCustomPushText = 0; |
| | | |
| | | //public Dictionary<string, string> TimeAttribute = new Dictionary<string, string>(); |
| | | public TimeAttributeObj TimeAttribute = new TimeAttributeObj(); |