New file |
| | |
| | | using System; |
| | | namespace Shared.Phone.Device.Logic.LogicView |
| | | { |
| | | /// <summary> |
| | | /// 自定义字符串对象 |
| | | /// </summary> |
| | | public class IfString |
| | | { |
| | | /// <summary> |
| | | /// -自动化-的判断字符串 |
| | | /// </summary> |
| | | public static string _Logic = "Logic"; |
| | | /// <summary> |
| | | ///- 门锁-联动事件的判断字符串 |
| | | /// </summary> |
| | | public static string _LockLogic = "LockLogic"; |
| | | /// <summary> |
| | | ///- Sone门锁-联动事件的判断字符串 |
| | | /// </summary> |
| | | public static string _SoneLogic = "SoneLogic"; |
| | | /// <summary> |
| | | /// 自动化的-条件-判断字符串 |
| | | /// </summary> |
| | | public static string Condition_Logic = "condition_logic"; |
| | | /// <summary> |
| | | /// 自动化的-目标-判断字符串 |
| | | /// </summary> |
| | | public static string Action_Logic = "action_logic"; |
| | | /// <summary> |
| | | /// 自动化的-目标场景-判断字符串 |
| | | /// </summary> |
| | | public static string Action_LogicScene = "action_logicscene"; |
| | | /// <summary> |
| | | /// 自动化推荐模板的-条件-判断字符串 |
| | | /// </summary> |
| | | public static string Condition_Mould = "condition_mould"; |
| | | /// <summary> |
| | | /// 自动化推荐模板的-目标-判断字符串 |
| | | /// </summary> |
| | | public static string Action_Mould = "action_mould"; |
| | | /// <summary> |
| | | /// 门锁联动事件的-目标-判断字符串 |
| | | /// </summary> |
| | | public static string Action_LockAction = "action_lockaction"; |
| | | /// <summary> |
| | | /// 门锁联动事件的-目标场景-判断字符串 |
| | | /// </summary> |
| | | public static string Action_LockScene = "action_lockscene"; |
| | | /// <summary> |
| | | /// 标记逻辑推送文本开关状态; |
| | | /// 默认为false; |
| | | /// </summary> |
| | | public static bool Tag = false; |
| | | } |
| | | |
| | | } |