Skip to content

Commit 6d9d378

Browse files
authored
docs: add the table of content to the chip-tool guide (#36797)
1 parent 2c11741 commit 6d9d378

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/development_controllers/chip-tool/chip_tool_guide.md

+20
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ the setup payload or performing discovery actions.
99

1010
<hr>
1111

12+
## Table of Contents
13+
14+
- [Installation](#installation)
15+
- [Building from source](#building-from-source)
16+
- [Running the CHIP Tool](#running-the-chip-tool)
17+
- [CHIP Tool modes](#chip-tool-modes)
18+
- [Single-command mode (default)](#single-command-mode-default)
19+
- [Interactive mode](#interactive-mode)
20+
- [Using CHIP Tool for Matter device testing](#using-chip-tool-for-matter-device-testing)
21+
- [Supported commands and options](#supported-commands-and-options)
22+
- [List all supported clusters](#printing-all-supported-clusters)
23+
- [List all supported command for a cluster](#getting-the-list-of-commands-supported-for-a-specific-cluster)
24+
- [List all supported attributes for a cluster](#getting-the-list-of-attributes-supported-for-a-specific-cluster)
25+
- [Command options](#getting-the-list-of-command-options)
26+
- [Testing and Interaction](#running-a-test-suite-against-a-paired-peer-device)
27+
- [Multi-admin scenario](#multi-admin-scenario)
28+
- [Subscribing to events or attributes](#subscribing-to-events-or-attributes)
29+
- [Using wildcards](#using-wildcards)
30+
- [Saving users and credentials for door lock device](#saving-users-and-credentials-on-door-lock-devices)
31+
1232
## Installation
1333

1434
On Linux distributions

0 commit comments

Comments
 (0)