Show Basic UI and CometVisu intros in Main UI (#1587)

Signed-off-by: Wouter Born <github@maindrain.net>
pull/1589/head
Wouter Born 2022-12-18 15:20:42 +01:00 committed by GitHub
parent 4ce4200921
commit 3f7a1d3d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View File

@ -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)

View File

@ -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.