From 94d6591af7870ba0f1f7797310c07581d6fcd0b4 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 04 十一月 2022 16:27:14 +0800
Subject: [PATCH] 2022年11月04日16:26:44

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
index 0246a9d..13f4a58 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
@@ -55,12 +55,15 @@
             #region  缂栬緫璁惧鐘舵��
             switch (device.spk)
             {
+
                 //寮�鍏崇伅鍏� 
                 case SPK.AirSwitch:
                 case SPK.LightSwitch:
                 //鎻掑骇
                 case SPK.PanelSocket:
                 case SPK.ElectricSocket:
+                //鏈烘鎵�
+                case SPK.MechanicalArm:
                     {
                         #region 鐣岄潰
                         ///寮�鍏�
@@ -537,9 +540,9 @@
                                     {
                                         loading.Hide();
                                         PublicInterface publicInterface = new PublicInterface();
-                                        publicInterface.FrameOrVv(this, musicNameList, new List<string> { funTypeView.btnState.Text }, palyList.group, (index) =>
+                                        publicInterface.FrameOrVv(this, musicNameList, new List<string> { funTypeView.btnState.Text }, palyList.group, (index2) =>
                                         {
-                                            var musicSelecetd = palyList.songs[index];
+                                            var musicSelecetd = palyList.songs[index2];
                                             //鐣岄潰鏄剧ず閫変腑鍊�
                                             funTypeView.btnState.Text = musicSelecetd.name;
                                             //鏁版嵁灏佽

--
Gitblit v1.8.0