Send messages to a MQTT broker. MQTT is a messaging protocol designed for applications where you need efficient communication with minimal overhead, so great for IoT devices.
Prerequisites
To send MQTT messages you need an MQTT broker (like Mosquitto) running, ideally somewhere on your local network.
Setup
Enter their address and port (usually 1883) of your MQTT broker
Enter the topic you want to send the message to
Enter the message itself.
Now, whenever you press the button, that message will be sent to that topic on that MQTT broker!
This plugin was created with the Stream Deck SDK and the MQTT.js library.