! * \brief Sets the time interval of updating the MQTTClient's will message, if update type is TimePeriod * * \param interval */
| 913 | * \param interval |
| 914 | */ |
| 915 | void MQTTClient::setWillTimeInterval(int interval) { |
| 916 | m_MQTTWill.willTimeInterval = interval; |
| 917 | } |
| 918 | |
| 919 | /*! |
| 920 | * \brief Clear the lastly received message by the will topic |
no outgoing calls
no test coverage detected