Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and hicklin committed Jul 20, 2023
1 parent 21ebc28 commit 03726a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/clusters/mode-base-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ To use a Mode Base derived cluster, you need to
documentation in `mode-base-server.h` for more information about these
methods. Cluster-specific enums can be accessed from the cluster namespace.
- Optionally implement the `Init` function.
- In some translation unit (.c or .cpp file), instantiate your
`ModeBase::Instance` inherited class. See the constructor documentation
in `mode-base-server.h`.
- In some translation unit (.c or .cpp file), instantiate your
`ModeBase::Instance` inherited class. See the constructor documentation in
`mode-base-server.h`.
- Call the `.Init()` function of your instance after the root
`Server::Init()`.
- Alternatively, the last two steps can be done in the
Expand All @@ -27,8 +27,8 @@ To use a Mode Base derived cluster, you need to
`chip_device_project_config_include` file. In the examples, this file is
`CHIPProjectAppConfig.h`.

**Note** Zap accessor functions for these clusters do not exist.
Use the instance's `Update...` and `Get...` functions to access the attributes.
**Note** Zap accessor functions for these clusters do not exist. Use the
instance's `Update...` and `Get...` functions to access the attributes.

# How to add new derived clusters

Expand Down

0 comments on commit 03726a2

Please sign in to comment.