You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save the passed node ID to the resulting OD in import_od() (#484)
Only for DCF-files (which include a DeviceComissioning section), the Node-ID from the file is stored in the ObjectDictionary instance. When given an override value via the `import_od(..., node_id=...)` argument, that was however not applied to the OD attribute, but only used for $NODEID interpolation.
Make sure the interpolated values match the stored node_id in this case.
Also handle a missing NodeID option within the DeviceComissioning section gracefully, instead of raising an exception.
0 commit comments