New Plugin: fast.com speed test

pull/1/head
Michael Zanetti 2020-09-04 18:26:59 +02:00
parent fe516fb552
commit 57ca3630cc
3 changed files with 20 additions and 0 deletions

16
debian/control vendored
View File

@ -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},

View File

@ -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/

View File

@ -18,6 +18,7 @@ PLUGIN_DIRS = \
dynatrace \
elgato \
eq-3 \
fastcom \
flowercare \
fronius \
genericelements \