Merge PR #258: guh GmbH is now nymea GmbH
This commit is contained in:
commit
ab22902ab3
@ -70,7 +70,7 @@ AWSClient::AWSClient(QObject *parent) : QObject(parent),
|
||||
config.certificateVendorId = "d399290a-0599-4895-b4c3-34d2bdb579f4";
|
||||
config.mqttEndpoint = "a2d0ba9572wepp-ats.iot.eu-west-1.amazonaws.com";
|
||||
config.region = "eu-west-1";
|
||||
config.apiEndpoint = "api-cloud.guh.io";
|
||||
config.apiEndpoint = "api-cloud.nymea.io";
|
||||
config.pushNotificationSystem = pushSystem;
|
||||
m_configs.insert("Community", config);
|
||||
|
||||
@ -83,7 +83,7 @@ AWSClient::AWSClient(QObject *parent) : QObject(parent),
|
||||
config.certificateVendorId = "testVendor001";
|
||||
config.mqttEndpoint = "a2addxakg5juii-ats.iot.eu-west-1.amazonaws.com";
|
||||
config.region = "eu-west-1";
|
||||
config.apiEndpoint = "testapi-cloud.guh.io";
|
||||
config.apiEndpoint = "testapi-cloud.nymea.io";
|
||||
config.pushNotificationSystem = pushSystem;
|
||||
m_configs.insert("Testing", config);
|
||||
|
||||
@ -97,7 +97,7 @@ AWSClient::AWSClient(QObject *parent) : QObject(parent),
|
||||
config.certificateVendorId = "";
|
||||
config.mqttEndpoint = "a27q7a2x15m8h3-ats.iot.eu-west-1.amazonaws.com";
|
||||
config.region = "eu-west-1";
|
||||
config.apiEndpoint = "api-cloud.guh.io";
|
||||
config.apiEndpoint = "api-cloud.nymea.io";
|
||||
config.pushNotificationSystem = pushSystem;
|
||||
m_configs.insert("Marantec", config);
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ Page {
|
||||
id: imprint
|
||||
width: parent.width
|
||||
title: app.appName
|
||||
githubLink: "https://github.com/guh/nymea-app"
|
||||
githubLink: "https://github.com/nymea/nymea-app"
|
||||
|
||||
NymeaListItemDelegate {
|
||||
Layout.fillWidth: true
|
||||
|
||||
@ -69,7 +69,7 @@ Item {
|
||||
Layout.rightMargin: app.margins
|
||||
wrapMode: Text.WordWrap
|
||||
font.bold: true
|
||||
text: "Copyright (C) 2019 guh GmbH"
|
||||
text: "Copyright (C) 2019 nymea GmbH"
|
||||
}
|
||||
|
||||
Label {
|
||||
@ -77,7 +77,7 @@ Item {
|
||||
Layout.leftMargin: app.margins
|
||||
Layout.rightMargin: app.margins
|
||||
wrapMode: Text.WordWrap
|
||||
text: qsTr("nymea is a registered trademark of guh GmbH.")
|
||||
text: qsTr("nymea is a registered trademark of nymea GmbH.")
|
||||
}
|
||||
|
||||
Label {
|
||||
|
||||
@ -20,7 +20,7 @@ Page {
|
||||
id: imprint
|
||||
width: parent.width
|
||||
title: qsTr("%1:core").arg(app.systemName)
|
||||
githubLink: "https://github.com/guh/nymea"
|
||||
githubLink: "https://github.com/nymea/nymea"
|
||||
|
||||
NymeaListItemDelegate {
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user