summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/resource_instance.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/sdc/resource_instance.jinja')
-rw-r--r--robot/assets/templates/sdc/resource_instance.jinja10
1 files changed, 10 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/resource_instance.jinja b/robot/assets/templates/sdc/resource_instance.jinja
new file mode 100644
index 00000000..c2c279c7
--- /dev/null
+++ b/robot/assets/templates/sdc/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}}"
+} \ No newline at end of file