diff --git a/telldus-gui/Plugins/Sensors/sensor.cpp b/telldus-gui/Plugins/Sensors/sensor.cpp index 6a39b006..cb04f2fc 100644 --- a/telldus-gui/Plugins/Sensors/sensor.cpp +++ b/telldus-gui/Plugins/Sensors/sensor.cpp @@ -45,6 +45,7 @@ void Sensor::setModel(const QString &model) { } QString Sensor::name() const { + return QString("%1 %2").arg(this->protocol()).arg(this->id()); //TODO: Remove when name is fully implemented return d->name; }