forked from HomeAssistant/midea-meiju-codec
626 lines
34 KiB
JSON
626 lines
34 KiB
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"no_home": "No available home",
|
|
"account_invalid": "Failed to authenticate on Midea cloud, the password may be changed",
|
|
"invalid_input": "Illegal input, IP address or 'auto' needed",
|
|
"login_failed": "Failed to login, wrong account or password",
|
|
"offline_error": "Only the online appliance can be configured",
|
|
"download_lua_failed": "Failed to download lua script of appliance",
|
|
"discover_failed": "The appliance can't be found on the local network",
|
|
"no_new_devices": "No any new available can be found in your home",
|
|
"connect_error": "Can't connect to the appliance"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"account": "Account",
|
|
"password": "Password"
|
|
},
|
|
"description": "Login and save storage your Midea account",
|
|
"title": "Login"
|
|
},
|
|
"home": {
|
|
"title": "Home",
|
|
"data": {
|
|
"home": "Choose a location where your appliance in"
|
|
}
|
|
},
|
|
"device": {
|
|
"title": "Appliances",
|
|
"data": {
|
|
"device_id": "Choice a appliance to add"
|
|
}
|
|
},
|
|
"discover": {
|
|
"description": "Discover the appliance, it must in the local area work",
|
|
"title": "Appliance info",
|
|
"data": {
|
|
"ip_address": "IP address('auto' for discovery automatic)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"option": "Option"
|
|
},
|
|
"title": "Configure"
|
|
},
|
|
"reset":{
|
|
"title": "Reset the configuration of appliance",
|
|
"description": "Remove the old configuration and make a new configuration use template\nIf your configuration was modified, the changes will lost\nIf your appliance type or model not in template, then the new configuration won't be made",
|
|
"data":{
|
|
"check": "I know that, do it"
|
|
}
|
|
},
|
|
"configure": {
|
|
"data": {
|
|
"ip_address": "IP address",
|
|
"refresh_interval": "Refresh interval(0 means not refreshing actively)"
|
|
},
|
|
"title": "Option"
|
|
}
|
|
},
|
|
"abort":{
|
|
"reset_success": "Reset done",
|
|
"account_unsupport_config": "Doesn't support this operation"
|
|
}
|
|
},
|
|
"services": {
|
|
"set_attribute": {
|
|
"name": "set the attributes",
|
|
"description": "Set the attributes of appliance in a dict",
|
|
"fields" : {
|
|
"device_id": {
|
|
"name": "Appliance code",
|
|
"description": "Appliance code (Device ID)"
|
|
},
|
|
"attributes": {
|
|
"name": "Attributes",
|
|
"description": "Attributes to set"
|
|
}
|
|
}
|
|
},
|
|
"send_command": {
|
|
"name": "Custom command",
|
|
"description": "Send a custom command to appliance",
|
|
"fields" : {
|
|
"device_id": {
|
|
"name": "Appliance code",
|
|
"description": "Appliance code (Device ID)"
|
|
},
|
|
"cmd_type": {
|
|
"name": "Type of command",
|
|
"description": "It can be 2 (query) or 3 (control)"
|
|
},
|
|
"cmd_body": {
|
|
"name": "Body of command",
|
|
"description": "The body of command without the MSmart protocol head and the checksum at the end"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"work_status": {
|
|
"name": "Work Status"
|
|
},
|
|
"fan_level": { "name": "Fan Level" },
|
|
"work_mode": { "name": "Work Mode" },
|
|
"move_direction": { "name": "Move Direction" },
|
|
"query_type": { "name": "Query Type" },
|
|
"sub_work_status": { "name": "Sub Work Status" },
|
|
"water_level": { "name": "Water Level" },
|
|
"mop_status": { "name": "Mop Status" },
|
|
"error_type": { "name": "Error Type" },
|
|
"control_type": { "name": "Control Type" },
|
|
"mode": { "name": "Mode" },
|
|
"rice_type": { "name": "Rice Type" },
|
|
"db_running_status": { "name": "DB Running Status" },
|
|
"db_program": { "name": "DB Program" },
|
|
"db_water_level": { "name": "DB Water Level" },
|
|
"db_temperature": { "name": "DB Temperature" },
|
|
"db_dehydration_speed": { "name": "DB Dehydration Speed" },
|
|
"db_detergent": { "name": "DB Detergent" },
|
|
"db_softener": { "name": "DB Softener" },
|
|
"db_position": { "name": "DB Position" },
|
|
"db_location": { "name": "DB Location" },
|
|
"running_status": { "name": "Running Status" },
|
|
"mode": { "name": "Mode" },
|
|
"program": { "name": "Program" },
|
|
"detergent_density": { "name": "Detergent Density" },
|
|
"softener_density": { "name": "Softener Density" },
|
|
"season": { "name": "Season" },
|
|
"disinfectant": { "name": "Disinfectant" },
|
|
"dirty_degree": { "name": "Dirty Degree" },
|
|
"stains": { "name": "Stains" },
|
|
"add_rinse": { "name": "Add Rinse" },
|
|
"soak_count": { "name": "Soak Count" },
|
|
"run_mode": { "name": "Run Mode" },
|
|
"temp_type": { "name": "Temp Type" },
|
|
"mode_state": { "name": "Mode State" },
|
|
"fan_set": { "name": "Fan Set" },
|
|
"upstair_work_status": { "name": "Up Stair Work Status" },
|
|
"downstair_work_status": { "name": "Down Stair Work Status" },
|
|
"middlestair_work_status": { "name": "Middle Stair Work Status" },
|
|
"upstair_mode": { "name": "Up Stair Mode" },
|
|
"downstair_mode": { "name": "Down Stair Mode" },
|
|
"middlestair_mode": { "name": "Middle Stair Mode" },
|
|
"prevent_wrinkle": { "name": "Prevent Wrinkle" },
|
|
"material": { "name": "Material" },
|
|
"sterilize": { "name": "Sterilize" },
|
|
"dryness_level": { "name": "Dryness Level" },
|
|
"dry_temp": { "name": "Dry Temperature" },
|
|
"intensity": { "name": "Intensity" },
|
|
"program": { "name": "Program" },
|
|
"wind_gear": { "name": "Wind Gear" },
|
|
"wind_speed": { "name": "Wind Speed" },
|
|
"light_color": { "name": "Light Color" },
|
|
"bright_led": { "name": "Bright LED" },
|
|
"humidity_mode": { "name": "Humidity Mode" },
|
|
"tank_status": { "name": "Tank Status" }
|
|
},
|
|
"sensor": {
|
|
"bright": { "name": "Brightness" },
|
|
"temperature": { "name": "Temperature" },
|
|
"softwater": { "name": "Soft Water Temp" },
|
|
"left_time": { "name": "Remaining Time" },
|
|
"air_set_hour": { "name": "AC Set Time" },
|
|
"air_left_hour": { "name": "AC Remaining Time" },
|
|
"micro_leak_protection_value": { "name": "Micro Leak Protection Value" },
|
|
"regeneration_current_stages": { "name": "Regeneration Current Stages" },
|
|
"water_hardness": { "name": "Water Hardness" },
|
|
"timing_regeneration_hour": { "name": "Timing Regeneration Hour" },
|
|
"real_time_setting_hour": { "name": "Real Time Setting Hour" },
|
|
"timing_regeneration_min": { "name": "Timing Regeneration Min" },
|
|
"regeneration_left_seconds": { "name": "Regeneration Left Seconds" },
|
|
"maintenance_reminder_setting": { "name": "Maintenance Reminder Setting" },
|
|
"mixed_water_gear": { "name": "Mixed Water Gear" },
|
|
"use_days": { "name": "Use Days" },
|
|
"days_since_last_regeneration": { "name": "Days Since Last Regeneration" },
|
|
"velocity": { "name": "Velocity" },
|
|
"supply_voltage": { "name": "Supply Voltage" },
|
|
"left_salt": { "name": "Left Salt" },
|
|
"pre_regeneration_days": { "name": "Pre Regeneration Days" },
|
|
"flushing_days": { "name": "Flushing Days" },
|
|
"salt_setting": { "name": "Salt Setting" },
|
|
"e_version": { "name": "E Version" },
|
|
"regeneration_count": { "name": "Regeneration Count" },
|
|
"battery_voltage": { "name": "Battery Voltage" },
|
|
"error": { "name": "Error" },
|
|
"days_since_last_two_regeneration": { "name": "Days Since Last Two Regeneration" },
|
|
"remind_maintenance_days": { "name": "Remind Maintenance Days" },
|
|
"real_date_setting_year": { "name": "Real Date Setting Year" },
|
|
"real_date_setting_month": { "name": "Real Date Setting Month" },
|
|
"real_date_setting_day": { "name": "Real Date Setting Day" },
|
|
"category": { "name": "Category" },
|
|
"real_time_setting_min": { "name": "Real Time Setting Min" },
|
|
"regeneration_stages": { "name": "Regeneration Stages" },
|
|
"v_version": { "name": "V Version" },
|
|
"k_version": { "name": "K Version" },
|
|
"w_version": { "name": "W Version" },
|
|
"soft_available_big": { "name": "Soft Available Big" },
|
|
"water_consumption_big": { "name": "Water Consumption Big" },
|
|
"water_consumption_today": { "name": "Water Consumption Today" },
|
|
"water_consumption_average": { "name": "Water Consumption Average" },
|
|
"salt_alarm_threshold": { "name": "Salt Alarm Threshold" },
|
|
"leak_water_protection_value": { "name": "Leak Water Protection Value" },
|
|
"sn8": { "name": "SN8" },
|
|
"version": { "name": "Version" },
|
|
"dust_count": { "name": "Dust Count" },
|
|
"area": { "name": "Area" },
|
|
"voice_level": { "name": "Voice Level" },
|
|
"switch_status": { "name": "Switch Status" },
|
|
"water_station_status": { "name": "Water Station Status" },
|
|
"work_time": { "name": "Work Time" },
|
|
"battery_percent": { "name": "Battery Percent" },
|
|
"planner_status": { "name": "Planner Status" },
|
|
"sweep_then_mop_mode_progress": { "name": "Sweep Then Mop Mode Progress" },
|
|
"error_desc": { "name": "Error Description" },
|
|
"station_error_desc": { "name": "Station Error Description" },
|
|
"work_stage": { "name": "Work Stage" },
|
|
"voltage": { "name": "Voltage" },
|
|
"top_temperature": { "name": "Top Temperature" },
|
|
"bottom_temperature": { "name": "Bottom Temperature" },
|
|
"remaining_time": { "name": "Remaining Time" },
|
|
"warming_time": { "name": "Warming Time" },
|
|
"delay_time": { "name": "Delay Time" },
|
|
"indoor_temperature": { "name": "Indoor Temperature" },
|
|
"outdoor_temperature": { "name": "Outdoor Temperature" },
|
|
"db_remain_time": { "name": "DB Remain Time" },
|
|
"db_progress": { "name": "DB Progress" },
|
|
"db_error_code": { "name": "DB Error Code" },
|
|
"db_set_dewater_time": { "name": "DB Set Dewater Time" },
|
|
"db_set_wash_time": { "name": "DB Set Wash Time" },
|
|
"db_project_no": { "name": "DB Project No" },
|
|
"db_device_software_version": { "name": "DB Device Software Version" },
|
|
"db_rinse_count": { "name": "DB Rinse Count" },
|
|
"db_wash_time": { "name": "DB Wash Time" },
|
|
"db_appointment_time": { "name": "DB Appointment Time" },
|
|
"db_appointment": { "name": "DB Appointment" },
|
|
"db_dehydration_time": { "name": "DB Dehydration Time" },
|
|
"db_cycle_memory": { "name": "DB Cycle Memory" },
|
|
"dehydration_speed": { "name": "Dehydration Speed" },
|
|
"wash_time": { "name": "Wash Time" },
|
|
"appointment_time": { "name": "Appointment Time" },
|
|
"remain_time": { "name": "Remain Time" },
|
|
"project_no": { "name": "Project No" },
|
|
"dryer": { "name": "Dryer" },
|
|
"remote_control_flag": { "name": "Remote Control Flag" },
|
|
"progress": { "name": "Progress" },
|
|
"cloud_cycle_low": { "name": "Cloud Cycle Low" },
|
|
"cloud_cycle_high": { "name": "Cloud Cycle High" },
|
|
"cloud_cycle_jiepai1": { "name": "Cloud Cycle Jiepai1" },
|
|
"cloud_cycle_jiepai2": { "name": "Cloud Cycle Jiepai2" },
|
|
"cloud_cycle_jiepai3": { "name": "Cloud Cycle Jiepai3" },
|
|
"cloud_cycle_jiepai4": { "name": "Cloud Cycle Jiepai4" },
|
|
"cloud_cycle_jiepai_time1": { "name": "Cloud Cycle Jiepai Time1" },
|
|
"dehydration_time_value": { "name": "Dehydration Time Value" },
|
|
"cloud_cycle_jiepai_time3": { "name": "Cloud Cycle Jiepai Time3" },
|
|
"cloud_cycle_jiepai_time4": { "name": "Cloud Cycle Jiepai Time4" },
|
|
"customize_machine_cycle": { "name": "Customize Machine Cycle" },
|
|
"detergent_global": { "name": "Detergent Global" },
|
|
"softener_global": { "name": "Softener Global" },
|
|
"detergent_density_global": { "name": "Detergent Density Global" },
|
|
"softener_density_global": { "name": "Softener Density Global" },
|
|
"fresh_air_time": { "name": "Fresh Air Time" },
|
|
"flocks_remind_period": { "name": "Flocks Remind Period" },
|
|
"device_software_version": { "name": "Device Software Version" },
|
|
"expert_step": { "name": "Expert Step" },
|
|
"error_code": { "name": "Error Code" },
|
|
"flocks_wash_count": { "name": "Flocks Wash Count" },
|
|
"active_oxygen": { "name": "Active Oxygen" },
|
|
"version": { "name": "Version" },
|
|
"dehydration_time": { "name": "Dehydration Time" },
|
|
"cloud_cycle_jiepai_time2": { "name": "Cloud Cycle Jiepai Time2" },
|
|
"wash_time_value": { "name": "Wash Time Value" },
|
|
"cur_temp": { "name": "Current Temperature" },
|
|
"error_code": { "name": "Error Code" },
|
|
"heat_max_set_temp": { "name": "Heat Max Set Temp" },
|
|
"heat_min_set_temp": { "name": "Heat Min Set Temp" },
|
|
"cool_max_set_temp": { "name": "Cool Max Set Temp" },
|
|
"cool_min_set_temp": { "name": "Cool Min Set Temp" },
|
|
"auto_max_set_temp": { "name": "Auto Max Set Temp" },
|
|
"auto_min_set_temp": { "name": "Auto Min Set Temp" },
|
|
"preheat_on_set_temp": { "name": "Preheat On Set Temp" },
|
|
"preheat_max_set_temp": { "name": "Preheat Max Set Temp" },
|
|
"preheat_min_set_temp": { "name": "Preheat Min Set Temp" },
|
|
"version": { "name": "Version" },
|
|
"temp_set": { "name": "Temperature Set" },
|
|
"room_temp_value": { "name": "Room Temperature Value" },
|
|
"clean_net_used_time": { "name": "Clean Net Used Time" },
|
|
"change_net_used_time": { "name": "Change Net Used Time" },
|
|
"tvoc_value": { "name": "TVOC Value" },
|
|
"change_set_real_time": { "name": "Change Set Real Time" },
|
|
"clean_set_real_time": { "name": "Clean Set Real Time" },
|
|
"humidity_set": { "name": "Humidity Set" },
|
|
"room_aqi_value": { "name": "Room AQI Value" },
|
|
"change_net_set_time": { "name": "Change Net Set Time" },
|
|
"clean_net_set_time": { "name": "Clean Net Set Time" },
|
|
"humidity_value": { "name": "Humidity Value" },
|
|
"hcho_value": { "name": "HCHO Value" },
|
|
"pm25_value": { "name": "PM2.5 Value" },
|
|
"co2_value": { "name": "CO2 Value" },
|
|
"machine_type": { "name": "Machine Type" },
|
|
"upstair_temp": { "name": "Up Stair Temperature" },
|
|
"downstair_temp": { "name": "Down Stair Temperature" },
|
|
"middlestair_temp": { "name": "Middle Stair Temperature" },
|
|
"upstair_hour": { "name": "Up Stair Hour" },
|
|
"upstair_min": { "name": "Up Stair Min" },
|
|
"upstair_sec": { "name": "Up Stair Sec" },
|
|
"middlestair_hour": { "name": "Middle Stair Hour" },
|
|
"middlestair_min": { "name": "Middle Stair Min" },
|
|
"middlestair_sec": { "name": "Middle Stair Sec" },
|
|
"downstair_hour": { "name": "Down Stair Hour" },
|
|
"downstair_min": { "name": "Down Stair Min" },
|
|
"downstair_sec": { "name": "Down Stair Sec" },
|
|
"order_hour": { "name": "Order Hour" },
|
|
"order_min": { "name": "Order Min" },
|
|
"order_sec": { "name": "Order Sec" },
|
|
"appointment_time": { "name": "Appointment Time" },
|
|
"project_no": { "name": "Project Number" },
|
|
"remain_time": { "name": "Remain Time" },
|
|
"progress": { "name": "Progress" },
|
|
"version": { "name": "Version" },
|
|
"error_code": { "name": "Error Code" },
|
|
"dry_time": { "name": "Dry Time" },
|
|
"version": { "name": "Version" },
|
|
"time_off": { "name": "Time Off" },
|
|
"humidity": { "name": "Humidity" },
|
|
"cur_temperature": { "name": "Current Temperature" },
|
|
"cur_humidity": { "name": "Current Humidity" },
|
|
"time_on": { "name": "Time On" },
|
|
"air_dry_left_time": { "name": "Air Dry Left Time" },
|
|
"sensor_battery": { "name": "Sensor Battery" },
|
|
"running_percent": { "name": "Running Percent" },
|
|
"sensor_humidify": { "name": "Sensor Humidify" },
|
|
"sensor_temperature": { "name": "Sensor Temperature" }
|
|
},
|
|
"binary_sensor": {
|
|
"air_status": { "name": "Air Running" },
|
|
"water_lack": { "name": "Water Lack" },
|
|
"softwater_lack": { "name": "Soft Water Lack" },
|
|
"wash_stage": { "name": "Washing Stage" },
|
|
"bright_lack": { "name": "Brightness Lack" },
|
|
"diy_flag": { "name": "DIY Flag" },
|
|
"diy_main_wash": { "name": "DIY Main Wash" },
|
|
"diy_piao_wash": { "name": "DIY Rinse" },
|
|
"diy_times": { "name": "DIY Times" },
|
|
"maintenance_remind": { "name": "Maintenance Remind" },
|
|
"chlorine_sterilization_error": { "name": "Chlorine Sterilization Error" },
|
|
"rtc_error": { "name": "RTC Error" },
|
|
"carpet_switch": { "name": "Carpet Switch" },
|
|
"have_reserve_task": { "name": "Have Reserve Task" },
|
|
"top_hot": { "name": "Top Hot" },
|
|
"flank_hot": { "name": "Flank Hot" },
|
|
"bottom_hot": { "name": "Bottom Hot" }
|
|
},
|
|
"climate": {
|
|
"thermostat": { "name": "Thermostat" }
|
|
},
|
|
"humidifier": {
|
|
"humidifier": { "name": "Humidifier" }
|
|
},
|
|
"switch": {
|
|
"airswitch": { "name": "AC Switch" },
|
|
"waterswitch": { "name": "Water Switch" },
|
|
"uvswitch": { "name": "UV Switch" },
|
|
"doorswitch": { "name": "Door Switch" },
|
|
"dryswitch": { "name": "Dry Switch" },
|
|
"dry_step_switch": { "name": "Dry Step Switch" },
|
|
"holiday_mode": { "name": "Holiday Mode" },
|
|
"water_way": { "name": "Water Way" },
|
|
"soften": { "name": "Soften" },
|
|
"leak_water_protection": { "name": "Leak Water Protection" },
|
|
"cl_sterilization": { "name": "Chlorine Sterilization" },
|
|
"micro_leak": { "name": "Micro Leak" },
|
|
"low_salt": { "name": "Low Salt" },
|
|
"no_salt": { "name": "No Salt" },
|
|
"low_battery": { "name": "Low Battery" },
|
|
"salt_level_sensor_error": { "name": "Salt Level Sensor Error" },
|
|
"flowmeter_error": { "name": "Flowmeter Error" },
|
|
"leak_water": { "name": "Leak Water" },
|
|
"micro_leak_protection": { "name": "Micro Leak Protection" },
|
|
"maintenance_reminder_switch": { "name": "Maintenance Reminder Switch" },
|
|
"rsj_stand_by": { "name": "RSJ Stand By" },
|
|
"regeneration": { "name": "Regeneration" },
|
|
"pre_regeneration": { "name": "Pre Regeneration" },
|
|
"dry": { "name": "Dry" },
|
|
"prevent_straight_wind": { "name": "Prevent Straight Wind" },
|
|
"aux_heat": { "name": "Aux Heat" },
|
|
"db_power": { "name": "DB Power" },
|
|
"db_clean_notification": { "name": "DB Clean Notification" },
|
|
"db_softener_needed": { "name": "DB Softener Needed" },
|
|
"db_detergent_needed": { "name": "DB Detergent Needed" },
|
|
"db_nightly_wash": { "name": "DB Nightly Wash" },
|
|
"db_baby_lock": { "name": "DB Baby Lock" },
|
|
"db_light": { "name": "DB Light" },
|
|
"db_steam_wash": { "name": "DB Steam Wash" },
|
|
"db_fast_clean_wash": { "name": "DB Fast Clean Wash" },
|
|
"db_wash_dry_link": { "name": "DB Wash Dry Link" },
|
|
"power": { "name": "Power" },
|
|
"softener_lack": { "name": "Softener Lack" },
|
|
"detergent_lack": { "name": "Detergent Lack" },
|
|
"door_opened": { "name": "Door Opened" },
|
|
"bucket_water_overheating": { "name": "Bucket Water Overheating" },
|
|
"memory": { "name": "Memory" },
|
|
"appointment": { "name": "Appointment" },
|
|
"spray_wash": { "name": "Spray Wash" },
|
|
"old_speedy": { "name": "Old Speedy" },
|
|
"nightly": { "name": "Nightly" },
|
|
"down_light": { "name": "Down Light" },
|
|
"easy_ironing": { "name": "Easy Ironing" },
|
|
"super_clean_wash": { "name": "Super Clean Wash" },
|
|
"intelligent_wash": { "name": "Intelligent Wash" },
|
|
"strong_wash": { "name": "Strong Wash" },
|
|
"silent": { "name": "Silent" },
|
|
"speedy": { "name": "Speedy" },
|
|
"lock": { "name": "Lock" },
|
|
"flocks_switcher": { "name": "Flocks Switcher" },
|
|
"fresh_anion_switch": { "name": "Fresh Anion Switch" },
|
|
"dry_weighing_already": { "name": "Dry Weighing Already" },
|
|
"keep_fresh_status": { "name": "Keep Fresh Status" },
|
|
"drying_tunnel_overheating": { "name": "Drying Tunnel Overheating" },
|
|
"fast_clean_wash": { "name": "Fast Clean Wash" },
|
|
"steam_wash": { "name": "Steam Wash" },
|
|
"beforehand_wash": { "name": "Beforehand Wash" },
|
|
"ai_flag": { "name": "AI Flag" },
|
|
"water_plus": { "name": "Water Plus" },
|
|
"soak": { "name": "Soak" },
|
|
"ultraviolet_lamp": { "name": "Ultraviolet Lamp" },
|
|
"eye_wash": { "name": "Eye Wash" },
|
|
"microbubble": { "name": "Microbubble" },
|
|
"wind_dispel": { "name": "Wind Dispel" },
|
|
"cycle_memory": { "name": "Cycle Memory" },
|
|
"freeze_state": { "name": "Freeze State" },
|
|
"power_state": { "name": "Power State" },
|
|
"heat_enable": { "name": "Heat Enable" },
|
|
"cool_enable": { "name": "Cool Enable" },
|
|
"silence_set_state": { "name": "Silence Set State" },
|
|
"time_set_state": { "name": "Time Set State" },
|
|
"silence_state": { "name": "Silence State" },
|
|
"holiday_state": { "name": "Holiday State" },
|
|
"holiday_set_state": { "name": "Holiday Set State" },
|
|
"holiday_on_state": { "name": "Holiday On State" },
|
|
"room_temp_ctrl": { "name": "Room Temp Ctrl" },
|
|
"room_temp_set": { "name": "Room Temp Set" },
|
|
"comp_state": { "name": "Comp State" },
|
|
"day_time_state": { "name": "Day Time State" },
|
|
"week_time_state": { "name": "Week Time State" },
|
|
"warn_state": { "name": "Warn State" },
|
|
"defrost_state": { "name": "Defrost State" },
|
|
"pre_heat": { "name": "Pre Heat" },
|
|
"lock_state": { "name": "Lock State" },
|
|
"esp_state": { "name": "ESP State" },
|
|
"passby_enable": { "name": "Passby Enable" },
|
|
"preheat_enable": { "name": "Preheat Enable" },
|
|
"remain_able": { "name": "Remain Able" },
|
|
"hcho_check_enable": { "name": "HCHO Check Enable" },
|
|
"co2_check_enable": { "name": "CO2 Check Enable" },
|
|
"function_set_link": { "name": "Function Set Link" },
|
|
"function_set_sleep": { "name": "Function Set Sleep" },
|
|
"function_set_energy_save": { "name": "Function Set Energy Save" },
|
|
"function_set_prheat": { "name": "Function Set Preheat" },
|
|
"function_set_ultimate": { "name": "Function Set Ultimate" },
|
|
"clean_net_clean_flg": { "name": "Clean Net Clean Flag" },
|
|
"change_net_change_flg": { "name": "Change Net Change Flag" },
|
|
"condensation_state": { "name": "Condensation State" },
|
|
"humidity_state": { "name": "Humidity State" },
|
|
"preheat_state": { "name": "Preheat State" },
|
|
"esp_enable": { "name": "ESP Enable" },
|
|
"pm25_check_enable": { "name": "PM2.5 Check Enable" },
|
|
"timer_state": { "name": "Timer State" },
|
|
"humidity_check_enable": { "name": "Humidity Check Enable" },
|
|
"door_middlestair": { "name": "Door Middle Stair" },
|
|
"door_upstair": { "name": "Door Up Stair" },
|
|
"door_downstair": { "name": "Door Down Stair" },
|
|
"downstair_ispreheat": { "name": "Down Stair Is Preheat" },
|
|
"upstair_ispreheat": { "name": "Up Stair Is Preheat" },
|
|
"downstair_iscooling": { "name": "Down Stair Is Cooling" },
|
|
"upstair_iscooling": { "name": "Up Stair Is Cooling" },
|
|
"middlestair_ispreheat": { "name": "Middle Stair Is Preheat" },
|
|
"middlestair_iscooling": { "name": "Middle Stair Is Cooling" },
|
|
"lock": { "name": "Lock" },
|
|
"is_error": { "name": "Is Error" },
|
|
"uv_disinfect": { "name": "UV Disinfect" },
|
|
"ai_switch": { "name": "AI Switch" },
|
|
"light": { "name": "Light" },
|
|
"appointment": { "name": "Appointment" },
|
|
"prevent_wrinkle_switch": { "name": "Prevent Wrinkle Switch" },
|
|
"steam_switch": { "name": "Steam Switch" },
|
|
"damp_dry_signal": { "name": "Damp Dry Signal" },
|
|
"eco_dry_switch": { "name": "Eco Dry Switch" },
|
|
"bucket_clean_switch": { "name": "Bucket Clean Switch" },
|
|
"water_box": { "name": "Water Box" },
|
|
"baby_lock": { "name": "Baby Lock" },
|
|
"remind_sound": { "name": "Remind Sound" },
|
|
"steam": { "name": "Steam" },
|
|
"power": { "name": "Power" },
|
|
"door_warn": { "name": "Door Warning" },
|
|
"disinfect_on_off": { "name": "Disinfect On Off" },
|
|
"power_on_timer": { "name": "Power On Timer" },
|
|
"power": { "name": "Power" },
|
|
"buzzer": { "name": "Buzzer" },
|
|
"power_off_timer": { "name": "Power Off Timer" },
|
|
"display_on_off": { "name": "Display On Off" },
|
|
"netions_on_off": { "name": "Net Ions On Off" },
|
|
"airdry_on_off": { "name": "Air Dry On Off" },
|
|
"add_water_flag": { "name": "Add Water Flag" },
|
|
"bubble": { "name": "Bubble" },
|
|
"cold_water": { "name": "Cold Water" },
|
|
"bathtub": { "name": "Bathtub" },
|
|
"safe": { "name": "Safe" },
|
|
"cold_water_dot": { "name": "Cold Water Dot" },
|
|
"change_litre_switch": { "name": "Change Litre Switch" },
|
|
"cold_water_ai": { "name": "Cold Water AI" },
|
|
"cold_water_pressure": { "name": "Cold Water Pressure" },
|
|
"person_mode_one": { "name": "Person Mode One" },
|
|
"person_mode_two": { "name": "Person Mode Two" },
|
|
"person_mode_three": { "name": "Person Mode Three" },
|
|
"gesture_function": { "name": "Gesture Function" }
|
|
},
|
|
"climate": {
|
|
"water_heater": { "name": "Water Heater" }
|
|
},
|
|
"select": {
|
|
"mode": { "name": "Mode" },
|
|
"power_level": { "name": "Power Level" },
|
|
"type_machine": { "name": "Type Machine" },
|
|
"capacity": { "name": "Capacity" },
|
|
"gesture_function_type": { "name": "Gesture Function Type" }
|
|
},
|
|
"sensor": {
|
|
"out_water_tem": { "name": "Out Water Temperature" },
|
|
"water_volume": { "name": "Water Volume" },
|
|
"zero_cold_tem": { "name": "Zero Cold Temperature" },
|
|
"bath_out_volume": { "name": "Bath Out Volume" },
|
|
"return_water_tem": { "name": "Return Water Temperature" },
|
|
"change_litre": { "name": "Change Litre" },
|
|
"bathtub_water_level": { "name": "Bathtub Water Level" },
|
|
"temperature": { "name": "Temperature" },
|
|
"gas_lift_percent": { "name": "Gas Lift Percent" },
|
|
"person_tem_one": { "name": "Person Temperature One" },
|
|
"person_tem_two": { "name": "Person Temperature Two" },
|
|
"person_tem_three": { "name": "Person Temperature Three" },
|
|
"in_water_tem": { "name": "In Water Temperature" },
|
|
"error_code": { "name": "Error Code" },
|
|
"version": { "name": "Version" },
|
|
"freezing_mode": { "name": "Freezing Mode" },
|
|
"intelligent_mode": { "name": "Intelligent Mode" },
|
|
"energy_saving_mode": { "name": "Energy Saving Mode" },
|
|
"holiday_mode": { "name": "Holiday Mode" },
|
|
"moisturize_mode": { "name": "Moisturize Mode" },
|
|
"preservation_mode": { "name": "Preservation Mode" },
|
|
"acme_freezing_mode": { "name": "Acme Freezing Mode" },
|
|
"storage_power": { "name": "Storage Power" },
|
|
"left_flexzone_power": { "name": "Left Flexzone Power" },
|
|
"right_flexzone_power": { "name": "Right Flexzone Power" },
|
|
"freezing_power": { "name": "Freezing Power" },
|
|
"function_zone_power": { "name": "Function Zone Power" },
|
|
"cross_peak_electricity": { "name": "Cross Peak Electricity" },
|
|
"all_refrigeration_power": { "name": "All Refrigeration Power" },
|
|
"remove_dew_power": { "name": "Remove Dew Power" },
|
|
"humidify_power": { "name": "Humidify Power" },
|
|
"unfreeze_power": { "name": "Unfreeze Power" },
|
|
"floodlight_power": { "name": "Floodlight Power" },
|
|
"radar_mode_power": { "name": "Radar Mode Power" },
|
|
"milk_mode_power": { "name": "Milk Mode Power" },
|
|
"icea_mode_power": { "name": "Icea Mode Power" },
|
|
"plasma_aseptic_mode_power": { "name": "Plasma Aseptic Mode Power" },
|
|
"acquire_icea_mode_power": { "name": "Acquire Icea Mode Power" },
|
|
"brash_icea_mode_power": { "name": "Brash Icea Mode Power" },
|
|
"acquire_water_mode_power": { "name": "Acquire Water Mode Power" },
|
|
"freezing_ice_machine_power": { "name": "Freezing Ice Machine Power" },
|
|
"microcrystal_fresh": { "name": "Microcrystal Fresh" },
|
|
"dry_zone": { "name": "Dry Zone" },
|
|
"electronic_smell": { "name": "Electronic Smell" },
|
|
"eradicate_pesticide_residue": { "name": "Eradicate Pesticide Residue" },
|
|
"performance_mode": { "name": "Performance Mode" },
|
|
"ice_mouth_power": { "name": "Ice Mouth Power" }
|
|
},
|
|
"binary_sensor": {
|
|
"storage_door_state": { "name": "Storage Door State" },
|
|
"freezer_door_state": { "name": "Freezer Door State" },
|
|
"flexzone_door_state": { "name": "Flexzone Door State" },
|
|
"storage_ice_home_door_state": { "name": "Storage Ice Home Door State" },
|
|
"bar_door_state": { "name": "Bar Door State" },
|
|
"is_error": { "name": "Is Error" }
|
|
},
|
|
"climate": {
|
|
"storage_zone": { "name": "Storage Zone" },
|
|
"freezing_zone": { "name": "Freezing Zone" },
|
|
"left_flexzone": { "name": "Left Flexzone" },
|
|
"right_flexzone": { "name": "Right Flexzone" }
|
|
},
|
|
"select": {
|
|
"variable_mode": { "name": "Variable Mode" },
|
|
"icea_bar_function_switch": { "name": "Icea Bar Function Switch" },
|
|
"food_site": { "name": "Food Site" },
|
|
"temperature_unit": { "name": "Temperature Unit" }
|
|
},
|
|
"sensor": {
|
|
"storage_temperature": { "name": "Storage Temperature" },
|
|
"freezing_temperature": { "name": "Freezing Temperature" },
|
|
"left_flexzone_temperature": { "name": "Left Flexzone Temperature" },
|
|
"right_flexzone_temperature": { "name": "Right Flexzone Temperature" },
|
|
"refrigeration_real_temperature": { "name": "Refrigeration Real Temperature" },
|
|
"freezing_real_temperature": { "name": "Freezing Real Temperature" },
|
|
"left_variable_real_temperature": { "name": "Left Variable Real Temperature" },
|
|
"right_variable_real_temperature": { "name": "Right Variable Real Temperature" },
|
|
"interval_room_humidity_level": { "name": "Interval Room Humidity Level" },
|
|
"normal_zone_level": { "name": "Normal Zone Level" },
|
|
"function_zone_level": { "name": "Function Zone Level" },
|
|
"freeze_fahrenheit_level": { "name": "Freeze Fahrenheit Level" },
|
|
"refrigeration_fahrenheit_level": { "name": "Refrigeration Fahrenheit Level" },
|
|
"leach_expire_day": { "name": "Leach Expire Day" },
|
|
"power_consumption_low": { "name": "Power Consumption Low" },
|
|
"power_consumption_high": { "name": "Power Consumption High" },
|
|
"fast_cold_minute": { "name": "Fast Cold Minute" },
|
|
"fast_freeze_minute": { "name": "Fast Freeze Minute" },
|
|
"version": { "name": "Version" }
|
|
}
|
|
}
|
|
} |