From 97dd0d63ea5cd67a17b3d50109700309addb377e Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 10 一月 2024 15:17:03 +0800 Subject: [PATCH] 2024年01月10日15:16:37 --- HDL_ON/DAL/Server/NewApiRes.cs | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index 2d97f12..ecf9da4 100644 --- a/HDL_ON/DAL/Server/NewApiRes.cs +++ b/HDL_ON/DAL/Server/NewApiRes.cs @@ -638,6 +638,23 @@ /// </summary> public bool isSupportGroupControl = false; + + public string linkDriverVersion = "3.0.0"; + /// <summary> + /// 鏄惁鏀寔鍦烘櫙鎺у埗鑷姩鍖栦娇鑳� + /// </summary> + public bool isSupportSceneEnableAutomation + { + get + { +#if DEBUG + linkDriverVersion = "V03.08.00"; +#endif + return string.Compare(linkDriverVersion, "V03.07.99", false) == 1 ? true : false; + + } + } + ///// <summary> ///// ///// </summary> -- Gitblit v1.8.0