ajmarks / gekitchen

Python SDK for GE smart appliances
MIT License
53 stars 36 forks source link

Initial Dishwasher Support #5

Closed simbaja closed 3 years ago

simbaja commented 3 years ago

This pull request adds initial dishwasher support to the gekitchen library. There are a couple anomalies that I saw (like an unexpected value for the rinse agent), but it seems to work for my dish washer.

simbaja commented 3 years ago

I had more time today and took a stab at re-organizing the ERD section, breaking it up and adding converters. It's a bit of a bigger update than I anticipated, let me know if I didn't do something the Python way (or if there's a better way).

simbaja commented 3 years ago

Going to re-do the request by making a separate branch so that new commits aren't automatically added...