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
can now initialize a NextGenPump instance using either a pre-existing Serial instance (new behavior), OR by passing in a string for the port to open a Serial instance at (old behavior)
bundled data retrieval methods such as current_conditions or pump_info now return custom typed dataclasses instead of dicts (this is a breaking change)
fixed an elusive bug that would sometimes cause NextGenPumpBase's identify to fail