Restore content lost during the device-split rebase#499
Open
hsakoh wants to merge 1 commit into
Open
Conversation
The split branch (OpenWonderLabs#472) was authored against 9764a7c and rebased onto 0214825; the wholesale README rewrite dropped some of 0214825's changes and one Lock Lite command: - README: add Weather Station, Lock Pro Matter Enabled, Lock Vision and Lock Vision Pro to the physical device list (the `new` tag now belongs to the July 2026 products added in 9ec540a) - Lock Lite: restore the deadbolt command - Plug Mini (EU) / Meter Plus: use WoPlugEU / WoMeterPlus in webhook event examples
hsakoh
force-pushed
the
fix/restore-content-lost-in-split
branch
from
July 24, 2026 09:30
294aed8 to
72cdc7a
Compare
Contributor
Author
|
@Minsheng Could you take a look at this PR when you have a chance? |
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.
Background
#472 split the monolithic README into per-device files under
devices/. The branch wasoriginally authored against 9764a7c and later rebased onto 0214825 ("add multiple new
products"). Because the split rewrote the README wholesale, part of 0214825's additions
were silently dropped during that rebase.
A full line-by-line comparison of the pre-split README against the current README +
devices/files (all 77 device-list blocks, 71 device-status blocks, and 68 webhookevent examples) confirmed everything else was migrated intact. This PR restores the
few pieces that were lost.
Changes
(
Weather Station,Lock Pro Matter Enabled,Lock Vision,Lock Vision Pro)with the
newtag, and remove the stalenewtag from the eight products thatpredate them, matching the pre-split state of the list.
deadboltcommand (disengage deadbolt or latch),which existed in the pre-split README but was not carried into
devices/locks-security/lock-lite.md."Receive events from webhook" support table —
WoPlugEUfor Plug Mini (EU) andWoMeterPlusfor Meter Plus. These two codes otherwise no longer appeared anywherein the docs. (Hub 3 is intentionally left as
"Hub 3": the sample was correct andthe former table entry
WoHub3was wrong.)