help or feature req - "run_if" with logical "or"? #8703
Closed
miketwenty1
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have something like this:
And I know I'll want to run this
tick_api_receive_timer
for multipleApiState
states. It would be nice to be able to have something like one of these:I'm unsure if "
in_set
" accomplishes this or some other thing I'm unfamiliar with. But I would potentially only want this to run the update if it's in a subset of the total possible ApiState. (i.e. not updating if the ApiState is set to "Off".)Beta Was this translation helpful? Give feedback.
All reactions