stfc-aeg / odin-lpdpower

Prototype of ODIN framework
0 stars 0 forks source link

Fan speed target param has type mismatch #28

Closed timcnicholls closed 7 years ago

timcnicholls commented 7 years ago

The fan speed target parameter in the PSCU class is initialised to a floating point value (100.0), whereas display page tries to show an int using a {:d} format specifier. Needs changing to float.