Matter Cam: Exclude zoneManagement when USERDEFINED is absent#3126
Open
samadDotDev wants to merge 1 commit into
Open
Matter Cam: Exclude zoneManagement when USERDEFINED is absent#3126samadDotDev wants to merge 1 commit into
zoneManagement when USERDEFINED is absent#3126samadDotDev wants to merge 1 commit into
Conversation
|
Invitation URL: |
Test Results 73 files ±0 538 suites ±0 0s ⏱️ ±0s Results for commit 9a906a6. ± Comparison against base commit 4a06ba8. This pull request removes 2 and adds 4 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 9a906a6 |
samadDotDev
force-pushed
the
matter-cam/per-zone-sens
branch
from
July 16, 2026 19:26
d9b3eb5 to
9a906a6
Compare
hcarter-775
approved these changes
Jul 16, 2026
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.
Type of Change
Checklist
Description of Change
When
USERDEFINEDfeature is absent from theZoneManagementcluster, most of the zone management is unavailable from the ecosystem perspective. The commands we have in the capability for create/update/remove zone don’t work either (as the corresponding commands on the cluster aren’t available).Until we define requirements and design a UX for how the zones should look like in SmartThings when this feature is absent, we should exclude this capability from the profile to ensure that the currently available camera plugin doesn’t display the Zone menu which doesn’t work (as it heavily depends on the UX where users are able to create/edit/delete zones from smartthings).
Down the line, we can introduce a new variant in
supportedFeaturesattribute of the capability, and document on relevant commands that these will only be available if the given feature is present, and use a different UX when then feature is absent.This has showed up with the beta firmware of a camera partner which supports zone management cluster without this feature, and has rendered an unusable zone setting in the plugin.
Summary of Completed Tests