Added serial port commander to debian packages
This commit is contained in:
parent
a25ae69e9a
commit
83c55edf6d
17
debian/control
vendored
17
debian/control
vendored
@ -679,7 +679,7 @@ Architecture: any
|
|||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
nymea-plugins-translations,
|
nymea-plugins-translations,
|
||||||
Description: nymea.io plugin for remote ssh connection
|
Description: nymea.io plugin for UniPi devices
|
||||||
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
|
||||||
server works like a translator for devices, things and services and
|
server works like a translator for devices, things and services and
|
||||||
allows them to interact.
|
allows them to interact.
|
||||||
@ -703,6 +703,20 @@ Description: nymea.io plugin for remote ssh connection
|
|||||||
.
|
.
|
||||||
This package will install the nymea.io plugin for unipi devices
|
This package will install the nymea.io plugin for unipi devices
|
||||||
|
|
||||||
|
Package: nymea-plugin-serialportcommander
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io plugin to send and receive strings over a serial port
|
||||||
|
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 serial ports
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugins-translations
|
Package: nymea-plugins-translations
|
||||||
Section: misc
|
Section: misc
|
||||||
@ -767,6 +781,7 @@ Depends: nymea-plugin-boblight,
|
|||||||
nymea-plugin-mqttclient,
|
nymea-plugin-mqttclient,
|
||||||
nymea-plugin-remotessh,
|
nymea-plugin-remotessh,
|
||||||
nymea-plugin-unipi,
|
nymea-plugin-unipi,
|
||||||
|
nymea-plugin-serialportcommander,
|
||||||
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-serialportcommander.install.in
vendored
Normal file
1
debian/nymea-plugin-serialportcommander.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginserialportcommander.so
|
||||||
Loading…
x
Reference in New Issue
Block a user