From 4da0918d9a00d57132313148a6e098717ee5b4fa Mon Sep 17 00:00:00 2001 From: mapedraza <40356341+mapedraza@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:30:25 +0200 Subject: [PATCH] Update template files --- lib/templates/deviceGroup.json | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/lib/templates/deviceGroup.json b/lib/templates/deviceGroup.json index 190e305b0..cb9fb513c 100644 --- a/lib/templates/deviceGroup.json +++ b/lib/templates/deviceGroup.json @@ -60,33 +60,9 @@ "commands": { "description": "list of commands of the devices", "type": "array" - }, - "reverse": { - "description": "Define the attribute as bidirectional", - "type": "array", - "items": { - "type": "object", - "additionalProperties": false, - "properties": { - "object_id": { - "description": "ID of the attribute in the device", - "type": "string", - "pattern": "^([^<>();'=\"]+)+$" - }, - "type": { - "description": "Type of the attribute in the target entity", - "type": "string", - "pattern": "^([^<>();'=\"]+)+$" - }, - "expression": { - "description": "Optional expression for measurement transformation", - "type": "string" - } - } - } } } } } - } + } }