From c44b10e4447e84dbdfa9105edf460ef364a8f2b3 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 30 十一月 2020 19:53:35 +0800
Subject: [PATCH] Merge branch 'master' into WJC

---
 HDL_ON/Common/R.cs |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 83e6dd2..8502784 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -431,8 +431,8 @@
         public const int newAutomation = 7000;
         public const int editAutomation = 7001;
         public const int ifCondition = 7002;
-        public const int whenTheFollowingConditionsAreMet = 7003;
-        public const int ifOneOfTheseConditionsIsMet = 7004;
+        public const int andCondition = 7003;
+        public const int orCondition = 7004;
         public const int isExecuted = 7005;
         public const int theFollowingActions = 7006;
         public const int cyclic = 7007;
@@ -463,7 +463,7 @@
         public const int onLogic = 7032;
         public const int offLogic = 7033;
         public const int switchLogic = 7034;
-        public const int completeLogic= 7035;
+        public const int completeLogic = 7035;
         public const int addtarget = 7036;
         public const int monday = 7037;
         public const int tuesday = 7038;
@@ -472,7 +472,13 @@
         public const int friday = 7041;
         public const int saturday = 7042;
         public const int sunday = 7043;
-
-
+        public const int meetTheCondition = 7044;
+        public const int setlogic = 7045;
+        public const int namelogic = 7046;
+        public const int editName = 7047;
+        public const int NameAlreadyExists = 7048;
+        public const int delAutomation = 7049;
+        public const int addSceneLogic= 7050;
+        public const int delayLogic = 7051;
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0