https://github.com/stesie/taskermqtt
Mqtt Subscription Plugin for Tasker
https://github.com/stesie/taskermqtt
mqtt tasker
Last synced: 11 months ago
JSON representation
Mqtt Subscription Plugin for Tasker
- Host: GitHub
- URL: https://github.com/stesie/taskermqtt
- Owner: stesie
- License: apache-2.0
- Created: 2016-12-20T23:31:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T16:41:28.000Z (about 9 years ago)
- Last Synced: 2025-02-01T06:26:54.706Z (about 1 year ago)
- Topics: mqtt, tasker
- Language: Java
- Size: 272 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
TaskerMqtt
==========
TaskerMqtt is a [Tasker](https://tasker.dinglisch.net/) Plugin for [MQTT](https://en.wikipedia.org/wiki/MQTT).
The plugin allows you to connect to a MQTT broker, publish messages as well as subscribe to topics
(and handle messages published there).
It is licensed under the Apache 2.0 open source license.
Features
--------
Tasker *Actions* added by the plugin
* Connect to MQTT broker
* Disconnect
* Subscribe arbitrary topics (with variable expansion)
* Unsubscribe
* Publish messages (with variable expansion)
Extra *Events* supported using this plugin
* Connection established
* Connection lost
* Message received