diff --git a/debian/control b/debian/control index db1cc724..fe38d351 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/nymea-plugin-lukeroberts.install.in b/debian/nymea-plugin-lukeroberts.install.in new file mode 100644 index 00000000..bd79d71b --- /dev/null +++ b/debian/nymea-plugin-lukeroberts.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginlukeroberts.so diff --git a/lukeroberts/lukeroberts.png b/lukeroberts/lukeroberts.png new file mode 100644 index 00000000..0d8f6343 Binary files /dev/null and b/lukeroberts/lukeroberts.png differ diff --git a/lukeroberts/meta.json b/lukeroberts/meta.json new file mode 100644 index 00000000..07d5bc76 --- /dev/null +++ b/lukeroberts/meta.json @@ -0,0 +1,13 @@ +{ + "title": "Luke Roberts", + "tagline": "Control Luke Roberts model F.", + "icon": "lukeroberts.png", + "stability": "consumer", + "offline": true, + "technologies": [ + "bluetooth" + ], + "categories": [ + "light" + ] +}