From c5377f28667d8475d0805f6150ff4e0614c77c44 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 26 二月 2021 16:32:37 +0800
Subject: [PATCH] 修改了涂鸦设备的bug

---
 HDL_ON/Common/R.cs |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 878d044..eaedb3e 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,6 +4,15 @@
 {
     public static class StringId
     {
+        public const int Lightint = 433;
+        public const int Disinfect = 422;
+        public const int WindDry = 421;
+        public const int HotDry = 420;
+        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;
@@ -552,17 +561,17 @@
         /// </summary>
         public const int AutoClean = 1035;
         /// <summary>
-        /// 瀹氱偣娓呮壂
+        /// 闅忔満娓呮壂
         /// </summary>
-        public const int FixedPointClean = 1036;
+        public const int RandomClean = 1036;
         /// <summary>
         /// 娌垮娓呮壂
         /// </summary>
         public const int WallClean = 1037;
         /// <summary>
-        /// 鍖哄煙娓呮壂
+        /// 铻烘棆娓呮壂
         /// </summary>
-        public const int AreaClean = 1038;
+        public const int SpiralClean = 1038;
         /// <summary>
         /// 鎬绘竻娲侀潰绉�
         /// </summary>

--
Gitblit v1.8.0