Add nuki plugin
Revert copyright changes
This commit is contained in:
parent
ef308a3254
commit
081ad64369
17
debian/control
vendored
17
debian/control
vendored
@ -14,6 +14,7 @@ Build-depends: libboblight-dev,
|
|||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
qtconnectivity5-dev,
|
qtconnectivity5-dev,
|
||||||
libow-dev,
|
libow-dev,
|
||||||
|
libsodium-dev,
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
|
|
||||||
@ -453,6 +454,21 @@ Description: nymea.io plugin for networkdetector
|
|||||||
This package will install the nymea.io plugin for networkdetector
|
This package will install the nymea.io plugin for networkdetector
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-nuki
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
libsodium23,
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io plugin for the nuki smart lock
|
||||||
|
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 nuki devices
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-onewire
|
Package: nymea-plugin-onewire
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -877,6 +893,7 @@ Depends: nymea-plugin-anel,
|
|||||||
nymea-plugin-texasinstruments,
|
nymea-plugin-texasinstruments,
|
||||||
nymea-plugin-netatmo,
|
nymea-plugin-netatmo,
|
||||||
nymea-plugin-networkdetector,
|
nymea-plugin-networkdetector,
|
||||||
|
nymea-plugin-nuki,
|
||||||
nymea-plugin-openuv,
|
nymea-plugin-openuv,
|
||||||
nymea-plugin-openweathermap,
|
nymea-plugin-openweathermap,
|
||||||
nymea-plugin-philipshue,
|
nymea-plugin-philipshue,
|
||||||
|
|||||||
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -54,6 +54,7 @@ Files: avahimonitor/*
|
|||||||
mailnotification/*
|
mailnotification/*
|
||||||
netatmo/*
|
netatmo/*
|
||||||
networkdetector/*
|
networkdetector/*
|
||||||
|
nuki/*
|
||||||
osdomotics/*
|
osdomotics/*
|
||||||
senic/*
|
senic/*
|
||||||
udpcommander/*
|
udpcommander/*
|
||||||
|
|||||||
1
debian/nymea-plugin-nuki.install.in
vendored
Normal file
1
debian/nymea-plugin-nuki.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginnuki.so
|
||||||
@ -30,6 +30,7 @@ PLUGIN_DIRS = \
|
|||||||
mqttclient \
|
mqttclient \
|
||||||
netatmo \
|
netatmo \
|
||||||
networkdetector \
|
networkdetector \
|
||||||
|
nuki \
|
||||||
onewire \
|
onewire \
|
||||||
openuv \
|
openuv \
|
||||||
openweathermap \
|
openweathermap \
|
||||||
|
|||||||
Reference in New Issue
Block a user