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
steps to reproduce: can2mqtt.csv:
112,pixelbin2ascii,e2e-test/pixelbin2ascii
start can2mqtt. Send "1 #00ff00" via mqtt:
mosquitto_pub -t e2e-test/pixelbin2ascii -m "1 #00ff00" -h localhost
Expected behavior is a CAN frame with the content 01 00 ff 00 instead i get:
01 00 ff 00
vcan0 070 [4] 01 00 00 00
ID and LED number is resolved correctly, but the color part is always 00 00 00.
00 00 00
The text was updated successfully, but these errors were encountered:
mxmxchere
Successfully merging a pull request may close this issue.
steps to reproduce:
can2mqtt.csv:
start can2mqtt. Send "1 #00ff00" via mqtt:
Expected behavior is a CAN frame with the content
01 00 ff 00
instead i get:ID and LED number is resolved correctly, but the color part is always
00 00 00
.The text was updated successfully, but these errors were encountered: