Skip to content

Commit

Permalink
fix mispelled work
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Mar 7, 2022
1 parent f769792 commit 2f63ec3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1360,3 +1360,18 @@ Zigbee
zigbeealliance
zigbeethread
libshell
TestGroupDemoConfig
ACLs
AddNOC
CHIPConfig
CHIPProjectAppConfig
CaseAdminNode
DataVersion
ProxyView
ReadAttribute
WriteAttribute
kAdminister
kManage
kOperate
kView
xFFFFFFFD
4 changes: 2 additions & 2 deletions examples/light-switch-app/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ combination with JLinkRTTClient as follows:
chip-tool binding write binding '[{"fabricIndex": 1, "group": 257}]' 1 1
```
To run the example with unicast and groups commands, run the grousp command
only commands and replace the last one with binding command
To run the example with unicast and groups commands, run the group
configuration commands and replace the last one with binding this command
```
chip-tool binding write binding '[{"fabricIndex": 1, "group": 257},{"fabricIndex": 1, "node": <lighting-node-id>, "endpoint": 1, "cluster":6} ]' 1 1
Expand Down

0 comments on commit 2f63ec3

Please sign in to comment.