Merge branch 'release/v15.6.3' into develop
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user