|
3 | 3 | Unless specifically overridden by the platform, example apps in this SDK use the
|
4 | 4 | Example credentials implementation in `DeviceAttestationCredsExample.cpp`.
|
5 | 5 |
|
6 |
| -The SDK holds example certificates for VID '0xFFF1' and any PID in |
7 |
| -'0x8000-0x801F'. The device VID and PID supplied by the basic information |
| 6 | +The SDK holds example certificates for VID `0xFFF1` and any PID in |
| 7 | +`0x8000-0x801F`. The device VID and PID supplied by the basic information |
8 | 8 | cluster must correspond to the VID/PID given in the certificate for the device
|
9 | 9 | to pass verification.
|
10 | 10 |
|
11 | 11 | Certificates are selected using the value in
|
12 | 12 | CHIP_DEVICE_CONFIG_DEVICE_PRODUCT_ID. The vendor ID for every example app is the
|
13 |
| -same because they are all signed by the same PAI (vendor id '0xFFF1'). |
| 13 | +same because they are all signed by the same PAI (vendor id `0xFFF1`). |
14 | 14 |
|
15 | 15 | In order to allow some differentiation between the various example apps, each
|
16 | 16 | app is assigned a PID from the list below:
|
17 | 17 |
|
18 |
| -| App | PID | |
19 |
| -| ----------------------- | ------ | |
20 |
| -| All Clusters | 0x8001 | |
21 |
| -| Bridge | 0x8002 | |
22 |
| -| Door Lock | 0x8003 | |
23 |
| -| Light switch | 0x8004 | |
24 |
| -| Lighting | 0x8005 | |
25 |
| -| Lock | 0x8006 | |
26 |
| -| OTA provider | 0x8007 | |
27 |
| -| OTA requestor | 0x8008 | |
28 |
| -| Persistent Storage | 0x8009 | |
29 |
| -| Pigweed | 0x800B | |
30 |
| -| Pump | 0x800A | |
31 |
| -| Pump Controller | 0x8011 | |
32 |
| -| Shell | 0x8012 | |
33 |
| -| Temperature measurement | 0x800D | |
34 |
| -| Thermostat | 0x800E | |
35 |
| -| TV | 0x800F | |
36 |
| -| Window | 0x8010 | |
| 18 | +| App | PID | |
| 19 | +| ----------------------- | -------- | |
| 20 | +| All Clusters | `0x8001` | |
| 21 | +| Bridge | `0x8002` | |
| 22 | +| Door Lock | `0x8003` | |
| 23 | +| Light switch | `0x8004` | |
| 24 | +| Lighting | `0x8005` | |
| 25 | +| Lock | `0x8006` | |
| 26 | +| OTA provider | `0x8007` | |
| 27 | +| OTA requestor | `0x8008` | |
| 28 | +| Persistent Storage | `0x8009` | |
| 29 | +| Pigweed | `0x800B` | |
| 30 | +| Pump | `0x800A` | |
| 31 | +| Pump Controller | `0x8011` | |
| 32 | +| Shell | `0x8012` | |
| 33 | +| Temperature measurement | `0x800D` | |
| 34 | +| Thermostat | `0x800E` | |
| 35 | +| TV | `0x800F` | |
| 36 | +| Window | `0x8010` | |
0 commit comments