Skip to content

Commit 7c557f6

Browse files
authored
Update light-switch-app/nrfconnect/README.md to fix privilege (project-chip#36657)
Update light-switch-app/nrfconnect/README.md to fix privilege
1 parent 7805664 commit 7c557f6

File tree

1 file changed

+1
-1
lines changed
  • examples/light-switch-app/nrfconnect

1 file changed

+1
-1
lines changed

examples/light-switch-app/nrfconnect/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ To perform the unicast binding process, complete the following steps:
650650
651651
- `{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [112233], "targets": null}`
652652
is an ACL for the communication with the CHIP Tool.
653-
- `{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [2], "targets": [{"cluster": 6, "endpoint": 1, "deviceType": null}, {"cluster": 8, "endpoint": 1, "deviceType": null}]}`
653+
- `{"fabricIndex": 1, "privilege": 3, "authMode": 2, "subjects": [2], "targets": [{"cluster": 6, "endpoint": 1, "deviceType": null}, {"cluster": 8, "endpoint": 1, "deviceType": null}]}`
654654
is an ACL for binding (cluster no. 6 is the On/Off cluster and the
655655
cluster no. 8 is the Level Control cluster).
656656

0 commit comments

Comments
 (0)