Show Basic UI and CometVisu intros in Main UI (#1587)
Signed-off-by: Wouter Born <github@maindrain.net>pull/1589/head
parent
4ce4200921
commit
3f7a1d3d04
|
@ -1,14 +1,14 @@
|
|||
## Basic UI
|
||||
# Basic UI
|
||||
|
||||
The Basic UI is a web interface based on Material Design Lite from Google.
|
||||
|
||||
### Features
|
||||
## Features
|
||||
|
||||
- Responsive layout suitable for various screen sizes
|
||||
- AJAX navigation
|
||||
- Live update
|
||||
|
||||
### Configuration
|
||||
## Configuration
|
||||
|
||||
```
|
||||
org.openhab.basicui:defaultSitemap=demo
|
||||
|
@ -19,7 +19,7 @@ org.openhab.basicui:enableIcons=true
|
|||
org.openhab.basicui:iconType=svg
|
||||
```
|
||||
|
||||
### Accessing Sitemaps
|
||||
## Accessing Sitemaps
|
||||
|
||||
The Basic UI has a default layout showing all things and their corresponding items. You may create your own sitemaps and access them through the basic UI in 2 ways.
|
||||
|
||||
|
@ -30,7 +30,7 @@ The Basic UI has a default layout showing all things and their corresponding ite
|
|||
Example: http://hostname:8080/basicui/app?sitemap=sitemapname
|
||||
|
||||
|
||||
### Screenshots:
|
||||
## Screenshots:
|
||||
|
||||
[![Screenshot 1](doc/screenshot-1.png)](doc/screenshot-1-full.png)
|
||||
[![Screenshot 2](doc/screenshot-2.png)](doc/screenshot-2-full.png)
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# CometVisu Backend for openHAB
|
||||
|
||||
## Introduction
|
||||
|
||||
This adds a backend for the web based visualization CometVisu <http://www.cometvisu.org>.
|
||||
The CometVisu is a highly customizable visualization, that runs in any browser.
|
||||
Unlike the browser based UI´s in openHAB, the CometVisu does not rely on sitemaps.
|
||||
|
|
Loading…
Reference in New Issue