! * depending on the update type, periodically or on data changes, starts the timer. */
| 53 | * depending on the update type, periodically or on data changes, starts the timer. |
| 54 | */ |
| 55 | void MQTTClient::ready() { |
| 56 | if (m_updateType == UpdateType::TimeInterval) |
| 57 | m_updateTimer->start(m_updateInterval); |
| 58 | } |
| 59 | |
| 60 | /*! |
| 61 | * \brief Updates the MQTTTopics of the client |