| | |
| | | } |
| | | public void ShowPage() |
| | | { |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.SupportHomeKitNotes)).LoadTopView(); |
| | | var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.SupportHomeKitNotes)); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView(); |
| | | |
| | | var contentView = new VerticalScrolViewLayout() |
| | | { |
| | | Y = Application.GetRealHeight(90), |
| | | Height = bodyView.Height , |
| | | Y = Application.GetRealHeight(100), |
| | | Height = Application.GetRealHeight(490) , |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | }; |
| | | bodyView.AddChidren(contentView); |
| | |
| | | if (Language.CurrentLanguage == "Chinese") |
| | | { |
| | | msg = "目前HDL平台已支持向苹果应用“家庭”App 添加 HomeKit 配件。" + "\r\n" + |
| | | "目前支持添加到“家庭”的配件有HDL gateway、HDL light等。" + "\r\n" + |
| | | "目前支持添加到“家庭”Buspro网关等。" + "\r\n" + |
| | | "您可以使用 iPhone、iPad 或 iPod touch,按照以下步骤操作,向“家庭”App 添加配件:" + "\r\n" + |
| | | "1、打开“家庭”App,然后轻点“添加配件” 或“添加”。" + "\r\n" + |
| | | "2、轻点“添加配件”。" + "\r\n" + |
| | |
| | | else |
| | | { |
| | | msg = "At present, the HDL platform has supported adding homekit accessories to Apple's \"home\" app." + "\r\n" + |
| | | "At present, HDL gateway, HDL light and other accessories can be added to \"home\"." + "\r\n" + |
| | | "At present, Buspro gateway and other accessories can be added to \"home\"." + "\r\n" + |
| | | "You can use iPhone, iPad or iPod touch to add accessories to the home app by following these steps: " + "\r\n" + |
| | | "1.Open the home app and tap add accessories or add." + "\r\n" + |
| | | "2.Tap add fitting." + "\r\n" + |