Skip to content

Commit beed000

Browse files
Merge pull request #222430 from yoninalmsft/patch-15
Update how-to-configure-dmi-decoder.md
2 parents 14cc483 + 6c44785 commit beed000

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/defender-for-iot/device-builders/how-to-configure-dmi-decoder.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ To implement, please refer to the [System Management BIOS specifications](https:
3232

3333
## Alternative configurations
3434

35-
For devices that do not support the DMI decoder, there are two alternative options for retrieving and setting the firmware and hardware fields.
35+
For devices that do not support the DMI decoder, there are two alternative options for retrieving and setting the firmware and hardware fields:
36+
37+
- [JSON file](#json-file)
38+
- [Module twin configurations](#module-twin-configurations)
3639

3740
### JSON file
3841

@@ -48,13 +51,13 @@ To configure the file, use the following path and format details:
4851

4952
- Format:
5053

51-
```bash
54+
```bash
5255
"HardwareVendor": "<hardware vendor>",
5356
"HardwareModel": "<hardware model>",
5457
"HardwareSerialNumber": "<hardware serial number>",
5558
"FirmwareVendor": "<firmware vendor>",
5659
"FirmwareVersion": "<firmware version>"
57-
```
60+
```
5861

5962
### Module twin configurations
6063

0 commit comments

Comments
 (0)