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