Skip to content
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

Add door name support #598

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Add door name support #598

merged 1 commit into from
Sep 29, 2023

Conversation

matjack1
Copy link
Collaborator

With MQTT support for multiple doors and different access type.

Access to the first door is mandatory to open the others. You cannot have permission to open a secondary door if you cannot open the first one, to change this behaviour it would mean to introduce a significant change in how MQTT messages are sent.

This PR adds only information to existing MQTT messages, while allowing doors to be completely independent would cause the behaviour to change, for example right now if someone has access denied to the first door, nothing happens. If we want to change this, we might start opening stuff that before would not open, I feel like this shouldn't change, even if it's a bit strange.

Maybe we can improve the UI to clarify this behaviour, but I wouldn't change it.

With MQTT support for multiple doors and different access type.

Access to the first door is mandatory to open the others. You cannot have permission to open a secondary door if you cannot open the first one.
@matjack1 matjack1 added this to the V2 milestone Aug 23, 2023
@matjack1 matjack1 merged commit 5714e7b into dev Sep 29, 2023
4 checks passed
@matjack1 matjack1 deleted the doorname branch September 29, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant