diff --git a/debian/control b/debian/control index 8ccae56..525e575 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}, 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 diff --git a/nymea-plugins.pro b/nymea-plugins.pro index e5539ac..4b34049 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -22,6 +22,7 @@ PLUGIN_DIRS = \ fastcom \ flowercare \ fronius \ + garadget \ genericelements \ genericthings \ goecharger \