added a few logos and regenerated code

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/621/head
Kai Kreuzer 2017-06-09 22:40:17 +02:00
parent 179de7ea04
commit c2b52d3564
No known key found for this signature in database
GPG Key ID: 5110767B6248D3C0
24 changed files with 16 additions and 5 deletions

View File

@ -5,6 +5,7 @@ title: Air Quality - Bindings
type: binding
description: "This binding uses the [AQIcn.org service](http://aqicn.org) for providing air quality information for any location worldwide."
since: 2x
logo: images/addons/airquality.png
install: auto
---

View File

@ -5,6 +5,7 @@ title: Atlona - Bindings
type: binding
description: "This binding integrates Atlona AT-UHD-PRO3 HdBaseT matrix switches [Atlona AT-UHD-PRO3 HdBaseT matrix switches](http://www.atlona.com) into your openHAB installation."
since: 2x
logo: images/addons/atlona.png
install: auto
---

View File

@ -5,6 +5,7 @@ title: BigAssFan - Bindings
type: binding
description: "The [BigAssFan](http://www.bigassfans.com/) binding is used to enable communication between openHAB and Big Ass Fans' Haiku family of residential fans that implement the SenseME technology."
since: 2x
logo: images/addons/bigassfan.png
install: auto
---

View File

@ -5,6 +5,7 @@ title: D-Link Smart Home - Bindings
type: binding
description: "A binding for D-Link Smart Home devices."
since: 2x
logo: images/addons/dlinksmarthome.png
install: auto
---

View File

@ -5,6 +5,7 @@ title: Folding@home - Bindings
type: binding
description: "Binding for the [Folding@home](https://folding.stanford.edu/) distributed computing"
since: 2x
logo: images/addons/folding.png
install: auto
---

View File

@ -6,6 +6,7 @@ type: binding
description: "This binding can be configured in the `services/fritzbox.cfg` file."
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fritzbox/README.md
since: 1x
logo: images/addons/fritzbox.png
install: auto
---

View File

@ -5,6 +5,7 @@ title: Gardena - Bindings
type: binding
description: "This is the binding for [Gardena Smart Home](http://www.gardena.com/de/rasenpflege/smartsystem/)."
since: 2x
logo: images/addons/gardena.png
install: auto
---

View File

@ -5,6 +5,7 @@ title: HDanywhere - Bindings
type: binding
description: "This binding integrates with [HDanywhere](http://www.hdanywhere.co.uk) HDMI matrices."
since: 2x
logo: images/addons/hdanywhere.png
install: auto
---

View File

@ -6,6 +6,7 @@ type: binding
description: "[HDanywhere](http://www.hdanywhere.co.uk) is a manufacturer of multiroom/distributed audio/video equipment. This binding supports their V3 of the Multiroom+ HDMI matrix running firmware V1.2(20131222). These matrices support the highest HD resolutions, including 1080p 3D & 4K, use a single Cat5e/6/7 wiring structure with reliable performance up to 100m, have IR passback to allow you to select and control what you watch from every room and are fully compatible with universal remote controls."
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.hdanywhere/README.md
since: 1x
logo: images/addons/hdanywhere.png
install: manual
---

View File

@ -6,6 +6,7 @@ type: binding
description: "The [Koubachi](http://www.koubachi.com) Services help everybody without a green thumb to be a perfect gardener. All plants can be registered on their really nice website (or through iPhone/iPad App) to tell you when and how to care for your plants. Furthermore they offer a dedicated hardware, the WIFI Plant Sensor. This wireless device measures vital parameters and determines the vitality of your plants."
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.koubachi/README.md
since: 1x
logo: images/addons/koubachi.png
install: auto
---

@ -1 +1 @@
Subproject commit 4ed5f59a5783b099accbf7256a628e891077a771
Subproject commit a278d35e5f54f836528761210211a3d383c5b854

@ -1 +1 @@
Subproject commit c4abbeecb9810bff01ed2b96fba7733672e2ef35
Subproject commit e402588214fd80c34156c5e1f680e9285f8d7f92

@ -1 +1 @@
Subproject commit 7b76fc69415a4d478aa0e0016ba49a5bc9fd6a64
Subproject commit 08d11a351fe72e02d6ac691c8fe39eeb382cf1bc

@ -1 +1 @@
Subproject commit 3d7f34d40d79e7cc9666bf477a03e40eb68f7001
Subproject commit 860849ab056a1be70188dde03a8c92398bbb4b74

View File

@ -47,11 +47,12 @@ The initial state of a thing is UNINITIALIZED. From UNINITIALIZED the thing goes
A status is detailed further with a status detail object. The following table lists the different status details for each status:
<table>
<tr valign="top"><td rowspan="5">UNINITIALIZED</td><td>NONE</td><td>No further status details available.</td></tr>
<tr valign="top"><td rowspan="6">UNINITIALIZED</td><td>NONE</td><td>No further status details available.</td></tr>
<tr valign="top"> <td>HANDLER_MISSING_ERROR</td><td>The handler cannot be initialized, because the responsible binding is not available or started.</td></tr>
<tr valign="top"> <td>HANDLER_REGISTERING_ERROR</td><td>The handler failed in the service registration phase.</td></tr>
<tr valign="top"> <td>HANDLER_CONFIGURATION_PENDING</td><td>The handler is registered but can not be initialized caused by missing configuration parameters.</td></tr>
<tr valign="top"> <td>HANDLER_INITIALIZING_ERROR</td><td>The handler failed in the initialization phase.</td></tr>
<tr valign="top"> <td>BRIDGE_UNINITIALIZED</td><td>The bridge associated with this thing is not initialized.</td></tr>
<tr valign="top"><td>INITIALIZING</td> <td>NONE</td><td>No further status details available.</td></tr>
<tr valign="top"><td>UNKNOWN</td> <td>NONE</td><td>No further status details available.</td></tr>
<tr valign="top"><td rowspan="2">ONLINE</td> <td>NONE</td><td>No further status details available.</td></tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/addons/atlona.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/addons/bigassfan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/addons/folding.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
images/addons/fritzbox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
images/addons/gardena.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

BIN
images/addons/koubachi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB