-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
The payload is declared as follows:
payload = {
'templateName': device_template['templateName'],
'templateDescription': device_template['templateDescription'],
'deviceType': device_template['deviceType'],
'factoryDefault': device_template['factoryDefault'],
'configType': device_template['configType'],
'featureTemplateUidRange': []
}
However there is no reference to the key 'featureTemplateUidRange' and instead the following is used:
payload['generalTemplates']
in the condition:
else:
payload['generalTemplates'] = device_template['generalTemplates']
However, in the payload there is no mention of ['generalTemplates']
Can this be fixed in the next iteration?
Thank you
Metadata
Metadata
Assignees
Labels
No labels