From 34d49c20c2c2543658e844847c5eaa87f4c954e9 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 23 二月 2021 17:28:40 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into NewFilePath --- HDL_ON/Common/R.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 878d044..13504f2 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,11 @@ { 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; -- Gitblit v1.8.0