uncharted-aske / HMI

Apache License 2.0
1 stars 0 forks source link

Fix parameters panel error issue #360

Closed YohannParis closed 3 years ago

YohannParis commented 3 years ago

They were a simple issue from the DONU API that will send multiple parameters with same UID. Unfortunately they are not so unique. So we filter them out.

Also they will sometimes not provide a metadata.name for the parameters, so we use the UID in those occasions.