openhab-docs/addons/actions/mqtt/readme.md

612 B

layout title source
documentation MQTT - Actions external

{% include base.html %}

MQTT Actions

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 refernce 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.