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); }