From b3d75570d363239b8c8462ba6eb0658a894dfab8 Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Fri, 13 Mar 2020 12:03:56 +0100 Subject: [PATCH 1/3] added bluos integration plugin --- debian/control | 15 +++++++++++++++ nymea-plugins.pro | 1 + 2 files changed, 16 insertions(+) diff --git a/debian/control b/debian/control index 6efef76..b3d37b6 100644 --- a/debian/control +++ b/debian/control @@ -72,6 +72,21 @@ Description: nymea.io plugin for awattar This package will install the nymea.io plugin for awattar +Package: nymea-plugin-bluos +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for bluos + 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 bluos + + Package: nymea-plugin-boblight Architecture: any Depends: ${shlibs:Depends}, diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 23d78cd..263579b 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -4,6 +4,7 @@ PLUGIN_DIRS = \ anel \ avahimonitor \ awattar \ + bluos \ boblight \ bose \ coinmarketcap \ From 2a5acaf33583312e7639632e9f8f276c44a792f5 Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Fri, 13 Mar 2020 12:54:42 +0100 Subject: [PATCH 2/3] added bluos files --- debian/nymea-plugin-bluos.install.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/nymea-plugin-bluos.install.in diff --git a/debian/nymea-plugin-bluos.install.in b/debian/nymea-plugin-bluos.install.in new file mode 100644 index 0000000..11c5b05 --- /dev/null +++ b/debian/nymea-plugin-bluos.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginbluos.so From 34045df91be91133bd944e3d746a31a8b631bbe9 Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Thu, 26 Mar 2020 19:52:56 +0100 Subject: [PATCH 3/3] removed untested services from browsing --- debian/nymea-plugin-bluos.install.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/nymea-plugin-bluos.install.in b/debian/nymea-plugin-bluos.install.in index 11c5b05..f0a17ed 100644 --- a/debian/nymea-plugin-bluos.install.in +++ b/debian/nymea-plugin-bluos.install.in @@ -1 +1 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginbluos.so +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginbluos.so