We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it possible to specify wildcard/range GAs:
Listen on all GAs starting with 0/3
{ "ga": "0/3/*" }
Listen to all GAs in range 0/3/1 to 0/3/10 incl.
{ "ga": "0/3/1-10" }
The text was updated successfully, but these errors were encountered:
First implementation for #10, not very robust yet
01d7e8f
48ecccf
No branches or pull requests
Make it possible to specify wildcard/range GAs:
Listen on all GAs starting with 0/3
Listen to all GAs in range 0/3/1 to 0/3/10 incl.
The text was updated successfully, but these errors were encountered: