dc297 / mqttclpro

MQTT Client for android with tasker support
MIT License
97 stars 30 forks source link

Disconnect option within Tasker? #74

Open MYeager1967 opened 5 years ago

MYeager1967 commented 5 years ago

I'm looking to only connect to the mqtt server when on a specified wifi network. That being the case, I don't want it trying to connect when I'm not on that network. Is there an option to disconnect from the server? I see the option to connect.

dc297 commented 5 years ago

This is on my list.

MYeager1967 commented 5 years ago

Sweet. I look forward to it!

melstav commented 5 years ago

This would really help me too.

sunbart commented 4 years ago

I could also use this feature. Can this be done using intents instead? Would that be easier?

MYeager1967 commented 4 years ago

It would if there was an intent and we knew what it was. I'm all about using whatever means necessary to get the job done....

sunbart commented 4 years ago

There is the AddEditBrokersActivity, that might be what we need, if it can be used to change the enabled state of the broker. Sadly, I don't know enough about Android development and Java in general to figure out if/how it would work for this purpose.

WhatDoor commented 2 years ago

Hi, any update on this feature? It would be awesome to have this