Improve UIs article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>pull/532/merge
parent
3d207ca37c
commit
80599bcbf7
|
@ -5,10 +5,12 @@ title: User Interfaces
|
|||
|
||||
{% include base.html %}
|
||||
|
||||
# UI Features
|
||||
# User Interfaces
|
||||
|
||||
| User-Interface | Description |
|
||||
|----------------|---------------|
|
||||
openHAB offers a variety of frontends for user interaction, from administrative web frontends to dedicated smartphone apps.
|
||||
|
||||
| Web Application | Description |
|
||||
|-----------------|---------------|
|
||||
| [Basic UI]({{docu}}/addons/uis/basic/readme.html) | The Basic UI is an HTML5 web application in Material Design, designed for operating openHAB. |
|
||||
| [Classic UI]({{docu}}/addons/uis/classic/readme.html) | The Classic UI is the original openHAB 1.x webui, designed for operating openHAB. |
|
||||
| [HABmin]({{docu}}/addons/uis/habmin/readme.html) | HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions. |
|
||||
|
@ -21,6 +23,13 @@ title: User Interfaces
|
|||
| [iOS App]({{docu}}/addons/uis/apps/ios.html) | The native iOS app to access openHAB on the go. |
|
||||
| [Windows 10 App]({{docu}}/addons/uis/apps/windows.html) | The native Windows 10 app to access openHAB on the go. |
|
||||
|
||||
## Iconsets
|
||||
|
||||
Basic UI, Classic UI and all apps present a graphical user interface as defined in [Sitemaps]({{base}}/configuration/sitemaps.html) by the help of [Items]({{base}}/configuration/items.html).
|
||||
Each Item respectively each Sitemap element may be assoziated with an icon visible next to it.
|
||||
The Classic Icons Set is currently the only set of icons provided.
|
||||
Addition of personal icons and customization of the existing ones is supported and encouraged.
|
||||
See the instructions about [Custom Icons and Custom Dynamic Icons]({{base}}/configuration/items.html#icons) for more details.
|
||||
|
||||
| Iconset | Description |
|
||||
|---------|----------------------|
|
||||
|
|
Loading…
Reference in New Issue