Skip to content

MATTER-6477: Update outdated references in Matter docs - #59

Merged
Michael Duggan (miduggan24) merged 12 commits into
doccurator/2.9.0from
project_upgrades_docs
Jun 15, 2026
Merged

MATTER-6477: Update outdated references in Matter docs#59
Michael Duggan (miduggan24) merged 12 commits into
doccurator/2.9.0from
project_upgrades_docs

Conversation

@miduggan24

@miduggan24 Michael Duggan (miduggan24) commented May 27, 2026

Copy link
Copy Markdown
Contributor

Description

With implementation of project upgrades, we have to make changes to cater to new architecture

  • Remove any references to DataModelCallbacks or app manager files (removed in refactor)
  • Update any notes about customization with new flow

This PR splits locations with outdated references into two: New Architecture and Legacy Architecture. New Architecture sections follow the criteria above, while Legacy Architecture sections follow their old format. Any Legacy Architecture references will be removed in the patch once all Matter apps are refactored.

Related Issue

MATTER-6477

Changes Made

  • Remove references to DataModelCallbacks file
  • Anywhere that reference MatterPostAttributeChangeCallback, provide context on DMPostAttributeChangeCallback and overridability
  • Remove any instances of app manager references
  • Update code snippets to be up to date with new AppTask structure

Checklist

Screenshots (if applicable)

n/a (only new image seen in diff, change MatterPostAttrributeChangeCallback -> DMPostAttributeChangeCallback)

Additional Notes

n/a

@miduggan24
Michael Duggan (miduggan24) marked this pull request as ready for review May 28, 2026 16:06
@miduggan24
Michael Duggan (miduggan24) requested a review from a team as a code owner May 28, 2026 16:06
@miduggan24
Michael Duggan (miduggan24) changed the base branch from main to doccurator/2.9.0 May 28, 2026 17:36
Comment thread sld250-matter-references/custom-matter-device.md Outdated
Comment thread sld295-matter-api-reference/index.md Outdated
Comment thread sld295-matter-api-reference/index.md Outdated
@selissia

Copy link
Copy Markdown
Contributor

Should there be a document or section explaining CRTP and the overall model of how apps are meant to be customized now? I think there should be (in this PR or a separate one). Can take some of the content from the READMEs.

@miduggan24

Copy link
Copy Markdown
Contributor Author

Should there be a document or section explaining CRTP and the overall model of how apps are meant to be customized now? I think there should be (in this PR or a separate one). Can take some of the content from the READMEs.

this was discussed in this thread: https://silabsiot.slack.com/archives/C0AG6TM9SMC/p1779828060955649
once we have all apps refactored in the patch, we have a docs task open to migrate some common README info into one docs page
see here: https://jira.silabs.com/browse/MATTER-5943

Comment thread sld250-matter-references/custom-matter-device.md Outdated
Comment thread sld295-matter-api-reference/event.md Outdated
Comment thread sld295-matter-api-reference/index.md Outdated
Comment thread sld601-matter-application-development/matter-application-cluster-logic.md Outdated
Comment thread sld601-matter-application-development/matter-application-cluster-logic.md Outdated
Comment thread sld250-matter-references/custom-matter-device.md Outdated
Comment thread sld250-matter-references/custom-matter-device.md Outdated
Comment thread sld601-matter-application-development/matter-scenes-quick-start-guide.md Outdated
Comment thread sld601-matter-application-development/matter-scenes-quick-start-guide.md Outdated
Comment thread sld601-matter-application-development/matter-event-timer-guide.md Outdated
Comment thread sld601-matter-application-development/matter-event-timer-guide.md Outdated
Comment thread sld601-matter-application-development/matter-application-cluster-logic.md Outdated
Comment thread sld295-matter-api-reference/index.md Outdated
Comment thread sld295-matter-api-reference/attributes.md Outdated
Comment thread sld601-matter-application-development/matter-event-timer-guide.md Outdated
Comment thread sld601-matter-application-development/matter-event-timer-guide.md
Comment thread sld295-matter-api-reference/event.md Outdated
Comment thread sld295-matter-api-reference/attributes.md Outdated
Comment thread sld250-matter-references/custom-matter-device.md Outdated
Comment thread sld601-matter-application-development/matter-scenes-quick-start-guide.md Outdated
@miduggan24
Michael Duggan (miduggan24) merged commit 92d8933 into doccurator/2.9.0 Jun 15, 2026
@miduggan24
Michael Duggan (miduggan24) deleted the project_upgrades_docs branch June 15, 2026 18:05
silabs-vm added a commit that referenced this pull request Jul 16, 2026
* MATTER-6477: Update outdated references in Matter docs (#59)

* fix old references prior to project upgrades refactor

* updates

* fix app instance

* support both app states

* some cleanup

* make a bulleted list of apps

* rm outdated app name

* expand CRTP

* address review comments

* fix wording

* update custom-matter-device.md

* address review comments

* MATTER-6478: Update references to old app naming convention (#60)

* update naming

* update images w new naming

* use tags

* update verbage in solution-artifacts.png reference

* address comments

* break into steps

* MATTER-6371: Update Matter documentation to mention secure upgrades (#62)

* update secure upgrade refs

* apply changes

* apply top level paragraph in ota-bootloader doc, remove development/production refs

* Update sld407-matter-ota/01-ota-bootloader.md

Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com>

* apply review changes

---------

Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com>

* migrate to custom-matter-device (#66)

* Matter AWS Documentation (#64)

* Matter AWS Documentation

* Apply suggestions from code review

Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com>
Co-authored-by: arun-silabs <141724790+arun-silabs@users.noreply.github.com>
Co-authored-by: sabollim-silabs <158290810+sabollim-silabs@users.noreply.github.com>

* PR comments

* PR comments

---------

Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com>
Co-authored-by: arun-silabs <141724790+arun-silabs@users.noreply.github.com>

* Update the version strings to 2.9.0 and add New Features (#65)

* Update the version strings to 2.9.0 and add New Features

* Addressing review comments

* Adding the new features

* fixing the feature naming

---------

Co-authored-by: chirag-silabs <chirag.bansal@silabs.com>

* Update aws-configuration-registration.md

Adjusted space before image.

* Update aws-configuration-registration.md

Added space before images.

---------

Co-authored-by: Michael Duggan <miduggan@silabs.com>
Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com>
Co-authored-by: sabollim-silabs <158290810+sabollim-silabs@users.noreply.github.com>
Co-authored-by: arun-silabs <141724790+arun-silabs@users.noreply.github.com>
Co-authored-by: Arghya Dutta <arghya.dutta@silabs.com>
Co-authored-by: chirag-silabs <chirag.bansal@silabs.com>
Co-authored-by: silabs-SubrataS <subrata.shil@silabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants