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
Using node red, i encountered an issue where slotsdata contains priority info. payload with priority (values equaling 1) 10 Jul 10:39:46 - [info] [debug:bb13e6a0.6360b8] <Buffer 01 01 01 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 462 more bytes>
10 Jul 10:39:46 - [info] [debug:bb13e6a0.6360b8] <Buffer 01 01 01 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 462 more bytes>
payload with intensity 10 Jul 10:39:46 - [info] [debug:bb13e6a0.6360b8] <Buffer 00 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 462 more bytes>
10 Jul 10:39:46 - [info] [debug:bb13e6a0.6360b8] <Buffer 00 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 462 more bytes>
the node red implementation forwards data from .getSlotsData() to payload
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using node red, i encountered an issue where slotsdata contains priority info.
payload with priority (values equaling 1)
10 Jul 10:39:46 - [info] [debug:bb13e6a0.6360b8] <Buffer 01 01 01 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 462 more bytes>
payload with intensity
10 Jul 10:39:46 - [info] [debug:bb13e6a0.6360b8] <Buffer 00 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 462 more bytes>
the node red implementation forwards data from .getSlotsData() to payload
The text was updated successfully, but these errors were encountered: