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

fix: Moonraker canbus uuid parameter #1551

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

kluoyun
Copy link
Contributor

@kluoyun kluoyun commented Dec 12, 2024

  • The can interface sent to the backend should be "can0", "can1", not "0" or "1".

Signed-off-by: XiaoK [email protected]

Copy link
Member

@pedrolamas pedrolamas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kluoyun thank you for submitting this PR.

You are absolutely correct on the payload.can_uuids in the mutations file, I completely missed that one!

However, I do not understand the need for the rest of the changes, as far as I can see in the Moonraker documentation, can_uuids is always an array, unless you have actually seen otherwise?

src/components/common/PeripheralsDialog.vue Outdated Show resolved Hide resolved
src/components/common/PeripheralsDialog.vue Outdated Show resolved Hide resolved
src/components/common/PeripheralsDialog.vue Outdated Show resolved Hide resolved
@pedrolamas pedrolamas added the GH - Bug Something isn't working label Dec 12, 2024
@pedrolamas pedrolamas added this to the 1.31.3 milestone Dec 12, 2024
@pedrolamas pedrolamas changed the title fix: The query canbus uuid parameter is incorrect. fix: Moonraker canbus uuid parameter Dec 12, 2024
@pedrolamas pedrolamas merged commit 2042e46 into fluidd-core:develop Dec 12, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants