chg: [iot] add SPI, Serial and JTAG status

pull/239/head
Alexandre Dulaunoy 2020-02-17 08:55:47 +01:00
parent cf30efabc6
commit 83073d8c65
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 37 additions and 1 deletions

View File

@ -119,9 +119,45 @@
"description": "Vendor of the IoT device",
"ui-priority": 1,
"misp-attribute": "text"
},
"spi-interface": {
"description": "SPI interface of the IoT device",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Yes",
"No",
"Unknown",
"Disabled"
]
},
"serial-interface": {
"description": "Serial interface of the IoT device",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Yes",
"No",
"Unknown",
"Disabled"
]
},
"jtag-interface": {
"description": "JTAG interface of the IoT device",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Yes",
"No",
"Unknown",
"Disabled"
]
}
},
"version": 1,
"version": 2,
"description": "An IoT device.",
"meta-category": "iot",
"uuid": "3de3b92a-859b-431b-9c4f-1a81de1d9637",