[gpio] GPIO Binding initial contribution (#1334)

* Added GPIO support

Signed-off-by: Nils Bauer <nbauer@niba.tech>
This commit is contained in:
Nils Bauer
2021-01-03 08:38:22 +01:00
committed by GitHub
parent 9776de236f
commit a02be787ee
20 changed files with 808 additions and 0 deletions

View File

@@ -406,6 +406,11 @@
<artifactId>org.openhab.binding.goecharger</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.gpio</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.gpstracker</artifactId>