From 330e3ae4cdd1e9facb14b6ea2b3e609166c04fd3 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 12 一月 2021 16:00:27 +0800 Subject: [PATCH] 2021-1-12-1 --- HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs index 49c6428..536cc06 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs @@ -451,6 +451,28 @@ }; } break; + case "time": + { + list = new List<string> { + "30 s", + "1 min", + "2 min", + "3 min", + "5 min", + }; + } + break; + case "pm2.5": + { + list = new List<string> { + Language.StringByID(StringId.pmyou), + Language.StringByID(StringId.pmliang), + Language.StringByID(StringId.pmqingdu), + Language.StringByID(StringId.pmzhongdu), + Language.StringByID(StringId.pmzhongduwuran), + }; + } + break; } return list; @@ -625,5 +647,7 @@ return stateList; } + + } } -- Gitblit v1.8.0