From e0c7b6da754b12e0468203d972fed4591464a205 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 02 三月 2021 13:21:38 +0800
Subject: [PATCH] 2021-03-02 1.提交

---
 HDL_ON/Common/R.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 90a0a72..13504f2 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,6 +4,13 @@
 {
     public static class StringId
     {
+        public const int SensorNormalState = 419;
+        public const int InAlarm = 418;
+        public const int WaterLeakage = 417;
+        public const int Log = 416;
+        public const int Someone = 415;
+        public const int ControllerOn = 414;
+        public const int ControllerNotOn = 413;
         public const int Add = 412;
         public const int TipAddThirdPartyDeviceMsg = 411;
         public const int TipNotThirdPartyDevice = 410;

--
Gitblit v1.8.0