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