stfc-aeg / odin-lpdpower

Prototype of ODIN framework
0 stars 0 forks source link

Temperature and humidity sensor names show as 'undefined' #47

Closed timcnicholls closed 4 years ago

timcnicholls commented 5 years ago

Python 3 compat issue?

timcnicholls commented 5 years ago

This is due to odin-control adopting metadata in the core parameter tree implementation, which means that parameters with the key 'name' are treated as metadata and not returned when the metadata qualifier is not set. The solution is to either update to support metadata or change the 'name' field key accordingly.