Private
Public Access
1
0

Merge branch 'release/v15.6.3' into develop

This commit is contained in:
Sander Roosendaal
2021-03-05 17:16:30 +01:00

View File

@@ -897,6 +897,7 @@ def step_to_string(step):
try:
valuehigh = step['targetValueHigh']
except KeyError:
valuehigh = 0
if value < 10 and value>0:
target = 'Target: Power in zone {v}'.format(v=value)