mirror of https://github.com/nymea/nymea.git
fix return in openweather plugin
parent
c56ebcb6a2
commit
b088e13ea6
|
|
@ -293,6 +293,7 @@ DeviceManager::DeviceError DevicePluginOpenweathermap::discoverDevices(const Dev
|
|||
{
|
||||
qDebug() << "should discover divces for" << deviceClassId << params;
|
||||
// m_openweaher->
|
||||
return DeviceManager::DeviceErrorNoError;
|
||||
}
|
||||
|
||||
DeviceManager::HardwareResources DevicePluginOpenweathermap::requiredHardware() const
|
||||
|
|
|
|||
Loading…
Reference in New Issue