New Plugin: fast.com speed test
parent
fe516fb552
commit
57ca3630cc
|
|
@ -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},
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
@ -18,6 +18,7 @@ PLUGIN_DIRS = \
|
|||
dynatrace \
|
||||
elgato \
|
||||
eq-3 \
|
||||
fastcom \
|
||||
flowercare \
|
||||
fronius \
|
||||
genericelements \
|
||||
|
|
|
|||
Loading…
Reference in New Issue