From 0f5d7d18f98d6d961b3d21dc2b1b59905e261fff Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期二, 23 二月 2021 17:09:17 +0800 Subject: [PATCH] 20210223-1 --- 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