From 41e0ae11cb38618575c9c159d4b28119adcf98ff Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 03 三月 2021 09:29:16 +0800 Subject: [PATCH] 2021-03-03 1.增加一键上传设备和场景数据按钮 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Alexa/AlexaSettingDevicePage.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Alexa/AlexaSettingDevicePage.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Alexa/AlexaSettingDevicePage.cs index 30a3430..4bacf6c 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Alexa/AlexaSettingDevicePage.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Alexa/AlexaSettingDevicePage.cs @@ -201,6 +201,9 @@ { deviceScrolView.RemoveAll (); foreach (Function function in CommonConfig.Current.FunctionList) { + //杩囨护閫氱敤寮�鍏充笉鍏佽鏄剧ず鍜屾坊鍔� + if (function.spk == SPK.UniversalDevice) continue; + AddRowView (function); } -- Gitblit v1.8.0