Skip to content

Fix false errors on /wake and /sleep#14

Merged
AlexNly merged 1 commit into
mainfrom
fix/change-mode-no-response
Jul 6, 2026
Merged

Fix false errors on /wake and /sleep#14
AlexNly merged 1 commit into
mainfrom
fix/change-mode-no-response

Conversation

@AlexNly

@AlexNly AlexNly commented Jul 6, 2026

Copy link
Copy Markdown
Owner

The firmware executes req:change-mode without sending any response (WebUIPlugin.cpp:448), so the rid-correlated request always hit its 20s timeout and the bot reported a failure while the machine happily obeyed. Mode changes are now fire-and-forget (new send_event); actual confirmation comes from the status stream (ready ping / next /status). A genuinely offline machine still errors, with a clearer message.

@AlexNly AlexNly merged commit a1b8e97 into main Jul 6, 2026
3 checks passed
@AlexNly AlexNly deleted the fix/change-mode-no-response branch July 6, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant