Fisher & Paykel - Single DishDrawer (DDS196US) detected as a Double Drawer - I can help! #497
brianfinley
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I can provide logs, screenshots, etc. I can also patch & test, or tweak the code if you tell me where you'd prefer the code change(s) to live.
Here we see that it's identified as a DUAL_DISH_WASHER (maybe that's what's provided by the GE API):
And here we see the model number starts with a
/^DDS.*/, which stands for "DishDrawer Single":Therefore, if we detect an appliance type of '20', and it's model number starts with
/^DDS/, we could simply change the model type to"06".Thoughts?
All reactions