From a01dec01c59ef6625494c29dedadb4e28b4a9730 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Wed, 17 Feb 2021 20:59:45 +0100 Subject: [PATCH] added Tempo plugin --- debian/control | 9 +++++++++ debian/nymea-plugin-tempo.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 11 insertions(+) create mode 100644 debian/nymea-plugin-tempo.install.in diff --git a/debian/control b/debian/control index db1cc72..03b2348 100644 --- a/debian/control +++ b/debian/control @@ -700,6 +700,15 @@ Depends: ${shlibs:Depends}, nymea-plugins-translations, Description: nymea.io plugin for Telegram This plugin allows nymea to send messages to telegram via the bot API. + + +Package: nymea-plugin-tempo +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for Tempo time tracking + This package will install the nymea.io plugin for Tempo time tracking. Package: nymea-plugin-tplink diff --git a/debian/nymea-plugin-tempo.install.in b/debian/nymea-plugin-tempo.install.in new file mode 100644 index 0000000..c63e05e --- /dev/null +++ b/debian/nymea-plugin-tempo.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginstempo.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index eb037d0..a92e578 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -58,6 +58,7 @@ PLUGIN_DIRS = \ tasmota \ tcpcommander \ telegram \ + tempo \ texasinstruments \ tplink \ tuya \