🚀 Feature Request
Any function using self._df_ret needs to make sure it's defined first. See first lines of poll() function where it checks for self._df_format.
🔈 Motivation
Those functions will error out if that variable isn't defined.
🛰 Alternatives
We may just want to call the get_format function at the setup of the device or make some seperate function to convert floats.
📎 Additional context

🚀 Feature Request
Any function using
self._df_retneeds to make sure it's defined first. See first lines of poll() function where it checks for self._df_format.🔈 Motivation
Those functions will error out if that variable isn't defined.
🛰 Alternatives
We may just want to call the get_format function at the setup of the device or make some seperate function to convert floats.
📎 Additional context