Add remote ssh plugin
This commit is contained in:
parent
7560ce933d
commit
066fe1a113
16
debian/control
vendored
16
debian/control
vendored
@ -557,6 +557,21 @@ Description: nymea.io plugin for keba
|
|||||||
This package will install the nymea.io plugin for keba
|
This package will install the nymea.io plugin for keba
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-remotessh
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io plugin for remote ssh connection
|
||||||
|
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 remote ssh connection
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugins-translations
|
Package: nymea-plugins-translations
|
||||||
Section: misc
|
Section: misc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
@ -611,6 +626,7 @@ Depends: nymea-plugin-commandlauncher,
|
|||||||
nymea-plugin-genericelements,
|
nymea-plugin-genericelements,
|
||||||
nymea-plugin-avahimonitor,
|
nymea-plugin-avahimonitor,
|
||||||
nymea-plugin-gpio,
|
nymea-plugin-gpio,
|
||||||
|
nymea-plugin-remotessh,
|
||||||
Replaces: guh-plugins-maker
|
Replaces: guh-plugins-maker
|
||||||
Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers
|
Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers
|
||||||
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
||||||
|
|||||||
1
debian/nymea-plugin-remotessh.install.in
vendored
Normal file
1
debian/nymea-plugin-remotessh.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginremotessh.so
|
||||||
@ -34,7 +34,8 @@ PLUGIN_DIRS = \
|
|||||||
gpio \
|
gpio \
|
||||||
snapd \
|
snapd \
|
||||||
simulation \
|
simulation \
|
||||||
keba \
|
keba \
|
||||||
|
remotessh \
|
||||||
|
|
||||||
|
|
||||||
CONFIG+=all
|
CONFIG+=all
|
||||||
|
|||||||
Reference in New Issue
Block a user