When trying to use the command ```inst.setpoint = 31.0```, I receive: ``` value = int(round(value.to("degC").magnitude * 10, 0)) AttributeError: 'float' object has no attribute 'to' ``` I'm currently using NumPy 1.26.4