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
RATT listens for ratt/control/node/{mac} messages - but these should be for "node" specific events.
ratt/control/node/{mac}
For "tool"-specific events, it should additionally listen for ratt/control/tool/{toolid}.
ratt/control/tool/{toolid}
This will help it support MTPN (Multiple tool per node)
ALSO when this is done and deployed, we need to change backend to broadcast these messages. (This will allow proper backend support for MTPN)
The text was updated successfully, but these errors were encountered:
tangentaudio
No branches or pull requests
RATT listens for
ratt/control/node/{mac}
messages - but these should be for "node" specific events.For "tool"-specific events, it should additionally listen for
ratt/control/tool/{toolid}
.This will help it support MTPN (Multiple tool per node)
ALSO when this is done and deployed, we need to change backend to broadcast these messages. (This will allow proper backend support for MTPN)
The text was updated successfully, but these errors were encountered: