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

Limiting Mutliple Outputs doesn't work #3874

Open
tiredofit opened this issue Jan 9, 2025 · 0 comments
Open

Limiting Mutliple Outputs doesn't work #3874

tiredofit opened this issue Jan 9, 2025 · 0 comments

Comments

@tiredofit
Copy link

In the configuration of multiple outputs it details how to show bars on specific outputs.

I have four outputs: output1, output2, output3, output4

  • The following works to display on multiple outputs, showing on output1 and output2:
    "output": [ "output1", "output2" ],

  • The following works to make it show up on output1 and output2 and output4
    "output": "!output3",

  • The following does not work wanting to make it show up only on output4 and any other outputs that may exist that aren't explicitly defined:
    "output": [ "!output1", "!output2", "!output3" ],

It appears when using negation arrays are not read properly.

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

No branches or pull requests

1 participant