fixed auto symbol mode initialisation
parent
a2812c0810
commit
13e6629e8f
|
|
@ -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 ¶ms)
|
||||
|
|
|
|||
Loading…
Reference in New Issue