Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and greg-fer committed Jul 28, 2023
1 parent ef3a759 commit dc4eae2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/guides/chip_tool_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1447,21 +1447,21 @@ In this command:
user index to `0` will cause an error.
- _<user-name\>_ is the name of the user, which can have maximum 10 bytes of
size. Can be set to `null`.
- _<user-unique-id\>_ is a 4-byte number that describes the unique user ID. Can
be set to `null`.
- _<user-unique-id\>_ is a 4-byte number that describes the unique user ID.
Can be set to `null`.
- _<user-status\>_ can be set to `null` or to one of the following values:
- `0` (`Available`) - This status indicates that the given user slot is
available for modification on the device. This value is selected is you
set `null` for the variable.
- `1` (`OccupiedEnabled`) - This status indicates that the given user slot
is used and active.
- `3` (`OccupiedDisabled`) - This status indicates that the given user slot
is used, but disabled. Unlike `0` and `1`, supporting this status is
optional.
- `3` (`OccupiedDisabled`) - This status indicates that the given user
slot is used, but disabled. Unlike `0` and `1`, supporting this status
is optional.
- _<credential-rule\>_ is the number of credentials that must be used to unlock
the door lock. This parameter can be set to `null` or to one of the
- _<credential-rule\>_ is the number of credentials that must be used to
unlock the door lock. This parameter can be set to `null` or to one of the
following values:
- `0` (Single) - One credential type is required to unlock. This value is
Expand Down Expand Up @@ -1518,8 +1518,8 @@ In this command:
- `3` - Fingerprint
- `4` - Finger vein
- _<credential-index\>_ is the index of the credential, between `1` and the
maximum value you set in the `NumberOfCredentialsSupportedPerUser`
- _<credential-index\>_ is the index of the credential, between `1` and
the maximum value you set in the `NumberOfCredentialsSupportedPerUser`
attribute (see the section 5.2.3.20 of the Matter Application Clusters
specification for details). Setting the credential index to `0` will
cause an error.
Expand Down

0 comments on commit dc4eae2

Please sign in to comment.