simplified conditions, switch from "parts" to "format" with named fields

This commit is contained in:
john30
2016-03-20 13:36:28 +01:00
parent adcf3e0d33
commit 4d55204db4
7 changed files with 101 additions and 85 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"image-pos": [10,0],
"items": [
{"circuit": "uih", "name": "HcName4", "top": 0.1, "leftc": 0.5},
{"name": "RoomTemp", "parts": "0", "top": 1, "left": 0}
{"name": "RoomTemp", "format": "$temp", "top": 1, "left": 0}
]
}