From d89a8ccb3d48d39f920b294c1966a3522ee8adbc Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期二, 23 二月 2021 17:17:37 +0800
Subject: [PATCH] 11

---
 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