mqtt_publish_message()
  • 1 Minute to read

mqtt_publish_message()


Article summary

Pubish data to topic.

Reference

Arguments

ArgumentType
topicstringTopic name to publish.
datadictData to publish.

Return

None

Usage example

self.communication.mqtt_remove_subscription(topic="/topic_name", callback_async=self.cb_topic)

Was this article helpful?

What's Next