removed orderbutton, plantcare and ws2812
This commit is contained in:
parent
fc33e06e77
commit
cf01b33bf0
51
debian/control
vendored
51
debian/control
vendored
@ -403,22 +403,6 @@ Description: nymea.io plugin for openweathermap
|
|||||||
This package will install the nymea.io plugin for openweathermap
|
This package will install the nymea.io plugin for openweathermap
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-orderbutton
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
nymea-plugins-translations,
|
|
||||||
Replaces: guh-plugin-orderbutton
|
|
||||||
Description: nymea.io plugin for orderbutton
|
|
||||||
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 orderbutton
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-osdomotics
|
Package: nymea-plugin-osdomotics
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -451,22 +435,6 @@ Description: nymea.io plugin for philipshue
|
|||||||
This package will install the nymea.io plugin for philipshue
|
This package will install the nymea.io plugin for philipshue
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-plantcare
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
nymea-plugins-translations,
|
|
||||||
Replaces: guh-plugin-plantcare
|
|
||||||
Description: nymea.io plugin for plantcare
|
|
||||||
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 plantcare
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-pushbullet
|
Package: nymea-plugin-pushbullet
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -577,22 +545,6 @@ Description: nymea.io plugin for wemo
|
|||||||
This package will install the nymea.io plugin for wemo
|
This package will install the nymea.io plugin for wemo
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-ws2812
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
nymea-plugins-translations,
|
|
||||||
Replaces: guh-plugin-ws2812
|
|
||||||
Description: nymea.io plugin for ws2812
|
|
||||||
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 ws2812
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tcpcommander
|
Package: nymea-plugin-tcpcommander
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -829,9 +781,6 @@ Package: nymea-plugins-merkurboard
|
|||||||
Section: libs
|
Section: libs
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: nymea-plugin-osdomotics,
|
Depends: nymea-plugin-osdomotics,
|
||||||
nymea-plugin-plantcare,
|
|
||||||
nymea-plugin-ws2812,
|
|
||||||
nymea-plugin-orderbutton,
|
|
||||||
Replaces: guh-plugins-merkurboard
|
Replaces: guh-plugins-merkurboard
|
||||||
Description: Plugins for nymea IoT server - Meta package for 6LoWPAN Merkur boards
|
Description: Plugins for nymea IoT server - Meta package for 6LoWPAN Merkur boards
|
||||||
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-orderbutton.install.in
vendored
1
debian/nymea-plugin-orderbutton.install.in
vendored
@ -1 +0,0 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginorderbutton.so
|
|
||||||
1
debian/nymea-plugin-plantcare.install.in
vendored
1
debian/nymea-plugin-plantcare.install.in
vendored
@ -1 +0,0 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginplantcare.so
|
|
||||||
1
debian/nymea-plugin-ws2812.install.in
vendored
1
debian/nymea-plugin-ws2812.install.in
vendored
@ -1 +0,0 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginws2812.so
|
|
||||||
@ -28,10 +28,8 @@ PLUGIN_DIRS = \
|
|||||||
netatmo \
|
netatmo \
|
||||||
networkdetector \
|
networkdetector \
|
||||||
openweathermap \
|
openweathermap \
|
||||||
orderbutton \
|
|
||||||
osdomotics \
|
osdomotics \
|
||||||
philipshue \
|
philipshue \
|
||||||
plantcare \
|
|
||||||
pushbullet \
|
pushbullet \
|
||||||
remotessh \
|
remotessh \
|
||||||
senic \
|
senic \
|
||||||
@ -46,7 +44,6 @@ PLUGIN_DIRS = \
|
|||||||
unitec \
|
unitec \
|
||||||
wakeonlan \
|
wakeonlan \
|
||||||
wemo \
|
wemo \
|
||||||
ws2812 \
|
|
||||||
|
|
||||||
|
|
||||||
message(============================================)
|
message(============================================)
|
||||||
|
|||||||
Reference in New Issue
Block a user