diff --git a/debian/control b/debian/control index fb5ca24..a21292f 100644 --- a/debian/control +++ b/debian/control @@ -710,30 +710,16 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, nymea-plugins-translations, -Description: nymea.io plugin for UniPi devices +Description: nymea.io plugin to configure remotessh for your nymea:core 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 + This package will install the nymea.io plugin for remote ssh connections -Package: nymea-plugin-unipi -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 unipi devices - Package: nymea-plugin-serialportcommander Architecture: any Depends: ${shlibs:Depends}, @@ -816,7 +802,6 @@ Depends: nymea-plugin-boblight, nymea-plugin-gpio, nymea-plugin-mqttclient, nymea-plugin-remotessh, - nymea-plugin-unipi, nymea-plugin-serialportcommander, Replaces: guh-plugins-maker Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers diff --git a/debian/nymea-plugin-unipi.install.in b/debian/nymea-plugin-unipi.install.in deleted file mode 100644 index c8a07bf..0000000 --- a/debian/nymea-plugin-unipi.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginunipi.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index f0d5856..8e239fd 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -42,7 +42,6 @@ PLUGIN_DIRS = \ tcpcommander \ texasinstruments \ udpcommander \ - unipi \ unitec \ wakeonlan \ wemo \