added meta.json and debian control

This commit is contained in:
Boernsman 2021-01-29 15:34:22 +01:00 committed by Boernsman
parent a0fd7c6fdb
commit 0c226f9b7e
4 changed files with 30 additions and 0 deletions

16
debian/control vendored
View File

@ -450,6 +450,21 @@ Description: nymea.io plugin for lifx
This package will install the nymea.io plugin for lifx
Package: nymea-plugin-lukeroberts
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
nymea-plugins-translations,
Description: nymea.io plugin for Luke Roberts
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 Luke Roberts
Package: nymea-plugin-mailnotification
Architecture: any
Depends: ${shlibs:Depends},
@ -1150,6 +1165,7 @@ Depends: nymea-plugin-anel,
nymea-plugin-kodi,
nymea-plugin-lgsmarttv,
nymea-plugin-lifx,
nymea-plugin-lukeroberts,
nymea-plugin-mailnotification,
nymea-plugin-texasinstruments,
nymea-plugin-telegram,

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginlukeroberts.so

BIN
lukeroberts/lukeroberts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

13
lukeroberts/meta.json Normal file
View File

@ -0,0 +1,13 @@
{
"title": "Luke Roberts",
"tagline": "Control Luke Roberts model F.",
"icon": "lukeroberts.png",
"stability": "consumer",
"offline": true,
"technologies": [
"bluetooth"
],
"categories": [
"light"
]
}