MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / scriptTopic

Method scriptTopic

app/src/MQTT/Publisher.cpp:1060–1063  ·  view source on GitHub ↗

* @brief Returns the per-script override topic (empty == use topicBase). */

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected