From 83073d8c65ba735208a64af13097be8ac07317db Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 17 Feb 2020 08:55:47 +0100 Subject: [PATCH] chg: [iot] add SPI, Serial and JTAG status --- objects/iot-device/definition.json | 38 +++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/objects/iot-device/definition.json b/objects/iot-device/definition.json index 1a9e9bd..defd997 100644 --- a/objects/iot-device/definition.json +++ b/objects/iot-device/definition.json @@ -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",