From 745da66410158a63fbf241897e2baae45b96cd3b Mon Sep 17 00:00:00 2001 From: Bruce Eckstein Date: Sun, 31 Oct 2021 07:11:29 -0400 Subject: [PATCH 1/3] New Plugin: Garadget --- debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/control b/debian/control index 0bfec24..53cd38a 100644 --- a/debian/control +++ b/debian/control @@ -344,6 +344,22 @@ Description: nymea.io plugin for eq-3 This package will install the nymea.io plugin for eq-3 +Package: nymea-plugin-garadget +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Description: nymea.io plugin for Garadget + The nymea daemon is a plugin based IoT (Internet of Things) server. The + server works like a translator for devices, things and services and + allows them to interact. + With the powerful rule engine you are able to connect any device available + in the system and create individual scenes and behaviors for your environment. + . + This package will install the nymea.io plugin for Garadget Garage Door Opener + + Package: nymea-plugin-genericelements Architecture: any Depends: ${shlibs:Depends}, From 31ab80c3ba7b37eae3448c1c661f885286c4797c Mon Sep 17 00:00:00 2001 From: Bruce Eckstein Date: Sun, 31 Oct 2021 07:14:20 -0400 Subject: [PATCH 2/3] Garadget update to include all files --- debian/nymea-plugin-garadget.install.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/nymea-plugin-garadget.install.in diff --git a/debian/nymea-plugin-garadget.install.in b/debian/nymea-plugin-garadget.install.in new file mode 100644 index 0000000..620d438 --- /dev/null +++ b/debian/nymea-plugin-garadget.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationplugingaradget.so From edd90d5513779e8b0d51cc5abd01e2c648dcb377 Mon Sep 17 00:00:00 2001 From: Bruce Eckstein Date: Mon, 1 Nov 2021 10:18:21 -0400 Subject: [PATCH 3/3] added garadget to nymea-plugins.pro --- nymea-plugins.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/nymea-plugins.pro b/nymea-plugins.pro index a8f3990..40fd2fd 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -22,6 +22,7 @@ PLUGIN_DIRS = \ fastcom \ flowercare \ fronius \ + garadget \ genericelements \ genericthings \ goecharger \