Skip to content

Commit

Permalink
Update light-switch-app/nrfconnect/README.md to fix privilege (#36657)
Browse files Browse the repository at this point in the history
Update light-switch-app/nrfconnect/README.md to fix privilege
  • Loading branch information
lboue authored Nov 28, 2024
1 parent 7805664 commit 7c557f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/light-switch-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ To perform the unicast binding process, complete the following steps:

- `{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [112233], "targets": null}`
is an ACL for the communication with the CHIP Tool.
- `{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [2], "targets": [{"cluster": 6, "endpoint": 1, "deviceType": null}, {"cluster": 8, "endpoint": 1, "deviceType": null}]}`
- `{"fabricIndex": 1, "privilege": 3, "authMode": 2, "subjects": [2], "targets": [{"cluster": 6, "endpoint": 1, "deviceType": null}, {"cluster": 8, "endpoint": 1, "deviceType": null}]}`
is an ACL for binding (cluster no. 6 is the On/Off cluster and the
cluster no. 8 is the Level Control cluster).

Expand Down

0 comments on commit 7c557f6

Please sign in to comment.