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 target instances to be excluded from pattern specifiers #250

Open
bocchino opened this issue Apr 28, 2023 · 0 comments
Open

Allow target instances to be excluded from pattern specifiers #250

bocchino opened this issue Apr 28, 2023 · 0 comments
Labels
proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide

Comments

@bocchino
Copy link
Collaborator

Currently you can write a pattern specifier that connects to all available targets, like this:

command connections instance cmdDisp

or you can connect to selected targets like this:

command connections instance cmdDisp {
  instance1
  instance2
  instance3
}

It seems useful to connect to all but a few selected targets, like this:

command connections instance cmdDisp exclude {
  instance1
  instance2
  instance3
}

Exclusion actually seems more useful than inclusion here, as we typically want all or all but a few of the available targets to follow the pattern.

@bocchino bocchino added semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide labels Apr 28, 2023
@bocchino bocchino added the proposed feature A proposed new feature label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide
Projects
None yet
Development

No branches or pull requests

1 participant