-
Notifications
You must be signed in to change notification settings - Fork 108
Upgrade to Matter specification 1.5.1 #3474
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
Open
Apollon77
wants to merge
53
commits into
main
Choose a base branch
from
spec15gen-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
035fae5
Spec parsing and codegen improvements for Matter 1.5
Apollon77 b40f1ce
Add missing generated file patterns to .prettierignore
Apollon77 2ad4cfe
Fix codegen for device types with no cluster requirements
Apollon77 a5e1838
Adjust tests for Matter 1.5 spec changes
Apollon77 b8d1244
Regenerate code for Matter 1.5 specification
Apollon77 b717619
Update changelog for Matter 1.5 specification upgrade
Apollon77 5199f5d
Remove *Server.ts from prettierignore and drop plan file
Apollon77 9dc2568
Fix spec parser for renamed "Derived Cluster Namespace" section
Apollon77 1c46cac
Fix [object Object] in validation error messages
Apollon77 003549d
formatting
Apollon77 1177f0e
Emit abstract clusters for shared spec sections without cluster IDs
Apollon77 92473d2
formatting
Apollon77 cb76216
Restore files accidentally reverted from main
Apollon77 ecfc9bb
Parse OccupancySensing cluster from spec HTML instead of override
Apollon77 bed884a
Merge branch 'main' into spec15gen-v2
Apollon77 8dfa2d4
Merge branch 'main' into spec15gen-v2
Apollon77 73992e8
Re-gen after latest codegen changes
Apollon77 4cd7182
Merge branch 'main' into spec15gen-v2
Apollon77 2e4cade
Merge branch 'main' into spec15gen-v2
Apollon77 b808dbb
Matter 1.5.1 Parse and regen
Apollon77 4ef5dbc
AccessControl: Set capability attribute defaults for 1.5.1 constraints
Apollon77 4cb37c0
LevelControl: Set minLevel/maxLevel defaults for Rev >= v7 conformance
Apollon77 7e92ecf
DoorLock: Remove legacy Zigbee commands and vestigial supervision
Apollon77 189fe2b
UserLabel: Add RESOURCE_EXHAUSTED validation for LabelList writes
Apollon77 6807ec9
Remove REQUIRED_CAT_MISMATCH secure channel status code
Apollon77 950d09b
PairingHintBitmap: Add bits 20-22 for spec 1.5.0/1.5.1
Apollon77 7908634
OpCreds: RevokeCommissioning before and after RemoveFabric
Apollon77 8f3c9c7
RevokeCommissioning: Run cleanup before window check per spec 1.5.1
Apollon77 5df1137
Reject WildcardPathFlags in write interactions per spec 1.5
Apollon77 0971f08
RVC example: Support DirectModeChange feature bypass
Apollon77 6eca482
Mark spec-fixed overrides with until and regen
Apollon77 9cef21f
Update spec references from v1.4.2 to v1.5.1 and regen
Apollon77 c53562e
Disable RevokeCommissioning spec 1.5.1 changes pending test alignment
Apollon77 70eebc2
Disable RevokeCommissioning around RemoveFabric pending test alignment
Apollon77 43b8848
Tweak CADMIN 1.10 error expectation
Apollon77 70290a1
Try2: Tweak CADMIN 1.10 error expectation
Apollon77 5535dd9
Try3: Tweak CADMIN 1.10 error expectation
Apollon77 71f41d8
Disable RevokeCommissioning around RemoveFabric pending test alignment
Apollon77 8c95a5f
Merge branch 'main' into spec15gen-v2
Apollon77 47aeefc
feat: markdown spec parser for generate-spec (#3528)
Apollon77 53ac291
refactor: merge NonUserDoorLockServer and UserDoorLockServer into Doo…
Apollon77 b62bab1
Merge branch 'main' into spec15gen-v2
Apollon77 56b754d
Regenerate
Apollon77 ede0ca7
Merge branch 'main' into spec15gen-v2
Apollon77 200d8fe
Merge branch 'main' into spec15gen-v2
Apollon77 19b0b36
chore: regenerate forwards after codegen fix
Apollon77 faeebc2
Merge branch 'main' into spec15gen-v2
Apollon77 0768a06
Merge branch 'main' into spec15gen-v2
Apollon77 c46bbd2
Merge branch 'main' into spec15gen-v2
Apollon77 18cec63
Merge branch 'main' into spec15gen-v2
Apollon77 14ac89f
Merge branch 'main' into spec15gen-v2
Apollon77 e794540
Merge branch 'main' into spec15gen-v2
Apollon77 f7a607f
test(node): replace removed Thermostat.Feature.ScheduleConfiguration …
Apollon77 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/camera-av-settings-user-level-management.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/camera-av-settings-user-level-management"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/camera-av-stream-management.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/camera-av-stream-management"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/chime"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/closure-control"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/closure-dimension"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/commodity-metering.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/commodity-metering"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/commodity-price"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/commodity-tariff"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/electrical-grid-conditions.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/electrical-grid-conditions"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/meter-identification.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/meter-identification"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/push-av-stream-transport.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/push-av-stream-transport"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/soil-measurement"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/tls-certificate-management.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/tls-certificate-management"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/tls-client-management.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/tls-client-management"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/web-rtc-transport-definitions.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/web-rtc-transport-definitions"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/web-rtc-transport-provider.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/web-rtc-transport-provider"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/behaviors/web-rtc-transport-requestor.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/web-rtc-transport-requestor"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/web-rtc-transport"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/node/behaviors/zone-management"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/clusters/camera-av-settings-user-level-management.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/types/clusters/camera-av-settings-user-level-management"; |
11 changes: 11 additions & 0 deletions
11
packages/main/src/forwards/clusters/camera-av-stream-management.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/types/clusters/camera-av-stream-management"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/types/clusters/chime"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/types/clusters/closure-control"; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /** | ||
| * @license | ||
| * Copyright 2022-2026 Matter.js Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ | ||
|
|
||
| import "@matter/main/platform"; | ||
|
|
||
| export * from "@matter/types/clusters/closure-dimension"; |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.