overwrite window added
This commit is contained in:
@ -66,7 +66,7 @@ try:
|
||||
box_topic_prefixes = json.loads(BOX_TOPIC_PREFIXES_CONFIG)
|
||||
|
||||
# Validation: Check if the required keys are present
|
||||
required_keys = {'high_temp', 'cmd'}
|
||||
required_keys = {'high_temp', 'cmd', 'overwrite_window'}
|
||||
missing_keys = required_keys - box_topic_prefixes.keys()
|
||||
|
||||
if missing_keys:
|
||||
|
Reference in New Issue
Block a user