From 57ca3630ccc0939c3402d46f06eb3deaacefc2d4 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 4 Sep 2020 18:26:59 +0200 Subject: [PATCH] New Plugin: fast.com speed test --- debian/control | 16 ++++++++++++++++ debian/nymea-plugin-fastcom.install.in | 3 +++ nymea-plugins.pro | 1 + 3 files changed, 20 insertions(+) create mode 100644 debian/nymea-plugin-fastcom.install.in diff --git a/debian/control b/debian/control index adc642c..12e5119 100644 --- a/debian/control +++ b/debian/control @@ -276,6 +276,22 @@ Description: nymea.io plugin for elgato This package will install the nymea.io plugin for elgato +Package: nymea-plugin-fastcom +Architecture: any +Depends: ${misc:Depends}, + nymea-plugins-translations, + python3-pip, +Description: nymea.io plugin for fast.com based internet speed test + 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 performing ineternet speed + tests using fast.com + + Package: nymea-plugin-flowercare Architecture: any Depends: ${shlibs:Depends}, diff --git a/debian/nymea-plugin-fastcom.install.in b/debian/nymea-plugin-fastcom.install.in new file mode 100644 index 0000000..f5a308b --- /dev/null +++ b/debian/nymea-plugin-fastcom.install.in @@ -0,0 +1,3 @@ +fastcom/integrationpluginfastcom.json usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/fastcom/ +fastcom/integrationpluginfastcom.py usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/fastcom/ +fastcom/requirements.txt usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/fastcom/ diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 1f67908..c8b8067 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -18,6 +18,7 @@ PLUGIN_DIRS = \ dynatrace \ elgato \ eq-3 \ + fastcom \ flowercare \ fronius \ genericelements \