Fix whitespaces
parent
8a2d0d9852
commit
81c33edaed
|
|
@ -151,8 +151,8 @@ void IntegrationPluginFronius::setupThing(ThingSetupInfo *info)
|
||||||
// Knwon version with broken JSON API
|
// Knwon version with broken JSON API
|
||||||
if (versionResponseMap.value("CompatibilityRange").toString() == "1.6-2") {
|
if (versionResponseMap.value("CompatibilityRange").toString() == "1.6-2") {
|
||||||
qCWarning(dcFronius()) << "The Fronius data logger has a version which is known to have a broken JSON API firmware.";
|
qCWarning(dcFronius()) << "The Fronius data logger has a version which is known to have a broken JSON API firmware.";
|
||||||
info->finish(Thing::ThingErrorHardwareFailure, QT_TR_NOOP("The firmware version 1.6-2 of this Fronius data logger has a broken API. Please update your Fronius device."));
|
info->finish(Thing::ThingErrorHardwareFailure, QT_TR_NOOP("The firmware version 1.6-2 of this Fronius data logger has a broken API. Please update your Fronius device."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
FroniusLogger *newLogger = new FroniusLogger(thing, this);
|
FroniusLogger *newLogger = new FroniusLogger(thing, this);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue