Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions sld297-matter-aws-feature/build-matter-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@ To enable the component in Simplicity Studio, add the following components.
## How to Add the Matter + AWS Server, Client, Cluster Details.

- Update the definitions for the server ID, client ID and cluster in `MatterAwsConfig.h`:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this wasn't added in this PR but a proper path has to be specified for this file. If it's not one of the project files and lives in the extension then this should be described properly ("find the location of the SDK on the disk, navigate to the matter_extension directory .. etc")

    - Update the AWS server name at `#define MATTER_AWS_SERVER_HOST ""`.
    - Update the client ID at `#define MATTER_AWS_CLIENT_ID ""`.
    - Update the cluster information at `#define ZCL_USING_THERMOSTAT_CLUSTER_SERVER`.
- Update the AWS server name at `#define MATTER_AWS_SERVER_HOST ""`.
- Update the client ID at `#define MATTER_AWS_CLIENT_ID ""`.
- Update the cluster information based on your app, with reference to the below table:

| Application Type | Cluster Definition |
|------------------|--------------------|
| Matter Thermostat | `#define ZCL_USING_THERMOSTAT_CLUSTER_SERVER` |
| Matter Light | `#define ZCL_USING_ON_OFF_CLUSTER_SERVER` |
| Matter Lock | `#define ZCL_USING_DOOR_LOCK_CLUSTER_SERVER` |
| Matter Window Covering | `#define ZCL_USING_WINDOW_COVERING_CLUSTER_SERVER` |


## Building Matter + AWS Application
Expand Down
2 changes: 2 additions & 0 deletions sld297-matter-aws-feature/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ official
[Silicon Labs Matter hardware requirements](https://siliconlabs.github.io/matter/latest/general/HARDWARE_REQUIREMENTS.html)
documentation.

`Note: This feature is only supported for 917SOC`

### Software Requirements

For a list of software requirements for the Matter + AWS feature, see the
Expand Down