From 2313f465c76d58d93d7cea5e1c3dfe5361853006 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 06 一月 2021 17:55:20 +0800 Subject: [PATCH] 2021-1-6-1 --- HDL_ON/Common/R.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index e1987e7..2b19081 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -532,7 +532,12 @@ public const int timeNoSet = 7077; public const int conditioncNullOrtargetNull = 7078; public const int gatewayNotOnline = 7079; - + public const int timespecia = 7080; + public const int sunrise = 7081; + public const int sunset = 7082; + public const int at = 7083; + public const int punctually = 7084; + public const int advanced = 7085; -- Gitblit v1.8.0