* @brief Returns the dedicated MQTT topic for notifications. */
| 1042 | * @brief Returns the dedicated MQTT topic for notifications. |
| 1043 | */ |
| 1044 | QString MQTT::Publisher::notificationTopic() const |
| 1045 | { |
| 1046 | return m_notificationTopic; |
| 1047 | } |
| 1048 | |
| 1049 | /** |
| 1050 | * @brief Returns the user script used in ScriptDriven mode. |
no outgoing calls
no test coverage detected