Update refresh timer for fronius to have a higher resolution
parent
9820eb446c
commit
2c16d4ba0a
|
|
@ -193,7 +193,7 @@ void IntegrationPluginFronius::postSetupThing(Thing *thing)
|
|||
qCDebug(dcFronius()) << "Post setup" << thing->name();
|
||||
|
||||
if (!m_pluginTimer) {
|
||||
m_pluginTimer = hardwareManager()->pluginTimerManager()->registerTimer(30);
|
||||
m_pluginTimer = hardwareManager()->pluginTimerManager()->registerTimer(2);
|
||||
connect(m_pluginTimer, &PluginTimer::timeout, this, [this]() {
|
||||
foreach (Thing *logger, m_froniusLoggers)
|
||||
updateThingStates(logger);
|
||||
|
|
|
|||
Loading…
Reference in New Issue