Skip to content

Commit

Permalink
Update template files
Browse files Browse the repository at this point in the history
  • Loading branch information
mapedraza authored Aug 7, 2024
1 parent 2bfa8ea commit 4da0918
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions lib/templates/deviceGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
}
}
}
}
}

0 comments on commit 4da0918

Please sign in to comment.