From 06802250b4b9041d39d568c1dbe77684075006b2 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 11 三月 2020 10:03:44 +0800 Subject: [PATCH] 上传一个版本 --- ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceListMainForm.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceListMainForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceListMainForm.cs index 7fb6fe1..fe01496 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceListMainForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceListMainForm.cs @@ -417,6 +417,12 @@ var form = new DeviceFunctionSettionForm(); form.AddForm(device, true); } + //鏂伴闈㈡澘 + else if (deviceEnumInfo.ConcreteType == DeviceConcreteType.ButtonPanel_FangyueNewWind) + { + var form = new DeviceFunctionSettionForm(); + form.AddForm(device, true); + } //鏂规偊闈㈡澘 else if (deviceEnumInfo.ConcreteType == DeviceConcreteType.ButtonPanel_FangyueTwo || deviceEnumInfo.ConcreteType == DeviceConcreteType.ButtonPanel_FangyueFour @@ -433,7 +439,7 @@ else if (device.Type == DeviceType.OnOffOutput) { //鏂规偊闈㈡澘鐨勫姛鑳介厤缃� - var form = new DevicePanel.PanelFangyueButtonSettionForm(); + var form = new DevicePanel.PanelFangyueFunctionSettionForm(); form.AddForm(device); } else -- Gitblit v1.8.0