* @brief Returns the language enum of the currently loaded script. */
| 155 | * @brief Returns the language enum of the currently loaded script. |
| 156 | */ |
| 157 | int MQTT::PublisherScript::currentLanguage() const noexcept |
| 158 | { |
| 159 | return m_language; |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * @brief Runs mqtt(frame) and writes the byte payload returned by the user. |
no outgoing calls
no test coverage detected