aboutsummaryrefslogtreecommitdiff
path: root/pellematic-temp
diff options
context:
space:
mode:
Diffstat (limited to 'pellematic-temp')
-rwxr-xr-xpellematic-temp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pellematic-temp b/pellematic-temp
index f3f1fc9..4510563 100755
--- a/pellematic-temp
+++ b/pellematic-temp
@@ -82,7 +82,7 @@ graph_info This graph shows different temperture values as displayed by a Pellet
name = fixup(item['shortText'])
print "%s.label %s" % (canon(name), name)
print "%s.type GAUGE" % canon(name)
- thickness = 1 if name.endswith('soll') else 2
+ thickness = 1 if name.endswith(' Set') else 2
print "%s.draw LINE%d" % (canon(name), thickness)
def degree_celsius(val):