separate hwc+cc

This commit is contained in:
john30
2016-03-20 20:00:09 +01:00
parent 7ec6da1759
commit f4b5d1a57f
4 changed files with 130 additions and 79 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"title": "Zirkulation",
"bounds": [610,80,54,18],
"image": "cc.svg",
"endpoints": [
{"name": "Flow", "anchor": [0, 0.5, -1, 0], "target": true, "distance": [0,0,0.5], "connectWith": ["hwc", "Return"]},
{"name": "Return", "anchor": [1, 0.5, 1, 0], "connectWith": [null, "HwcReturn"]}
],
"items": [
{"circuit": "ehp", "name": "CirPump", "topc": 0.5, "leftc": 0.5},
{"circuit": "cc", "name": "Mode", "format": "$1 $0", "top": 1, "leftc": 0.5}
]
}
+3 -5
View File
@@ -1,14 +1,12 @@
{
"title": "Warmwasser",
"bounds": [510,40,174,52],
"bounds": [516,0,161,52],
"image": "hwc.svg",
"endpoints": [
{"name": "Flow", "anchor": [0, 0.82, -1, 0], "target": true, "distance": [40,0,0.5], "connectWith": [null, "HwcFlow"]},
{"name": "Return", "anchor": [1, 0.82, 1, 0], "connectWith": [null, "HwcReturn"]}
{"name": "Return", "anchor": [1, 0.82, 1, 0]}
],
"items": [
{"name": "OperatingMode", "topc": 0.2, "left": 0.6},
{"circuit": "ehp", "name": "CirPump", "topc": 0.8, "leftc": 0.85},
{"circuit": "cc", "name": "Mode", "format": "$1 $0", "top": 1, "left": 0.6}
{"name": "OperatingMode", "topc": 0.2, "left": 0}
]
}