This page is part of archived documentation for openHAB 2.5. Go to the current stable version
# MQTT Actions v1
Publish a message to a topic on an MQTT broker.
# Prerequisites
In addition to the MQTT Action service, the MQTT binding (1.x) must be installed and configured. The action can reference the broker(s) that are configured for the MQTT binding.
# Action
publish(String brokerName, String topic, String message)
: Publish the message to topic using the specified MQTT broker.
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub (opens new window)