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>