From 46a177eb1acf7ce91af7fe9ff57af87228de938d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 17 十月 2023 10:03:24 +0800 Subject: [PATCH] IOS库更新 --- HDL_ON/Entity/FunctionList.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Entity/FunctionList.cs b/HDL_ON/Entity/FunctionList.cs index 5dbf0f1..919bfe1 100644 --- a/HDL_ON/Entity/FunctionList.cs +++ b/HDL_ON/Entity/FunctionList.cs @@ -190,7 +190,7 @@ /// <returns></returns> public List<Function> GetVideoControlsList() { - var spkList = SPK.GetVideoDoorLockSPKList(); + var spkList = SPK.GetVideoControlsSPKList(); return Functions.FindAll((obj) => spkList.Contains(obj.spk)); } @@ -228,7 +228,7 @@ /// </summary> public List<Function> GetElectricals() { - var spkList = SPK.ElectricalSpkList(); + var spkList = SPK.ElectricalSpkList(); return Functions.FindAll((obj) => spkList.Contains(obj.spk)); } -- Gitblit v1.8.0