diff --git a/tw_test/envs/1.json b/tw_test/envs/1.json index 39451e6..ebf1760 100644 --- a/tw_test/envs/1.json +++ b/tw_test/envs/1.json @@ -1,6 +1,6 @@ { "envId": 1, - "envName": "台湾展会-嘉兴物理", + "envName": "物理环境", "isVirtual": false, "envConfig": { "mqtt": { diff --git a/tw_test/project.json b/tw_test/project.json index f9e7dc9..3367853 100644 --- a/tw_test/project.json +++ b/tw_test/project.json @@ -1,56 +1,65 @@ { - "projectUuid" : "tw_test", - "projectLabel" : "", - "projectFileLocation" : "", - "directoryData" : [ { - "label" : "仓库楼层", - "items" : [ { - "catalogCode" : "f1", - "label" : "一楼 (f1)" - } ] - } ], - "otherData" : { - "projectUuid" : "tw_test", - "projectLabel" : "台湾物流展会-嘉兴测试", - "projectFileLocation" : "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", - "otherData" : { - "Tool" : { - "Group" : [ ], - "GlobalVariables" : [ ], - "UserCommand" : [ ], - "Dashboard" : [ ], - "DataTable" : [ ], - "Trigger" : [ { - "name" : "OnOpen", - "fn" : "" - }, { - "name" : "OnReset", - "fn" : "" - }, { - "name" : "OnStart", - "fn" : "" - }, { - "name" : "OnStop", - "fn" : "" - } ], - "gridHelper" : { - "axesEnabled" : true, - "axesSize" : 5, - "axesColor" : 14540253, - "axesWidth" : 2, - "gridEnabled" : true, - "gridSize" : 1000, - "gridDivisions" : 1000, - "gridColor" : 14540253, - "gridOpacity" : 1, - "backgroundColor" : 16119285, - "snapEnabled" : true, - "snapDistance" : 0.25 + "projectUuid": "tw_test", + "projectLabel": "台湾展会-嘉兴调试", + "projectFileLocation": "", + "directoryData": [ + { + "label": "仓库楼层", + "items": [ + { + "catalogCode": "f1", + "label": "一楼 (f1)" + } + ] + } + ], + "otherData": { + "projectUuid": "tw_test", + "projectLabel": "台湾物流展会-嘉兴测试", + "projectFileLocation": "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", + "otherData": { + "Tool": { + "Group": [], + "GlobalVariables": [], + "UserCommand": [], + "Dashboard": [], + "DataTable": [], + "Trigger": [ + { + "name": "OnOpen", + "fn": "" + }, + { + "name": "OnReset", + "fn": "" + }, + { + "name": "OnStart", + "fn": "" + }, + { + "name": "OnStop", + "fn": "" + } + ], + "gridHelper": { + "axesEnabled": true, + "axesSize": 5, + "axesColor": 14540253, + "axesWidth": 2, + "gridEnabled": true, + "gridSize": 1000, + "gridDivisions": 1000, + "gridColor": 14540253, + "gridOpacity": 1, + "backgroundColor": 16119285, + "snapEnabled": true, + "snapDistance": 0.25 + } + }, + "elevator": [], + "wall": [], + "pillar": [] } - }, - "elevator" : [ ], - "wall" : [ ], - "pillar" : [ ] } - } -} \ No newline at end of file +}