diff options
Diffstat (limited to 'robot/assets/templates/asdc/resource_instance.jinja')
-rw-r--r-- | robot/assets/templates/asdc/resource_instance.jinja | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/robot/assets/templates/asdc/resource_instance.jinja b/robot/assets/templates/asdc/resource_instance.jinja new file mode 100644 index 00000000..18b71685 --- /dev/null +++ b/robot/assets/templates/asdc/resource_instance.jinja @@ -0,0 +1,10 @@ +{ + "uniqueId": "{{catalog_resource_id}}{{milli_timestamp}}", + "posX": {{posX}}, + "posY": {{posY}}, + "name": "{{catalog_resource_name}}", + "componentVersion": "1.0", + "originType": "{{originType}}", + "icon": "defaulticon", + "componentUid": "{{catalog_resource_id}}" +} |