You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently have "if df_format is None: get_df_format()" at the beginning of all relevant functions. Will continue looking into if it is possible to initialize with a dataframe format
🚀 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
The text was updated successfully, but these errors were encountered: