fixed auto symbol mode initialisation

master
nymea 2019-08-07 20:18:12 +02:00
parent a2812c0810
commit 13e6629e8f
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ DevicePluginSenic::DevicePluginSenic()
void DevicePluginSenic::init()
{
// Initialize plugin configurations
m_autoSymbolMode = configValue(senicPluginAutoSymbolsParamTypeId).toBool();
}
Device::DeviceError DevicePluginSenic::discoverDevices(const DeviceClassId &deviceClassId, const ParamList &params)