Fix debian packaging for nymea plugins
parent
ffa73613ab
commit
cbbb8321f3
|
|
@ -460,21 +460,21 @@ Description: nymea.io plugin for TCP commander
|
|||
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 TCP commander
|
||||
This package will install the nymea.io plugin for the TCP commander
|
||||
|
||||
Package: guh-plugin-httpcommander
|
||||
Package: nymea-plugin-httpcommander
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
guh-plugins-translations,
|
||||
Description: guh.io plugin for HTTP commander
|
||||
The guh daemon is a plugin based IoT (Internet of Things) server. The
|
||||
nymea-plugins-translations,
|
||||
Description: nymea.io plugin for HTTP commander
|
||||
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 guh.io plugin for HTTP commander
|
||||
This package will install the nymea.io plugin for the HTPP commander
|
||||
|
||||
|
||||
Package: nymea-plugin-simulation
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginhttpcommander.so
|
||||
|
|
@ -0,0 +1 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginhttpcommander.so
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
* *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
#ifndef DEVICEPLUGINDHTTPCOMMANDER_H
|
||||
#define DEVICEPLUGINDHTTPCOMMANDER_H
|
||||
#ifndef DEVICEPLUGINHTTPCOMMANDER_H
|
||||
#define DEVICEPLUGINHTTPCOMMANDER_H
|
||||
|
||||
#include "plugin/deviceplugin.h"
|
||||
#include "devicemanager.h"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
{
|
||||
"id": "020f672e-cc9a-4b74-92dd-a92a93ab1d23",
|
||||
"name": "url",
|
||||
"displayName": "URL or IPv4 address",
|
||||
"displayName": "Address",
|
||||
"type": "QString",
|
||||
"inputType": "None",
|
||||
"defaultValue": "https://nymea.io"
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
{
|
||||
"id": "37830ea8-2249-46e6-aaca-12164928a81a",
|
||||
"name": "port",
|
||||
"displayName": "port",
|
||||
"displayName": "Port",
|
||||
"type": "int",
|
||||
"defaultValue": "443"
|
||||
}
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
{
|
||||
"id": "1a3fcb23-931b-4ba1-b134-c49b656c76f7",
|
||||
"name": "url",
|
||||
"displayName": "URL or IPv4 address",
|
||||
"displayName": "Address",
|
||||
"type": "QString",
|
||||
"inputType": "None",
|
||||
"defaultValue": "https://nymea.io"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
</TS>
|
||||
</TS>
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de_DE">
|
||||
</TS>
|
||||
Loading…
Reference in New Issue