陈嘉乐
2020-05-06 6817ec660fcf032ed94a4197b145ad1e96c2aeed
ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceMacInfoEditorForm.cs
@@ -901,9 +901,15 @@
        /// </summary>
        private void AddAirSwitchFunctionTypeRow()
        {
            if (this.deviceEnumInfo.BeloneType != DeviceBeloneType.A智能空开)
            //2020.04.28变更:有个别设备它除了继电器回路,什么都没有了,
            //这个时候也要现实出来
            if (this.listNewDevice.Count != 1)
            {
                //不是空气开关
                return;
            }
            if (this.listNewDevice[0].Type != DeviceType.OnOffOutput
                && this.listNewDevice[0].Type != DeviceType.AirSwitch)
            {
                return;
            }
            //自定义功能类型控件