mdz / python-smarttub

Python API for SmartTub enabled hot tubs
MIT License
6 stars 9 forks source link

J-385 adds a "READY" HeatMode and an "ON" LightMode #38

Closed fowie closed 11 months ago

fowie commented 11 months ago

My J-385 jacuzzi is causing crashes in smarttub. Looks like it can have "READY" as a HeatMode and "ON" as a LightMode, which weren't in the enums and caused the app to crash. This adds the values to their respective enums.

fowie commented 11 months ago

Forgot to run pre-commit. I'll resubmit shortly