CrabtreeOn,印度客户定制APP,迁移2.0平台版本
JLChen
2021-03-03 f4ec37cb00f1e75b6a6c723a799ffaa79408977b
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);
            }