New Plugin: fast.com speed test
This commit is contained in:
parent
fe516fb552
commit
57ca3630cc
16
debian/control
vendored
16
debian/control
vendored
@ -276,6 +276,22 @@ Description: nymea.io plugin for elgato
|
|||||||
This package will install the 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
|
Package: nymea-plugin-flowercare
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
|
|||||||
3
debian/nymea-plugin-fastcom.install.in
vendored
Normal file
3
debian/nymea-plugin-fastcom.install.in
vendored
Normal 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/
|
||||||
@ -18,6 +18,7 @@ PLUGIN_DIRS = \
|
|||||||
dynatrace \
|
dynatrace \
|
||||||
elgato \
|
elgato \
|
||||||
eq-3 \
|
eq-3 \
|
||||||
|
fastcom \
|
||||||
flowercare \
|
flowercare \
|
||||||
fronius \
|
fronius \
|
||||||
genericelements \
|
genericelements \
|
||||||
|
|||||||
Reference in New Issue
Block a user