updated generated content

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/340/head
Kai Kreuzer 2017-02-20 10:47:21 +01:00
parent 36315740bc
commit da130e40e3
No known key found for this signature in database
GPG Key ID: 5110767B6248D3C0
252 changed files with 1595 additions and 402 deletions

View File

@ -253,7 +253,7 @@ oh1,persistence,mysql,false,MySQL,"This service allows you to persist state upda
oh1,persistence,rrd4j,false,rrd4j,"The [rrd4j](https://github.com/rrd4j/rrd4j) Persistence service is based on a round-robin database."
oh1,persistence,sense,false,Sen.Se,"This service allows you to feed item data to [Sen.Se web site](http://open.sen.se)."
oh1,persistence,sitewhere,false,SiteWhere,"The [SiteWhere](http://www.sitewhere.org/) persistence service allows openHAB item states to be forwarded to a SiteWhere server instance running locally or in the cloud. Selected events from an openHAB instance can be stored in SiteWhere under a virtual device with hardware ID specified in the persistence provider implementation."
oh1,io,dropbox,true,Dropbox Synchronization,"This service will synchronize files on your openHAB server, such as configuration and log files, to and/or from your Dropbox account."
oh1,io,dropbox,true,Dropbox Synchronization,"This service will synchronize files on the openHAB server, such as configuration and log files, to and/or from a Dropbox account."
oh1,io,gcal,true,Google Calendar Scheduler,"The Google Calendar Scheduler allows you to control items in openHAB at scheduled times in the future. It will send commands to items or update the state of items when defined on one of your Google Calendars."
oh2,io,homekit,false,HomeKit Add-on,"This is an add-on that exposes your openHAB system as a bridge over the HomeKit protocol."
oh2,io,hueemulation,false,openHAB Hue Emulation,"Hue Emulation exposes openHAB items as Hue devices to other Hue HTTP API compatible applications like an Amazon Echo."

1 source type id icon label description
253 oh1 persistence rrd4j false rrd4j The [rrd4j](https://github.com/rrd4j/rrd4j) Persistence service is based on a round-robin database.
254 oh1 persistence sense false Sen.Se This service allows you to feed item data to [Sen.Se web site](http://open.sen.se).
255 oh1 persistence sitewhere false SiteWhere The [SiteWhere](http://www.sitewhere.org/) persistence service allows openHAB item states to be forwarded to a SiteWhere server instance running locally or in the cloud. Selected events from an openHAB instance can be stored in SiteWhere under a virtual device with hardware ID specified in the persistence provider implementation.
256 oh1 io dropbox true Dropbox Synchronization This service will synchronize files on your openHAB server, such as configuration and log files, to and/or from your Dropbox account. This service will synchronize files on the openHAB server, such as configuration and log files, to and/or from a Dropbox account.
257 oh1 io gcal true Google Calendar Scheduler The Google Calendar Scheduler allows you to control items in openHAB at scheduled times in the future. It will send commands to items or update the state of items when defined on one of your Google Calendars.
258 oh2 io homekit false HomeKit Add-on This is an add-on that exposes your openHAB system as a bridge over the HomeKit protocol.
259 oh2 io hueemulation false openHAB Hue Emulation Hue Emulation exposes openHAB items as Hue devices to other Hue HTTP API compatible applications like an Amazon Echo.

View File

@ -104,3 +104,4 @@ persistence,mqtt,MQTT Persistence
persistence,mysql,MySQL Persistence
persistence,rrd4j,RRD4j Persistence
misc,gcal1,Google Calendar Scheduler
misc,dropbox1,Dropbox Synchronization Service

1 category id label
104 persistence mysql MySQL Persistence
105 persistence rrd4j RRD4j Persistence
106 misc gcal1 Google Calendar Scheduler
107 misc dropbox1 Dropbox Synchronization Service

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Astro - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.astro/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Cisco Spark - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.ciscospark/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: DSC Alarm - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.dscalarm/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Ecobee - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.ecobee/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Logitech Harmony Hub - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.harmonyhub/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Homematic - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.homematic/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Mail - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.mail/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: MiOS - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.mios/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: MQTT - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.mqtt/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: NotifyMyAndroid - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.nma/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: OpenWebIf - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.openwebif/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Pebble - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.pebble/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Prowl - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.prowl/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Pushover - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.pushover/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Pushsafer - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.pushsafer/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Satel - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.satel/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Squeezebox - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.squeezebox/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Telegram - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.telegram/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: TinkerForge - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.tinkerforge/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Twitter - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.twitter/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Weather - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.weather/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: XBMC - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.xbmc/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: XMPP - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.xmpp/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: xPL - Actions
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.xpl/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: AKM868 - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.akm868/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Alarm Decoder - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.alarmdecoder/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: AllPlay - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Amazon Dash Button - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Anel NET-PwrCtrl - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.anel/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Asterisk - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.asterisk/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Astro - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}
@ -123,7 +124,7 @@ astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ]
astro:moon:home [ geolocation="xx.xxxxxx,xx.xxxxxx", interval=60 ]
```
or optionally with an offset
or optionally with an event offset
```
astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ] {
@ -135,6 +136,20 @@ astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ]
astro:moon:home [ geolocation="xx.xxxxxx,xx.xxxxxx", interval=60 ]
```
or a datetime offset
```
astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ] {
Channels:
Type start : rise#start [
offset=5
]
Type end : rise#end [
offset=5
]
}
```
Items:
```

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Astro - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.astro/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Atlona - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Autelis Pool Control - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Autelis - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.autelis/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: AVM FRITZ! - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: BenQ Projector - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.benqprojector/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Bluetooth - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.bluetooth/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Bosch Indego - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Bticino - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.bticino/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: CalDAV Command - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.caldav-command/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: CalDAV Personal - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.caldav-personal/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Chromecast - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: ComfoAir - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.comfoair/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: ConfigAdmin - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.configadmin/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: CoolMasterNet - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: CUPS - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.cups/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Daikin - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.daikin/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Davis - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.davis/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: DD-WRT - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ddwrt/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Denon - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.denon/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: digitalSTROM - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.digitalstrom/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: DIYOnXBee - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.diyonxbee/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: DMX - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.dmx/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: DSC Alarm - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: DSC PowerSeries Alarm System - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.dscalarm/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: DSMR - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.dsmr/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: eBUS - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ebus/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Ecobee - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ecobee/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: EcoTouch - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ecotouch/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: ekey - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ekey/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Energenie - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.energenie/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: EnOcean - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.enocean/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Enphase Energy - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.enphaseenergy/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Epson Projector - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.epsonprojector/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Exec - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Exec - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.exec/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Expire - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.expire/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Fatek PLC - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fatekplc/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Feed - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: FHT - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fht/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Freebox - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Freebox - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.freebox/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: FreeSWITCH - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.freeswitch/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Fritz AHA - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fritzaha/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Fritz!Box - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fritzbox/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Fritzbox (using TR064 protocol) - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fritzboxtr064/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Frontier Silicon Radio - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.frontiersiliconradio/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: FS20 - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fs20/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Garadget - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.garadget/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Gardena - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Global Cache IR - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.gc100ir/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: GlobalCache - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: GPIO - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.gpio/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Logitech Harmony Hub - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Harmony Hub - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.harmonyhub/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: HDanywhere - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: HDanywhere - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.hdanywhere/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Hunter Douglas PowerView - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Heatmiser - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.heatmiser/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: HMS - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.hms/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -3,6 +3,7 @@ layout: documentation
title: Homematic - Bindings
source: external
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Homematic - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.homematic/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Horizon mediabox - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.horizon/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: HTTP - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.http/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: Hue - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.hue/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: IEC 62056-21 Meter - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.iec6205621meter/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

View File

@ -1,8 +1,9 @@
---
layout: documentation
title: IHC / ELKO - Bindings
source: external
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ihc/README.md
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}

Some files were not shown because too many files have changed in this diff Show More