12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "baseQrUrl": "https://icook.schneiderconsumer.com/h5/index.html",
- "workModes": [
- {
- "type": "ADAPTED_COOKING",
- "name": "adapted_cooking",
- "bg": "ic_mode_diy",
- "icon": "ic_grid_adapted_cooking",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "KNEAD_TOUGH",
- "name": "knead_dough",
- "bg": "ic_mode_knead_dough",
- "icon": "ic_grid_knead_dough",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "SLOW_COOK",
- "name": "slow_cook",
- "bg": "ic_mode_slow_cook",
- "icon": "ic_grid_slow_cook",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "STEAM",
- "name": "steam",
- "bg": "ic_mode_steam",
- "icon": "ic_grid_steam",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "BOIL_WATER",
- "name": "boil_water",
- "bg": "ic_mode_boil_water",
- "icon": "ic_grid_boil_water",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "FOOD_PROCESSOR",
- "name": "food_processor",
- "bg": "ic_mode_food_processor",
- "icon": "ic_grid_food_processor",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "CHOP",
- "name": "chop",
- "bg": "ic_mode_chop",
- "icon": "ic_grid_chop",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "TURBO",
- "name": "turbo",
- "bg": "ic_mode_turbo",
- "icon": "ic_grid_turbo",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "AUTO_CLEAN",
- "name": "auto_clean",
- "bg": "cm_icon_auto_clean",
- "icon": "cm_icon_auto_clean",
- "devMode": "SOUP",
- "listShow": true
- },
- {
- "type": "WIGHT",
- "name": "wight",
- "bg": "ic_mode_weight",
- "icon": "ic_grid_weight",
- "devMode": "SOUP",
- "listShow": true
- }
- ]
- }
|