diff --git a/README.md b/README.md index 0c930d72..5e0b5448 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,6 @@ Note that some advanced sitemap features may not be supported on the Apple watch When using the Watch app, slide left to bring up the configuration view and select "sync" to ensure the local, remote and username/password configurations are synced to the watch. ## Main UI and Sitemap Usage - Logo Clicking "Home" will navigate to the Main UI from the user's openHAB system. Clicking this when the Main UI is already visible will force a reload the Main UI. @@ -134,24 +133,24 @@ Settings opens the application settings view. The app will persist the last primary view opened (Main UI or Sitemaps) when the app is opened or restarted. ## Push Notifications - The [openHAB Cloud Connector](https://next.openhab.org/addons/integrations/openhabcloud/) allows users to send push notifications mobile devices registered with an [openHAB Cloud instance](https://github.com/openhab/openhab-cloud) such as [myopenHAB.org](https://www.myopenhab.org). +

+Logo +

+ Push Notifications on iOS support: -- Title and Body text -- Image and Video Attachments -- Collapsible / Updated Notifications -- Removing notifications +- Title and message text +- Image and video attachments - Up to 3 action buttons (long press notification) - -See [Cloud notification actions](https://next.openhab.org/addons/integrations/openhabcloud/#cloud-notification-actions) for a full list of notification options. +- Collapsible / updated notifications +- Removing notifications ## Widgets Coming soon ! ## Setting up development environment - If you want to contribute to the iOS application we are here to help you to set up development environment. openHAB iOS app is developed using Xcode and the standard iOS SDK from Apple. @@ -173,7 +172,6 @@ And also please support with the localization of openhab-ios: ## Trademark Disclaimer - Product names, logos, brands and other trademarks referred to within the openHAB website are the property of their respective trademark holders. These trademark holders are not affiliated with openHAB or our website. They do not sponsor or endorse our materials. diff --git a/doc/mainui.png b/doc/mainui.png new file mode 100644 index 00000000..169ac87b Binary files /dev/null and b/doc/mainui.png differ diff --git a/doc/notifications.png b/doc/notifications.png new file mode 100644 index 00000000..f61c1737 Binary files /dev/null and b/doc/notifications.png differ diff --git a/doc/sitemap.png b/doc/sitemap.png new file mode 100644 index 00000000..fd051dd7 Binary files /dev/null and b/doc/sitemap.png differ