Connect MQTT
Subscribe messages. This command will start the listener process.
EVENTS_HOST=172.17.0.1 bench --site mysite.localhost subscribe-mqttPublish messages. This command will publish message and disconnect.
EVENTS_HOST=172.17.0.1 bench --site mysite.localhost publish-mqttNote: replace mysite.localhost with site name.
MIT