inonoob / pirowflo

All-in-one data interface for your Waterrower S4 Monitor or Smartrow
GNU General Public License v3.0
141 stars 32 forks source link

create member variables in __init__ #24

Closed b3nj1 closed 3 years ago

b3nj1 commented 3 years ago

Hi @inonoob , I shouldn't have hid the creation of these member variables under _reset_state(). Now, I create them in init(), and assign the initial values in the _reset_state().

It will conflict with your starttime = time.time(), so after we figure the best way for that, I can update this PR.

inonoob commented 3 years ago

Thanks @b3nj1 for the great support and addition to the project.