converters
This commit is contained in:
@ -142,7 +142,7 @@ def process_high_temp(box_name, context, local_context, payload):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def process_window(box_name, context, local_context, sub_key, payload):
|
def process_window(box_name, context, local_context, sub_key, payload):
|
||||||
// default converter
|
# default converter
|
||||||
converter = lambda x:x
|
converter = lambda x:x
|
||||||
for sk in box["windows"]:
|
for sk in box["windows"]:
|
||||||
if sk["label"] == sub_key:
|
if sk["label"] == sub_key:
|
||||||
|
Reference in New Issue
Block a user