Initial commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "K10",
|
||||
"description": "",
|
||||
"devices": [
|
||||
{
|
||||
"id": 4,
|
||||
"device_type": "bulb",
|
||||
"label": "Bulb / Light",
|
||||
"reference": "",
|
||||
"x": 379.0,
|
||||
"y": 198.0,
|
||||
"width": 80.0,
|
||||
"height": 50.0,
|
||||
"properties": {
|
||||
"voltage": "12V",
|
||||
"wattage": "",
|
||||
"partNumber": "",
|
||||
"manufacturer": ""
|
||||
},
|
||||
"pins": [
|
||||
{
|
||||
"id": "+",
|
||||
"name": "+",
|
||||
"side": "left",
|
||||
"x_offset": 0,
|
||||
"y_offset": 25
|
||||
},
|
||||
{
|
||||
"id": "-",
|
||||
"name": "\u2212",
|
||||
"side": "right",
|
||||
"x_offset": 80,
|
||||
"y_offset": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wires": []
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"id": 4,
|
||||
"name": "New Diagram",
|
||||
"description": "",
|
||||
"devices": [],
|
||||
"wires": []
|
||||
}
|
||||
Reference in New Issue
Block a user