This app is divided into 2 parts: the first is a standalone app that will be present in a launcher's app drawer that allows the user to manage MQTT connection profiles as well as perform actions with a broker and view the status of topics. The second part is the tasker plugin which the user interacts with via different Android Activities spawned by tasker when the user is creating an action or event.
- Start / Stop the long running background service
- Create / Edit / Delete MQTT Connection profiles
- Create / Edit / Delete subscriptions per each saved connection profile
(Note: Subscriptions will always automatically be resubscribed to when a connection is re-established)
- Start / Stop the long-running foreground service
- Connect / Disconnect from MQTT Broker Profiles
- Connection Established / Lost to a specific broker
- New message for a subscribed topic
- Publish a message to a connected broker profile
- Support for SSL/TLS and certificates