From ebcb05579ad34f3fb5c8ccc64c449304aa56050c Mon Sep 17 00:00:00 2001 From: shripad621git Date: Tue, 16 Jul 2024 13:57:42 +0530 Subject: [PATCH] Fixed the taglist documentation for generic switch example - Fixed the endpoint id in the README to the supported endpoint id in example. --- examples/generic_switch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/generic_switch/README.md b/examples/generic_switch/README.md index 3df32c288..57fe9f4d5 100644 --- a/examples/generic_switch/README.md +++ b/examples/generic_switch/README.md @@ -70,7 +70,7 @@ chip-tool userlabel read label-list 0x7283 1 To read the taglist of the Descriptor cluster execute the command given below. ``` -chip-tool descriptor read tag-list 0x7283 0 +chip-tool descriptor read tag-list 0x7283 1 ``` ## 2. Post Commissioning Setup