fix(dashboard): relabel vacuum-extend diagnostics#28
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
siid 4Mission Control diagnostics tiles so they showCleaning Mode,Mop Mode,Waterbox Status,Task Status,Resume After Charge, andCarpet Boostinstead of genericUnknowncopyBACKLOG.mdwith the shipped item, research notes, and the next planned follow-upWhy this is worth shipping
Users already have these
vacuum-extendvalues in the dashboard, but the old labels hid useful meaning behind placeholder text. This is a small, safe UX win that makes diagnostics faster without changing any device behavior.Research basis
xiaomi.vacuum.c102glMIoT spec still names thesesiid 4properties asmop-mode,waterbox-status,task-status,break-point-restart, andcarpet-pressopenhab/openhab-addonsmirrors the same X20+ channel names, which reinforces the label mappinghass-xiaomi-miotissue#2767still shows room-cleaning remains the riskier area, so this run stayed on a low-risk diagnostics improvement instead of action semanticsTests
Unknownlabels and passes with the new copy.venv/bin/python -m pytest tests/ -v.venv/bin/ruff check src/ tests/.venv/bin/ruff format --check src/ tests/.venv/bin/mypy src/xiao/Risk
Very low. Frontend copy only; no API, parsing, or device-control behavior changed.