* @brief Returns the per-script override topic (empty == use topicBase). */
| 1058 | * @brief Returns the per-script override topic (empty == use topicBase). |
| 1059 | */ |
| 1060 | QString MQTT::Publisher::scriptTopic() const |
| 1061 | { |
| 1062 | return m_scriptTopic; |
| 1063 | } |
| 1064 | |
| 1065 | /** |
| 1066 | * @brief Returns the script language enum (0=JavaScript, 1=Lua). |
no outgoing calls
no test coverage detected