mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-20 06:51:07 +02:00
Add program name sensor
This commit is contained in:
@@ -126,7 +126,8 @@
|
||||
"19": "Drying",
|
||||
"20": "Drying",
|
||||
"11": "Ready",
|
||||
"17": "unknown"
|
||||
"17": "unknown",
|
||||
"12": "unkown"
|
||||
},
|
||||
"name": "Phase"
|
||||
},
|
||||
@@ -365,7 +366,8 @@
|
||||
"woolmark": "Wool",
|
||||
"xxl_load": "XXL Load",
|
||||
"zoom_59": "Zoom 59"
|
||||
}
|
||||
},
|
||||
"name": "Program"
|
||||
},
|
||||
"room_temperature": {
|
||||
"name": "Room temperature"
|
||||
@@ -378,141 +380,38 @@
|
||||
},
|
||||
"fridge_temp": {
|
||||
"name": "Fridge temperature"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
"anti_crease": {
|
||||
"name": "Anticrease"
|
||||
},
|
||||
"add_dish": {
|
||||
"name": "Add dishes"
|
||||
},
|
||||
"eco_express": {
|
||||
"name": "Eco"
|
||||
},
|
||||
"extra_dry": {
|
||||
"name": "Extra dry"
|
||||
},
|
||||
"half_load": {
|
||||
"name": "Half load"
|
||||
},
|
||||
"open_door": {
|
||||
"name": "Open door"
|
||||
},
|
||||
"three_in_one": {
|
||||
"name": "3 in 1"
|
||||
},
|
||||
"preheat": {
|
||||
"name": "Preheat"
|
||||
},
|
||||
"dish_washer": {
|
||||
"name": "Dish washer"
|
||||
},
|
||||
"tumble_dryer": {
|
||||
"name": "Tumble dryer"
|
||||
},
|
||||
"washing_machine": {
|
||||
"name": "Washing machine"
|
||||
},
|
||||
"washer_dryer": {
|
||||
"name": "Washer dryer"
|
||||
},
|
||||
"oven": {
|
||||
"name": "Oven"
|
||||
},
|
||||
"prewash": {
|
||||
"name": "Pre-wash "
|
||||
},
|
||||
"pause": {
|
||||
"name": "Pause"
|
||||
},
|
||||
"keep_fresh": {
|
||||
"name": "Keep Fresh"
|
||||
},
|
||||
"delay_time": {
|
||||
"name": "Delay Start"
|
||||
},
|
||||
"rapid_mode": {
|
||||
"name": "Rapid mode"
|
||||
},
|
||||
"eco_mode": {
|
||||
"name": "ECO mode"
|
||||
},
|
||||
"10_degree_heating": {
|
||||
"name": "10°C Heating function"
|
||||
},
|
||||
"self_clean": {
|
||||
"name": "Self-clean"
|
||||
},
|
||||
"self_clean_56": {
|
||||
"name": "Steri-Clean 56°C"
|
||||
},
|
||||
"silent_mode": {
|
||||
"name": "Silent mode"
|
||||
},
|
||||
"mute_mode": {
|
||||
"name": "Mute mode"
|
||||
},
|
||||
"extra_rinse_1": {
|
||||
"name": "+1 Rinse"
|
||||
},
|
||||
"extra_rinse_2": {
|
||||
"name": "+2 Rinses"
|
||||
},
|
||||
"extra_rinse_3": {
|
||||
"name": "+3 Rinses"
|
||||
},
|
||||
"acqua_plus": {
|
||||
"name": "Acquaplus"
|
||||
},
|
||||
"auto_dose": {
|
||||
"name": "Autodose"
|
||||
},
|
||||
"good_night": {
|
||||
"name": "Good Night"
|
||||
},
|
||||
"auto_dose_softener": {
|
||||
"name": "Autodose Softener"
|
||||
},
|
||||
"auto_dose_detergent": {
|
||||
"name": "Autodose Detergent"
|
||||
},
|
||||
"auto_set": {
|
||||
"name": "Auto-Set"
|
||||
},
|
||||
"super_cool": {
|
||||
"name": "Super Cool"
|
||||
},
|
||||
"super_freeze": {
|
||||
"name": "Super Freeze"
|
||||
},
|
||||
"refrigerator": {
|
||||
"name": "Refrigerator"
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"dry_levels": {
|
||||
"programs_ac": {
|
||||
"state": {
|
||||
"0": "No drying",
|
||||
"1": "Iron dry",
|
||||
"2": "Hang",
|
||||
"3": "Cupboard Dry",
|
||||
"4": "Extra dry",
|
||||
"12": "Iron dry",
|
||||
"13": "Cupboard Dry",
|
||||
"14": "Ready to wear",
|
||||
"15": "Extra dry",
|
||||
"11": "No drying"
|
||||
"iot_10_heating": "10°C Heating function",
|
||||
"iot_auto": "Auto",
|
||||
"iot_cool": "Cool",
|
||||
"iot_dry": "Dry",
|
||||
"iot_fan": "Fan",
|
||||
"iot_heat": "Heat",
|
||||
"iot_nano_aqua": "Nano Aqua",
|
||||
"iot_purify": "Self-purify",
|
||||
"iot_self_clean": "Self-clean",
|
||||
"iot_self_clean_56": "Steri-Clean 56°C",
|
||||
"iot_simple_start": "Start now",
|
||||
"iot_uv": "UV",
|
||||
"iot_uv_and_auto": "UV + Auto",
|
||||
"iot_uv_and_cool": "UV + Cold",
|
||||
"iot_uv_and_dry": "UV + Dehumidifier",
|
||||
"iot_uv_and_fan": "UV + Fan",
|
||||
"iot_uv_and_heat": "UV + Heat"
|
||||
},
|
||||
"name": "Drying level"
|
||||
"name": "Program"
|
||||
},
|
||||
"programs_dw": {
|
||||
"state": {
|
||||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_plus_soil": "Auto Plus Soil",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_rapid_soil": "Auto rapid Soil",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
@@ -679,6 +578,676 @@
|
||||
"iot_bread": "Bread",
|
||||
"iot_h20_clean": "h2O clean",
|
||||
"leavening": "Leavening",
|
||||
"light_fan": "Light Fan",
|
||||
"light_fan\n": "Light Fan",
|
||||
"low_temp_cooking": "Low Temperature Cooking",
|
||||
"low_temp_cooking_fish": "Low Temperature Cooking - Fish",
|
||||
"low_temp_cooking_fish_steam": "Low Temperature Cooking - Steamed fish",
|
||||
"low_temp_cooking_meat": "Low Temperature Cooking - Meat",
|
||||
"low_temp_cooking_meat_steam": "Low Temperature Cooking - Steamed meat",
|
||||
"low_temp_cooking_steam": "Low Temperature Steam Cooking",
|
||||
"meat": "Meat",
|
||||
"meat_steam": "Steamed meat",
|
||||
"multi_level": "Multi-Level",
|
||||
"paella": "Paella",
|
||||
"pasta_and_bakery": "Pasta and Bakery",
|
||||
"pizza": "Pizza",
|
||||
"pyrolysis": "Pyrolysis",
|
||||
"pyrolysis_plus": "Pyrolysis +",
|
||||
"red_meat": "Red Meat",
|
||||
"red_meat_steam": "Steamed red meat",
|
||||
"regenerate": "Regenerate",
|
||||
"soft_plus": "Soft+",
|
||||
"super_grill": "Super Grill",
|
||||
"tailor_bake": "Tailor bake",
|
||||
"tailor_bake_cata": "Tailor Bake",
|
||||
"tailor_bake_pyro": "Tailor Bake",
|
||||
"vegetables": "Vegetables",
|
||||
"vegetables_cata": "Vegetables",
|
||||
"vegetables_pyro": "Vegetables",
|
||||
"water_discharge": "Water Discharge",
|
||||
"white_meat": "White Meat",
|
||||
"white_meat_steam": "Steamed white meat"
|
||||
},
|
||||
"name": "Program"
|
||||
},
|
||||
"programs_wm": {
|
||||
"state": {
|
||||
"20_degrees_coloured_cottons": "20° Colored and Cottons",
|
||||
"20_degrees_new_energy_label": "20°C",
|
||||
"active_steam": "Steam",
|
||||
"active_wash": "Active Wash",
|
||||
"active_wash_steam": "Active Wash + Steam",
|
||||
"allergy_care": "Allergy Care",
|
||||
"allergy_care_pro": "Allergy Care Pro",
|
||||
"all_in_one_49": "All in One 49'",
|
||||
"all_in_one_59": "All in One 59'",
|
||||
"all_in_one_59_steam": "Active Wash + Steam",
|
||||
"autocare": "Autocare",
|
||||
"autoclean": "Drum cleaning and descaling ",
|
||||
"baby_60": "All Baby 60°C",
|
||||
"care_14": "Rapid Care 14'",
|
||||
"care_30": "Rapid Care 30'",
|
||||
"care_44": "Rapid Care 44'",
|
||||
"checkup": "Check-Up",
|
||||
"colour_59": "Colored 59'",
|
||||
"colour_59_steam": "Colored 59' + Steam",
|
||||
"cottons": "Cotton",
|
||||
"cottons_prewash": "Cottons + Prewash",
|
||||
"cottons_steam": "Cotton + Steam",
|
||||
"cotton_care_59": "Cotton Care 59'",
|
||||
"delicate_59": "Delicate 59'",
|
||||
"delicate_silk": "Delicate and Silk",
|
||||
"delicate_silk_steam": "Delicate and Silk + Steam",
|
||||
"delicati_59": "Delicate 59'",
|
||||
"delicati_59_steam": "Delicate 59' + Steam",
|
||||
"drain_spin": "Drain + Spin",
|
||||
"easy_iron": "Easy Iron",
|
||||
"eco_40_60_new_energy_label": "Eco 40-60",
|
||||
"extra_care": "Extra Care",
|
||||
"fitness": "Fitness Care",
|
||||
"fitness_care": "Fitness Care",
|
||||
"fresh_care": "Fresh Care",
|
||||
"fresh_care_steam": "Fresh Care + Steam",
|
||||
"handwash_wool": "Hand Wash + Wool",
|
||||
"high_dry": "High Heat Dry",
|
||||
"hqd_20_degrees": "Cotton 20℃",
|
||||
"hqd_allergy": "Allergy Care",
|
||||
"hqd_autoclean": "Drum Cleaning",
|
||||
"hqd_babycare": "Baby Care",
|
||||
"hqd_checkup": "Check-Up",
|
||||
"hqd_cottons": "Cotton",
|
||||
"hqd_delicate": "Delicate",
|
||||
"hqd_delicate_cradle": "Delicate",
|
||||
"hqd_dry": "Cotton Dry",
|
||||
"hqd_dry_synthetics": "Low Heat Dry",
|
||||
"hqd_duvet": "Duvet",
|
||||
"hqd_eco_40_60_degrees": "Eco 40-60",
|
||||
"hqd_handwash_wool": "Wool",
|
||||
"hqd_i_refresh": "i-Refresh",
|
||||
"hqd_mix": "Mix",
|
||||
"hqd_quick_15": "Quick 15'",
|
||||
"hqd_quick_wash_57": "Quick Wash 57'",
|
||||
"hqd_rapid_wash_and_dry": "Wash and dry",
|
||||
"hqd_refresh": "Refresh",
|
||||
"hqd_rinse": "Rinses",
|
||||
"hqd_shirts": "Shirts",
|
||||
"hqd_smart": "Smart A.I.",
|
||||
"hqd_spin": "Spin",
|
||||
"hqd_sport": "Sport",
|
||||
"hqd_super_fast": "Super Fast 39'",
|
||||
"hqd_synthetic_and_coloured": "Synthetics",
|
||||
"hygiene_59": "Hygiene Plus 59'",
|
||||
"hygiene_60": "Hygiene 60°C",
|
||||
"hygiene_plus_59": "Hygiene Plus 59'",
|
||||
"hygiene_plus_59_min": "Hygiene Plus 59'",
|
||||
"hygiene_pro_49_min": "Hygiene Pro 49'",
|
||||
"hygiene_pro_steam": "Hygiene Pro + Steam",
|
||||
"intensive_40": "Intensive 40°C",
|
||||
"intensive_40_steam": "Intensive 40°C + Steam",
|
||||
"iot_active_steam": "Steam",
|
||||
"iot_active_wash_steam": "Active Wash + Steam",
|
||||
"iot_allergy_care_pro": "Allergy Care Pro",
|
||||
"iot_all_in_one_59_steam": "Active Wash + Steam",
|
||||
"iot_checkup": "Check-Up",
|
||||
"iot_colour_59_steam": "Colored 59' + Steam",
|
||||
"iot_cottons_steam": "Cotton + Steam",
|
||||
"iot_delicate_silk_steam": "Delicate and Silk + Steam",
|
||||
"iot_delicati_59_steam": "Delicate 59' + Steam",
|
||||
"iot_dry_air_refresh": "Air Refresh",
|
||||
"iot_dry_anti_mites": "Anti-mite",
|
||||
"iot_dry_baby": "Baby",
|
||||
"iot_dry_backpacks": "Backpacks",
|
||||
"iot_dry_bathrobe": "Bathrobes",
|
||||
"iot_dry_bed_linen": "Bed Linen",
|
||||
"iot_dry_cotton_dry": "Cotton Dry",
|
||||
"iot_dry_cuddly_toys": "Cuddly Toys",
|
||||
"iot_dry_curtains": "Curtains",
|
||||
"iot_dry_dehumidifier": "Humidity Remover",
|
||||
"iot_dry_delicates_antiallergy": "Delicates Anti-allergy",
|
||||
"iot_dry_delicate_tablecloths": "Delicate Tablecloths",
|
||||
"iot_dry_denim_jeans": "Denim - Jeans",
|
||||
"iot_dry_easy_iron_cotton": "Easy Iron - Cotton",
|
||||
"iot_dry_easy_iron_synthetics": "Easy Iron - Synthetics",
|
||||
"iot_dry_gym_fit": "Gym fit - Fitness",
|
||||
"iot_dry_lingerie": "Lingerie",
|
||||
"iot_dry_mixed_dry": "Mixed Dry",
|
||||
"iot_dry_rapid_60_min_delicates": "Rapid 60' - Delicates",
|
||||
"iot_dry_shirts": "Shirts",
|
||||
"iot_dry_swimsuits_and_bikinis": "Swimsuits and Bikinis",
|
||||
"iot_dry_synthetics": "Synthetic Dry",
|
||||
"iot_dry_synthetic_dry": "Synthetic Dry",
|
||||
"iot_dry_tablecloths": "Tablecloths",
|
||||
"iot_dry_technical_fabrics": "Technical Fabrics",
|
||||
"iot_dry_warm_embrace": "Warm Embrace",
|
||||
"iot_dry_wool_dry": "Wool Dry",
|
||||
"iot_easy_iron": "Easy Iron",
|
||||
"iot_fresh_care_steam": "Fresh Care + Steam",
|
||||
"iot_hygiene_pro_steam": "Hygiene Pro + Steam",
|
||||
"iot_intensive_40_steam": "Intensive 40°C + Steam",
|
||||
"iot_mixed_steam": "Mixed + Steam",
|
||||
"iot_mix_and_colour_59_steam": "Mixed and Coloured 59' + Steam",
|
||||
"iot_perfect_cotton_59_steam": "Perfect Cotton 59' + Steam",
|
||||
"iot_rapid_a_class_60_steam": "Rapid 59' A Class + Steam",
|
||||
"iot_resistant_cotton_steam": "Resistant Cotton + Steam",
|
||||
"iot_shirts_steam": "Shirts + Steam",
|
||||
"iot_single_item_steam": "Single Item + Steam",
|
||||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Special 39' + Steam",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus + Steam",
|
||||
"iot_synthetic_and_coloured_steam": "Synthetic and Coloured + Steam",
|
||||
"iot_wash_and_dry": "Wash and dry",
|
||||
"iot_wash_anti_mites": "Anti-mites",
|
||||
"iot_wash_anti_odor": "Anti-odour",
|
||||
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
|
||||
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
|
||||
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
|
||||
"iot_wash_baby_sanitizer": "Sanitizer",
|
||||
"iot_wash_baby_sanitizer_steam": "Sanitiser + Steam",
|
||||
"iot_wash_backpacks": "Backpacks",
|
||||
"iot_wash_backpacks_zelig": "Backpacks",
|
||||
"iot_wash_bathrobe": "Bathrobes and Towels",
|
||||
"iot_wash_bathrobe_steam": "Bathrobe and Towels + Steam",
|
||||
"iot_wash_bed_linen": "Bed Linen",
|
||||
"iot_wash_bed_linen_steam": "Bed Linen + Steam",
|
||||
"iot_wash_bed_linen_zelig": "Bed Linens",
|
||||
"iot_wash_big_single_load": "Big single load",
|
||||
"iot_wash_bleaching": "Bleaching",
|
||||
"iot_wash_blood_stains": "Bloodstains",
|
||||
"iot_wash_cashmere": "Cashmere",
|
||||
"iot_wash_chocolate_stains": "Chocolate stains",
|
||||
"iot_wash_cold_wash": "Cold Wash",
|
||||
"iot_wash_colored": "Colored",
|
||||
"iot_wash_colored_anti_stain": "Colored Anti-stain",
|
||||
"iot_wash_colored_delicate": "Colored Delicate",
|
||||
"iot_wash_coloured": "Colored",
|
||||
"iot_wash_coloured_bed_linen": "Colored Bed Linen",
|
||||
"iot_wash_coloured_bed_linen_steam": "Coloured Bed Linen + Steam",
|
||||
"iot_wash_coloured_curtains": "Colored Curtains",
|
||||
"iot_wash_coloured_shirts": "Colored Shirts",
|
||||
"iot_wash_coloured_shirts_steam": "Colored Shirts + Steam",
|
||||
"iot_wash_coloured_steam": "Colored + Steam",
|
||||
"iot_wash_coloured_tableclothes": "Colored Tableclothes",
|
||||
"iot_wash_coloured_tableclothes_steam": "Coloured Tablecloths + Steam",
|
||||
"iot_wash_cotton": "Cotton",
|
||||
"iot_wash_cotton_steam": "Cotton + Steam",
|
||||
"iot_wash_cuddly_toys": "Cuddly Toys",
|
||||
"iot_wash_curtains": "Curtains",
|
||||
"iot_wash_curtains_steam": "Curtains + Steam",
|
||||
"iot_wash_curtains_zelig": "Curtains",
|
||||
"iot_wash_dark": "Darks",
|
||||
"iot_wash_darks_and_coloured_44": "Darks and Colored 44'",
|
||||
"iot_wash_darks_and_coloured_59": "Darks and Colored 59'",
|
||||
"iot_wash_darks_and_coloured_xl": "Darks and Colored XL",
|
||||
"iot_wash_dark_steam": "Darks + Steam",
|
||||
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
|
||||
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
|
||||
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
|
||||
"iot_wash_delicate": "Delicates",
|
||||
"iot_wash_delicate_antiallergy": "Delicate Anti-Allergy",
|
||||
"iot_wash_delicate_antiallergy_steam": "Delicate Anti-Allergy + Steam",
|
||||
"iot_wash_delicate_antiallergy_zelig": "Delicate Anti-Allergy",
|
||||
"iot_wash_delicate_colors": "Delicate Colors",
|
||||
"iot_wash_delicate_colors_steam": "Delicate Colors + Steam",
|
||||
"iot_wash_delicate_dark": "Delicate Darks",
|
||||
"iot_wash_delicate_steam": "Delicates + Steam",
|
||||
"iot_wash_delicate_tablecloths": "Delicate Tablecloths",
|
||||
"iot_wash_delicate_tablecloths_steam": "Delicate Tablecloths + Steam",
|
||||
"iot_wash_delicate_whites": "Delicate Whites",
|
||||
"iot_wash_denim_jeans": "Denim - Jeans",
|
||||
"iot_wash_diving_suits": "Diving Suits",
|
||||
"iot_wash_diving_suits_zelig": "Diving Suits",
|
||||
"iot_wash_down_jackets": "Down Jackets",
|
||||
"iot_wash_down_jackets_zelig": "Down Jackets",
|
||||
"iot_wash_duvet": "Duvet",
|
||||
"iot_wash_fruit_stains": "Fruit stains",
|
||||
"iot_wash_gym_fit": "Gym Fit - Fitness",
|
||||
"iot_wash_handwash": "Handwash",
|
||||
"iot_wash_handwash_colored": "Handwash Colored",
|
||||
"iot_wash_handwash_dark": "Handwash Darks",
|
||||
"iot_wash_lingerie": "Lingerie",
|
||||
"iot_wash_masks_refresh": "Masks Refresh",
|
||||
"iot_wash_masks_sanification": "Masks Sanitization",
|
||||
"iot_wash_masks_sanification_steam": "Mask Sanitisation + Steam",
|
||||
"iot_wash_mats": "Mats",
|
||||
"iot_wash_men_s_trousers": "Trousers",
|
||||
"iot_wash_mixed": "Mixed",
|
||||
"iot_wash_mixed_steam": "Mixed + Steam",
|
||||
"iot_wash_mix_and_coloured_44": "Mix and Colored 44'",
|
||||
"iot_wash_mix_and_coloured_59": "Mix and Colored 59'",
|
||||
"iot_wash_mix_and_coloured_xl": "Mix and colored XL",
|
||||
"iot_wash_new_clothes": "New Clothes",
|
||||
"iot_wash_perfect_white": "Perfect White",
|
||||
"iot_wash_perfect_white_steam": "Perfect White + Steam",
|
||||
"iot_wash_pets": "Pet Accessories",
|
||||
"iot_wash_pets_hair_removal": "Pets Hair Removal",
|
||||
"iot_wash_pets_odours_stains_removal": "Pets Odours and Stains Removal",
|
||||
"iot_wash_pets_steam": "Pet Accessories + Steam",
|
||||
"iot_wash_playsuits": "Playsuits",
|
||||
"iot_wash_playsuits_steam": "Playsuits + Steam",
|
||||
"iot_wash_quick_drum_cleaner": "Quick drum cleaner",
|
||||
"iot_wash_rapid_14": "Rapid 14’",
|
||||
"iot_wash_rapid_30": "Rapid 30’",
|
||||
"iot_wash_rapid_44": "Rapid 44'",
|
||||
"iot_wash_rapid_59": "Rapid 59'",
|
||||
"iot_wash_rapid_59_steam": "Rapid 59' + Steam",
|
||||
"iot_wash_refresh_14_min": "Refresh 14'",
|
||||
"iot_wash_resistant_colored": "Resistant Colored",
|
||||
"iot_wash_resistant_dark": "Resistant Darks",
|
||||
"iot_wash_resistant_whites": "Resistant Whites",
|
||||
"iot_wash_rinse": "Rinses",
|
||||
"iot_wash_shirts": "Shirts",
|
||||
"iot_wash_shirts_steam": "Shirts + Steam",
|
||||
"iot_wash_silk": "Silk",
|
||||
"iot_wash_ski_suit": "Ski Suit",
|
||||
"iot_wash_ski_suit_zelig": "Ski Suit",
|
||||
"iot_wash_spin": "Spin",
|
||||
"iot_wash_sport": "Sport",
|
||||
"iot_wash_sport_anti_odor": "Anti-odour Sportswear",
|
||||
"iot_wash_sport_anti_odor_zelig": "Anti-odour Sportswear",
|
||||
"iot_wash_stains_remover": "Stain Remover",
|
||||
"iot_wash_swimsuits_and_bikinis": "Swimsuits and Bikinis",
|
||||
"iot_wash_synthetic": "Synthetics",
|
||||
"iot_wash_synthetic_steam": "Synthetics + Steam",
|
||||
"iot_wash_tablecloths": "Tablecloths",
|
||||
"iot_wash_tablecloths_steam": "Tablecloths + Steam",
|
||||
"iot_wash_technical_fabrics": "Technical Fabrics",
|
||||
"iot_wash_technical_fabrics_zelig": "Technical Fabrics",
|
||||
"iot_wash_technical_jackets": "Technical Jackets",
|
||||
"iot_wash_technical_jackets_zelig": "Technical Jackets",
|
||||
"iot_wash_trainers": "Trainers",
|
||||
"iot_wash_whites": "Whites",
|
||||
"iot_wash_whites_44": "Whites 44'",
|
||||
"iot_wash_whites_59": "Whites 59'",
|
||||
"iot_wash_whites_xl": "Whites XL",
|
||||
"iot_wash_wine_stains": "Wine Stains",
|
||||
"iot_wash_wool": "Wool",
|
||||
"jeans": "Jeans",
|
||||
"jeans_60": "Jeans",
|
||||
"low_dry": "Low Heat Dry",
|
||||
"mixed": "Mixed",
|
||||
"mixed_and_colored_59": "Mixed and Colored 59'",
|
||||
"mixed_steam": "Mixed + Steam",
|
||||
"mix_and_colour_59": "Mixed and Colored 59'",
|
||||
"mix_and_colour_59_steam": "Mixed and Coloured 59' + Steam",
|
||||
"night_and_day": "Night and Day",
|
||||
"night_wash": "Night Wash",
|
||||
"perfect_59": "Perfect 59'",
|
||||
"perfect_cotton_59": "Perfect Cotton 59'",
|
||||
"perfect_cotton_59_steam": "Perfect Cotton 59' + Steam",
|
||||
"perfect_whites_59": "Perfect White 59'",
|
||||
"rapid_14_min": "Rapid 14'",
|
||||
"rapid_30_min": "Rapid 30'",
|
||||
"rapid_44_min": "Rapid 44'",
|
||||
"rapid_a_class_60": "Rapid 59' A Class",
|
||||
"rapid_a_class_60_steam": "Rapid 59' A Class + Steam",
|
||||
"rapid_wash_and_dry_59_min": "Wash and Dry 59'",
|
||||
"resistant_cotton": "Resistant Cotton",
|
||||
"resistant_cotton_steam": "Resistant Cotton + Steam",
|
||||
"rinse": "Rinse",
|
||||
"shirts_steam": "Shirts + Steam",
|
||||
"silent_night": "Silent Night",
|
||||
"single_item": "Single Item",
|
||||
"single_item_steam": "Single Item + Steam",
|
||||
"smart_wash": "Smart Wash",
|
||||
"soft_care": "Soft Care",
|
||||
"soft_care_steam": "Soft Care + Steam",
|
||||
"soft_care_steam_title": "Soft Care + Steam",
|
||||
"special_39": "Special 39'",
|
||||
"special_39_full_load": "Special 39'",
|
||||
"special_39_full_load_steam": "Special 39' + Steam",
|
||||
"special_49": "Special 49'",
|
||||
"sport_39": "Sport 39'",
|
||||
"sport_plus_29": "Sport Plus 29\"",
|
||||
"sport_plus_39": "Sport Plus 39'",
|
||||
"steam_39": "Steam 39'",
|
||||
"steam_care_pro": "Steam Care Pro",
|
||||
"steam_care_pro_cotton": "Steam Care Pro - Cottons",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Delicates",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Synthetics",
|
||||
"steam_hygiene_plus": "Hygiene Plus + Steam",
|
||||
"synthetics": "Synthetics",
|
||||
"synthetic_and_coloured": "Synthetic and Colored",
|
||||
"synthetic_and_coloured_steam": "Synthetic and Coloured + Steam",
|
||||
"tailored_resistant_cotton": "Tailored resistant cotton",
|
||||
"tailored_synthetic_and_coloured": "Tailored Synthetic Coloured",
|
||||
"total_care": "Total Care",
|
||||
"tumbling": "Tumbling",
|
||||
"wool": "Wool",
|
||||
"wool_and_delicates_49": "Wool and Delicates 49'",
|
||||
"wool_dry": "Wool Dry",
|
||||
"wool_soft_care": "Wool and Soft Care"
|
||||
},
|
||||
"name": "Program"
|
||||
},
|
||||
"programs_ref": {
|
||||
"state": {
|
||||
"auto_set": "AUTO-SET",
|
||||
"cheese": "Cheese",
|
||||
"chiller": "Quick cool",
|
||||
"cold_drinks": "Soft chill",
|
||||
"eco": "Eco",
|
||||
"eco_mode": "Eco mode",
|
||||
"fruits_and_veg": "Fruit&Veg",
|
||||
"fruit_and_veg": "Fruit&Veg",
|
||||
"holiday": "HOLIDAY",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "No mode selected",
|
||||
"quick_cool": "QUICK COOL",
|
||||
"sea_food": "Ready to cook meal",
|
||||
"soft_frozen": "Soft freezing",
|
||||
"soft_frozen\n": "Soft freezing",
|
||||
"super_cool": "SUPER COOL",
|
||||
"super_freeze": "SUPER FREEZE",
|
||||
"tea": "Cold drinks or Beverages",
|
||||
"zero_fresh": "0° Fresh"
|
||||
},
|
||||
"name": "Program"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
"anti_crease": {
|
||||
"name": "Anticrease"
|
||||
},
|
||||
"add_dish": {
|
||||
"name": "Add dishes"
|
||||
},
|
||||
"eco_express": {
|
||||
"name": "Eco"
|
||||
},
|
||||
"extra_dry": {
|
||||
"name": "Extra dry"
|
||||
},
|
||||
"half_load": {
|
||||
"name": "Half load"
|
||||
},
|
||||
"open_door": {
|
||||
"name": "Open door"
|
||||
},
|
||||
"three_in_one": {
|
||||
"name": "3 in 1"
|
||||
},
|
||||
"preheat": {
|
||||
"name": "Preheat"
|
||||
},
|
||||
"dish_washer": {
|
||||
"name": "Dish washer"
|
||||
},
|
||||
"tumble_dryer": {
|
||||
"name": "Tumble dryer"
|
||||
},
|
||||
"washing_machine": {
|
||||
"name": "Washing machine"
|
||||
},
|
||||
"washer_dryer": {
|
||||
"name": "Washer dryer"
|
||||
},
|
||||
"oven": {
|
||||
"name": "Oven"
|
||||
},
|
||||
"prewash": {
|
||||
"name": "Pre-wash "
|
||||
},
|
||||
"pause": {
|
||||
"name": "Pause"
|
||||
},
|
||||
"keep_fresh": {
|
||||
"name": "Keep Fresh"
|
||||
},
|
||||
"delay_time": {
|
||||
"name": "Delay Start"
|
||||
},
|
||||
"rapid_mode": {
|
||||
"name": "Rapid mode"
|
||||
},
|
||||
"eco_mode": {
|
||||
"name": "ECO mode"
|
||||
},
|
||||
"10_degree_heating": {
|
||||
"name": "10°C Heating function"
|
||||
},
|
||||
"self_clean": {
|
||||
"name": "Self-clean"
|
||||
},
|
||||
"self_clean_56": {
|
||||
"name": "Steri-Clean 56°C"
|
||||
},
|
||||
"silent_mode": {
|
||||
"name": "Silent mode"
|
||||
},
|
||||
"mute_mode": {
|
||||
"name": "Mute mode"
|
||||
},
|
||||
"extra_rinse_1": {
|
||||
"name": "+1 Rinse"
|
||||
},
|
||||
"extra_rinse_2": {
|
||||
"name": "+2 Rinses"
|
||||
},
|
||||
"extra_rinse_3": {
|
||||
"name": "+3 Rinses"
|
||||
},
|
||||
"acqua_plus": {
|
||||
"name": "Acquaplus"
|
||||
},
|
||||
"auto_dose": {
|
||||
"name": "Autodose"
|
||||
},
|
||||
"good_night": {
|
||||
"name": "Good Night"
|
||||
},
|
||||
"auto_dose_softener": {
|
||||
"name": "Autodose Softener"
|
||||
},
|
||||
"auto_dose_detergent": {
|
||||
"name": "Autodose Detergent"
|
||||
},
|
||||
"auto_set": {
|
||||
"name": "Auto-Set"
|
||||
},
|
||||
"super_cool": {
|
||||
"name": "Super Cool"
|
||||
},
|
||||
"super_freeze": {
|
||||
"name": "Super Freeze"
|
||||
},
|
||||
"refrigerator": {
|
||||
"name": "Refrigerator"
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"dry_levels": {
|
||||
"state": {
|
||||
"0": "No drying",
|
||||
"1": "Iron dry",
|
||||
"2": "Hang",
|
||||
"3": "Cupboard Dry",
|
||||
"4": "Extra dry",
|
||||
"12": "Iron dry",
|
||||
"13": "Cupboard Dry",
|
||||
"14": "Ready to wear",
|
||||
"15": "Extra dry",
|
||||
"11": "No drying"
|
||||
},
|
||||
"name": "Drying level"
|
||||
},
|
||||
"programs_dw": {
|
||||
"state": {
|
||||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_plus_soil": "Auto Plus Soil",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_rapid_soil": "Auto rapid Soil",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universal 50 - 60°C",
|
||||
"auto_universal_plus": "Auto Universal+ 65 - 75°C",
|
||||
"auto_universal_plus_soil": "Auto Universal+ 65 - 75°C",
|
||||
"auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
"auto_wash": "Auto Wash",
|
||||
"auto_wash_soil": "Auto Wash",
|
||||
"classe_a_59": "A Wash 59' 65°C",
|
||||
"delicate": "Delicate 45°C",
|
||||
"dishwasher_care": "Limescale cleaning",
|
||||
"eco": "Eco",
|
||||
"eco_asynch": "Eco 45°C",
|
||||
"eco_bldc": "Eco 45°C",
|
||||
"eco_synch": "Eco 45°C",
|
||||
"gentle_wash": "Gentle wash",
|
||||
"glass": "Glass",
|
||||
"glassware": "Glassware 45°C",
|
||||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiene",
|
||||
"hygiene_plus": "Hygiene+ 75°C",
|
||||
"intensive": "Intensive ",
|
||||
"intensive_rapid": "Intensive Rapid",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
"iot_auto_wash_soil": "Auto Wash",
|
||||
"iot_baby_care": "Baby Care",
|
||||
"iot_breakfast": "Breakfast",
|
||||
"iot_checkup": "Check-Up",
|
||||
"iot_china_crystals": "China Crystals",
|
||||
"iot_classe_a_59": "Rapid 59'",
|
||||
"iot_cocktail_glasses": "Coktail Glasses",
|
||||
"iot_cocktail_glasses_soil": "Coktail Glasses",
|
||||
"iot_daily_care": "Daily Care",
|
||||
"iot_daily_care_soil": "Daily Care",
|
||||
"iot_delicate": "Delicate 45°C",
|
||||
"iot_dinner_for_two": "Dinner for 2",
|
||||
"iot_dinner_for_two_soil": "Dinner for 2",
|
||||
"iot_dreft_quick_cycle": "Dreft Quick",
|
||||
"iot_eco_asynch": "Eco 45°C",
|
||||
"iot_eco_bldc": "Eco 45°C",
|
||||
"iot_eco_synch": "Eco 45°C",
|
||||
"iot_extra_hygiene": "Extra Hygiene",
|
||||
"iot_fairy_quick_cycle": "Fairy Quick",
|
||||
"iot_happy_hour": "Happy Hour",
|
||||
"iot_jar_quick_cycle": "Jar Quick",
|
||||
"iot_party": "Party",
|
||||
"iot_party_soil": "Party",
|
||||
"iot_pizza_menu": "Pizza Menu",
|
||||
"iot_pizza_menu_soil": "Pizza Menu",
|
||||
"iot_plastic_tupperware": "Plastic & Tupperware",
|
||||
"iot_porcelain": "Porcelain",
|
||||
"iot_power_mix_wash": "Power Mix Wash",
|
||||
"iot_power_mix_wash_soil": "Power Mix Wash",
|
||||
"iot_prewash": "Pre-wash ",
|
||||
"iot_pyrex_and_glassware": "Pyrex & Glassware",
|
||||
"iot_rapid_29": "Rapid 29'",
|
||||
"iot_rapid_39": "Rapid 39' 60°C",
|
||||
"iot_single": "Single",
|
||||
"iot_steam": "Steam 75°C",
|
||||
"iot_super_flash": "Super Flash",
|
||||
"iot_super_wash": "Super Wash",
|
||||
"iot_turbopower": "TurboPower",
|
||||
"iot_universal": "Universal 60°C",
|
||||
"iot_wok_grids_maxi_pans": "Special Pans (Wok, Grids & Maxi Pans)",
|
||||
"iot_wok_grids_maxi_pans_soil": "Special Pans (Wok, Grids & Maxi Pans)",
|
||||
"iot_yes_quick_cycle": "Yes Quick",
|
||||
"night": "Night 55°C",
|
||||
"prewash": "Pre-wash ",
|
||||
"rapid_20": "Rapid 20'",
|
||||
"rapid_24": "Rapid 24'",
|
||||
"rapid_29": "Rapid 29' 50°C",
|
||||
"rapid_35": "Wash&Dry 35'",
|
||||
"rapid_39": "Rapid 39' 60°C",
|
||||
"rapid_49": "Rapid 49'",
|
||||
"rapid_59": "Rapid 59'",
|
||||
"sanitising": "Sanitising",
|
||||
"silence": "Silence",
|
||||
"silent": "Silent",
|
||||
"silent_care": "Silent Care",
|
||||
"smart_ai": "Smart AI",
|
||||
"smart_ai_pro": "Smart AI Pro",
|
||||
"smart_ai_pro_soil": "Smart AI Pro",
|
||||
"smart_ai_rapid": "Smart AI Rapid",
|
||||
"smart_ai_rapid_soil": "Smart AI Rapid",
|
||||
"smart_ai_soil": "Smart AI",
|
||||
"special": "Special",
|
||||
"special_pw_prz": "Special",
|
||||
"steam": "Steam 75°C",
|
||||
"steam_plus": "Steam Plus 75°C",
|
||||
"total_care": "Total Care 50°C",
|
||||
"ultra_silence": "Ultra Silence 55°C",
|
||||
"ultra_silent": "Ultra Silent 55°C",
|
||||
"universal": "Universal 60°C",
|
||||
"universal_plus": "Universal Plus 70°C",
|
||||
"zone_wash": "Flex Zone Wash",
|
||||
"zoom_39": "Zoom 39 min"
|
||||
},
|
||||
"name": "Program"
|
||||
},
|
||||
"programs_ih": {
|
||||
"state": {
|
||||
"iot_special_ash_brown": "Ash brown",
|
||||
"iot_special_beef_fillet": "Beef fillet",
|
||||
"iot_special_beef_veal_stew": "Beef and veal stew",
|
||||
"iot_special_boiled_rice": "Boiled rice",
|
||||
"iot_special_chicken_breast": "Chicken breast",
|
||||
"iot_special_chicken_legs": "Chicken legs",
|
||||
"iot_special_chocolate_pudding": "Chocolate pudding",
|
||||
"iot_special_entrecote": "Entrecote",
|
||||
"iot_special_fresh_tuna": "Fresh tuna",
|
||||
"iot_special_grilled_vegetables": "Grilled vegetables",
|
||||
"iot_special_lamb_cutlet": "Lamb cutle",
|
||||
"iot_special_meatballs": "Meatballs",
|
||||
"iot_special_minestrone": "Minestrone",
|
||||
"iot_special_mussels": "Mussels",
|
||||
"iot_special_omelette": "Omelette",
|
||||
"iot_special_pancakes": "Pancakes",
|
||||
"iot_special_paris_style_peas": "Paris style peas",
|
||||
"iot_special_poached_eggs": "Poached eggs",
|
||||
"iot_special_pork_fillet": "Pork fillet",
|
||||
"iot_special_pork_ribs": "Pork ribs",
|
||||
"iot_special_prawns": "Prawns",
|
||||
"iot_special_quinoa": "Quinoa",
|
||||
"iot_special_ratatouille": "Ratatouille",
|
||||
"iot_special_salmon_fillet": "Salmon fillet",
|
||||
"iot_special_saute_potatoes": "Saute potatoes",
|
||||
"iot_special_scallops": "Scallops",
|
||||
"iot_special_scrambled_eggs": "Scrambled eggs",
|
||||
"iot_special_spelt": "Spelt",
|
||||
"iot_special_veggy_noodles": "Veggy noodles",
|
||||
"iot_special_white_fish_fillet": "White fish fillet",
|
||||
"iot_standard_boiling": "Boiling",
|
||||
"iot_standard_frying": "Frying",
|
||||
"iot_standard_keep_warm": "Keep Warm",
|
||||
"iot_standard_melting": "Melting",
|
||||
"iot_standard_simmering": "Simmering"
|
||||
},
|
||||
"name": "Program"
|
||||
},
|
||||
"programs_ov": {
|
||||
"state": {
|
||||
"bakery": "Pasta and Bakery",
|
||||
"bakery_steam": "Steam oven",
|
||||
"bottom_heating": "Bottom Heating",
|
||||
"bottom_heating_fan": "Bottom Heating + Fan",
|
||||
"bread": "Bread",
|
||||
"bread_steam": "Steam baked bread",
|
||||
"combi": "Combi",
|
||||
"convection_fan": "Convection + Fan",
|
||||
"convection_fan_turnspit": "Convection + Fan + Turnspit",
|
||||
"conventional": "Conventional",
|
||||
"conventional_turnspit": "Convection + Turnspit",
|
||||
"defrost": "Defrosting",
|
||||
"descaling": "Descaling",
|
||||
"fish": "Fish",
|
||||
"fish_steam": "Steamed fish",
|
||||
"grill_cata": "Grill",
|
||||
"grill_fan_cata": "Grill fan",
|
||||
"grill_fan_pyro": "Grill + Fan",
|
||||
"grill_pyro": "Grill",
|
||||
"h20_clean": "H2O-Clean",
|
||||
"iot_bread": "Bread",
|
||||
"iot_h20_clean": "h2O clean",
|
||||
"leavening": "Leavening",
|
||||
"light_fan": "Light Fan",
|
||||
"light_fan\n": "Light Fan",
|
||||
"low_temp_cooking": "Low Temperature Cooking",
|
||||
"low_temp_cooking_fish": "Low Temperature Cooking - Fish",
|
||||
@@ -1203,7 +1772,8 @@
|
||||
"iot_uv_and_dry": "UV + Dehumidifier",
|
||||
"iot_uv_and_fan": "UV + Fan",
|
||||
"iot_uv_and_heat": "UV + Heat"
|
||||
}
|
||||
},
|
||||
"name": "Program"
|
||||
},
|
||||
"programs_ref": {
|
||||
"state": {
|
||||
@@ -1226,7 +1796,8 @@
|
||||
"super_freeze": "SUPER FREEZE",
|
||||
"tea": "Cold drinks or Beverages",
|
||||
"zero_fresh": "0° Fresh"
|
||||
}
|
||||
},
|
||||
"name": "Program"
|
||||
},
|
||||
"remaining_time": {
|
||||
"name": "Time remaining"
|
||||
@@ -1451,6 +2022,7 @@
|
||||
"iot_bread": "Bread",
|
||||
"iot_h20_clean": "h2O clean",
|
||||
"leavening": "Leavening",
|
||||
"light_fan": "Light Fan",
|
||||
"light_fan\n": "Light Fan",
|
||||
"low_temp_cooking": "Low Temperature Cooking",
|
||||
"low_temp_cooking_fish": "Low Temperature Cooking - Fish",
|
||||
|
||||
Reference in New Issue
Block a user