* @brief Returns the base MQTT topic for dashboard or raw publishing. */
| 1034 | * @brief Returns the base MQTT topic for dashboard or raw publishing. |
| 1035 | */ |
| 1036 | QString MQTT::Publisher::topicBase() const |
| 1037 | { |
| 1038 | return m_topicBase; |
| 1039 | } |
| 1040 | |
| 1041 | /** |
| 1042 | * @brief Returns the dedicated MQTT topic for notifications. |
no outgoing calls
no test coverage detected