-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ToDo List #19
Comments
This would make app useful for other purposes too, e.g. turning lights on/off. Now LOCKED/UNLOCKED is expected in return data... |
Yes, this is rather limited right now. But making it more generic might also is a UI problem. |
Regex is probably an overkill. Maybe it's easier to type exact message (similarly to open/close commands). Regarding UI, that's unfortunately true :(. There are already quite a few fields in that MQTT dialog. |
@stikonas I have added two settings that default to LOCKED and UNLOCKED. They can be regular expressions as well. The code is not test yet. I think it is ok, since the main target are DIY door systems. In use, someone needs to figure out the parameters and then can exchange the setup via QR-Code. :] |
Thanks. It should work. I reviewed the commit, and it looks good to me (I don't really code in Java but it's readable anyway :)). |
be able to trigger an https open command and a bluetooth door bellparse door return data in various ways (e.g. json)(sort of - regex..)The text was updated successfully, but these errors were encountered: