Open rowysock opened 1 year ago
In the oven config there is commands section. We should handle it
"commands": [ { "strKey": "OVEN_SKIP_PREHEATING", "wifiArrayIndex": 95, "enumValues": [ { "strKey": "OVEN_SKIP_PREHEATING_OFF", "wifiArrayValue": 0 }, { "strKey": "OVEN_SKIP_PREHEATING_ON", "wifiArrayValue": 1 } ] } ]
@fotisbaco I'm going to need your help with implementing those commands. Can you share the screen of how the commands look in the original application?
In the oven config there is commands section. We should handle it