From 4a7c644be19d3920faf1043c96cb1e2767b8c316 Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@uni-duesseldorf.de>
Date: Tue, 7 Jun 2022 18:21:04 +0200
Subject: [PATCH] store name of model for which the json file was made

Signed-off-by: Michael Leuschel <leuschel@uni-duesseldorf.de>
---
 LandingGear/LandingGear.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/LandingGear/LandingGear.json b/LandingGear/LandingGear.json
index 1e4f3c8..35d5e63 100644
--- a/LandingGear/LandingGear.json
+++ b/LandingGear/LandingGear.json
@@ -1,5 +1,6 @@
 {
   "svg":"architecture.svg",
+  "model":"R6GearsDoorsHandleValvesControllerSwitch",
   "items":[
 	  {
 		  "repeat": ["1", "2", "3"],
-- 
GitLab