[mcd] Initial contribution (#13051)

Signed-off-by: Simon Dengler <simon_dengler@gmx.de>
This commit is contained in:
simon-dengler
2022-07-10 20:20:23 +02:00
committed by GitHub
parent 4f57ae7879
commit 9bd8854e0b
21 changed files with 1386 additions and 0 deletions

View File

@@ -886,6 +886,11 @@
<artifactId>org.openhab.binding.max</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.mcd</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.mcp23017</artifactId>