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

Allow trigger condition value comparisons to support OR #33

Open
w-le opened this issue Sep 2, 2022 · 0 comments
Open

Allow trigger condition value comparisons to support OR #33

w-le opened this issue Sep 2, 2022 · 0 comments
Labels
focus: backend Focus on Back End Development priority: low type: enhancement new feature or request

Comments

@w-le
Copy link

w-le commented Sep 2, 2022

Real example: Currently if I want an action to fire when
event_in_progress == false && (minutes_til_next_event > 60 || minutes_til_next_event == null) (null means there is no next event)

I would have to create two Triggers.
It would be much more usable if the Trigger conditions supported OR

@w-le w-le added priority: low focus: backend Focus on Back End Development type: enhancement new feature or request labels Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus: backend Focus on Back End Development priority: low type: enhancement new feature or request
Projects
None yet
Development

No branches or pull requests

1 participant