Files
ebusd/contrib/html/items/uih.json
T
2016-11-05 12:20:40 +01:00

18 lines
483 B
JSON

{
"title": "Controller",
"bounds": [10,310,100,110],
"image": "rc.svg",
"image-pos": [33,0],
"items": [
{"name": "YieldSum", "format": "$0 kWh", "top": 0.1, "leftc": 0.5},
{"type": "bar",
"title": "Ertrag",
"names": "YieldThisYear",
"lastnames": "YieldLastYear",
"field": "energy", "top": 0.75, "leftc": 0.5
},
{"name": "FlowTemp", "format": "$temp", "top": 0.5, "left": 0.04},
{"name": "FlowTempDesired", "format": "$temp", "top": 0.5, "left": 0.54}
]
}