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 ReneJosefsen committed Oct 1, 2024
1 parent 4fdbd10 commit a345b95
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/tools/PICS-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ commissioning information:
python3 PICSGenerator.py --pics-template <pathToPicsTemplateFolder> --pics-output <outputPath> --commissioning-method ble-thread --discriminator <DESCRIMINATOR> --passcode <PASSCODE> --thread-dataset-hex <DATASET_AS_HEX>
```

or in case the device is e.g. an example running on a Linux/macOS system, use the on-network commissioning:
or in case the device is e.g. an example running on a Linux/macOS system, use
the on-network commissioning:

```
python3 PICSGenerator.py --pics-template <pathToPicsTemplateFolder> --pics-output <outputPath> --commissioning-method on-network --discriminator <DESCRIMINATOR> --passcode <PASSCODE>
Expand Down Expand Up @@ -87,12 +88,14 @@ python3 PICSGenerator.py --pics-template <pathToPicsTemplateFolder> --pics-outpu

# Updates for future releases

Given each new release adds PICS files, to ensure the tool is able to map the cluster names to the PICS XML files,
the XMLPICSValidator script can be used to validate the mapping and will inform in case a cluster can not
be mapped to a PICS XML file.
Given each new release adds PICS files, to ensure the tool is able to map the
cluster names to the PICS XML files, the XMLPICSValidator script can be used to
validate the mapping and will inform in case a cluster can not be mapped to a
PICS XML file.

The purpose of this script is mainly to make the update of this tool to future versions of Matter easier
and is not intended as a script for generating the PICS.
The purpose of this script is mainly to make the update of this tool to future
versions of Matter easier and is not intended as a script for generating the
PICS.

To run the XMLPICSValidator, the following command can be used:

Expand Down

0 comments on commit a345b95

Please sign in to comment.