Bluetooth device property table

更新时间:
复制 MD 格式

This topic lists the property definitions for Bluetooth smart home devices. Refer to these definitions during device development.

Property classificationProperty nameAttr TypeData StructUnitPrecisionDescription
System propertiesError code0x0000uint8 Error_Code--Error Code: For more information, see the error code definitions in section 4.4.
Version information0xFF01uint32 version_number--version_number: Same as the Over-the-Air (OTA) version.
Device Feature0xFF02uint16 device_feature--Same as the feature in Composition Data Page 0. Bits from the most significant bit (bit 15) downwards are Alibaba-defined features. bit0: Relay. bit1: Proxy. bit2: Friend. bit3: Low Power Node. bit14: Low Power and Latency. bit15: Multi-Attr RW support. bit4–12: Reserved for Future Use (RFU). A value of 1 indicates that the feature is enabled. A value of 0 indicates that the feature is disabled.
Total flash capacity0xFF03uint32 total_flash_sizeByte-The total flash capacity of the device.
Used flash capacity0xFF04uint32 used_flash_sizeByte-The used flash capacity of the device.
Free flash capacity0xFF05uint32 free_flash_sizeByte-The available flash capacity of the device.
Engineer Mode0xFF06int8 Engineer_Mode--1: Factory test mode. Each manufacturer defines their own factory production mode. 2: Enter debug mode. Device logs are uploaded to the cloud through other channels. 3: Restart the device. 4: Clear settings data. 5: Restore factory settings. 6: User diagnosis mode.
ID2ID0xFF07uint8 idType uint8 len uint8 id2ID[len]--idType: Specifies whether to convert the ID² ID to hexadecimal. 0: Keep the original format. 1: Convert to hexadecimal. len: The value can be 24 or 12 based on idType. id2ID[len]: The device ID² ID.
ID2AuthRand0xFF08uint8 authType uint8 len uint8 authRand[len]--authType: The ID²-based authentication method. 0: Challenge (default). 1: Timestamp. 2: Time-based One-Time Password (TOTP). len: The length of the ID² device authentication code. authCode: The ID² device authentication code.
ID2AuthCode0xFF09uint8 authType uint8 len uint8 authCode[len]--authType: The ID²-based authentication method. 0: Challenge (default). 1: Timestamp. 2: TOTP. len: The length of the ID² device authentication code. authCode: The ID² device authentication code.
ID2KeyAndPass0xFF0Auint8 keyType uint8 dataLen uint8 cipherData[dataLen] uint8 pwdLen uint8 authPwd[pwdLen]--keyType: The type of session key. 0: aes_128. 1: aes_192. 2: aes_256. dataLen: The length of the ID²-encrypted session key. cipherData: The ID²-encrypted session key data. pwdLen: The length of the service authentication security token. authPwd: The service authentication security token data.
General propertiesWork status0xF001uint8 workstatus--0: Stop. 1: Start/Resume. 2: Pause. 3: Standby. 4: Cooking. 5: Scheduled. 6: Keep warm. 7: Sensing. 8: Sensing paused. 9: Door open. 10: Complete. 11: Blending 1. 12: Blending 2. 13: Dough proofing 1. 14: Dough proofing 2. 15: Blending 3. 16: Dough proofing 3. 17: Fermenting 1. 18: Fermenting 2. 19: Fermenting 3. 20: Baking + Blending. 21: Blending + Dough proofing. 22: Preheating. 23: Alert. 24: Sleep. 25: Heating. 26: Error. 27: Wi-Fi settings. 28: Shutdown. 29: Working. 30: Hot spray. 31: Cold spray. 32: Warm spray. 33: Waiting to apply face mask. 34: Applying face mask. 35: Face mask time up. 36: Power on. 37: Running. 38: Idle. 39: Adding water. 40: Dispensing water. 41: Lid not in place. 42: Pulping finished. 43: Keep warm finished. 44: Range hood on. 45: Hot wash cleaning. 46: Hot wash air drying. 47: Panel cleaning. 48: Making water. 49: Rinsing. 50: Water shortage. 51: Water full. 52: Normal. 53: Flip reminder. 54: Protection status. 55: Blending. 56: Grinding. 57: Mixing. 58: Blending. 61: Recharging. 62: Charging. 63: Charging complete. 64: Low battery. 65: Pulping. 66: Delayed shutdown. 67: Auto hot air drying. 68: Auto cleaning. 69: Slow stew. 70: Medium heat simmering. 71: High heat boiling. 72: Ready. 73: Steam. 74: Deodorizing. 75: Drying. 76: Sterilizing. 77: Finished. 78: Dehydrating. 79: Rinsing. 80: Main wash. 81: Pre-wash. 82: Weighing. 83: Reserved. 84: Ice full. 85: Ice making. 86: Ice dispensing. 87: Pressure keeping. 88: Cat in litter box. 89: Steaming food. 90: Steaming food complete. 91: Blending. 92: Blending complete. 93: Disinfecting. 94: Disinfection complete. 95: Warming milk. 96: Warming milk complete. 97: Frequency conversion. 98: Reached upper limit. 99: Reached lower limit. 100: Abnormal.
User ID0xF002uint8 userID--The current user ID.
Device name0xF003uint8 len uint8 device_name[len]--The device name.
Scene mode0xF004uint16 mode_number--The scene mode of the device. Associates with the scene model.
Mode remaining time0xF005uint16 modeRemainingTimeminute-The remaining time for the current mode. A value of 0xFFFF indicates infinity.
Schedule (The device must have a Real-Time Clock (RTC) circuit and time synchronization feature to support this command)0xF008uint8 weekday uint16 time uint8 OnOffSchedules the device to turn on or off on a weekly basis. weekday: bits 0–6 represent Sunday to Saturday. A value of 1 enables the schedule for that day. A value of 0 disables it. time: The number of minutes from 00:00 to the scheduled time. OnOff: On/Off.
Event trigger0xF009uint8 Event uint8 Event para[]--An event that occurred on the device. For more information about events, see the event table. If the event has parameters, they follow the event.
Event clear0xF019uint8 Event uint8 Event para[]--If an event causes a change in the device status, the device must clear the previously reported event after the status change is resolved. For example, if the device reports a low battery event and enters a low battery state, it must report a clear low battery event after the user replaces the battery and the device exits the low battery state.
Signal strength0xF00Aint8 RSSIdBm-The signal strength of the device.
Adjust property up/down0xF00Buint16 Attr_Type int8 Attr_para_step--A positive value for Attr_para_step indicates an increase. A negative value indicates a decrease. The step size for the physical quantity does not include a decimal point.
Number of areas0xF00Cuint8 Element_num--The device is divided into several areas.
Property switch0xF00Duint8 Attr_Type uint8 switch--Cycles through the value range of the Attr_Type property. Attr_Type must be an enumeration or Boolean type.
Controlled device address0xF00Euint16 Remote_Address--If this device is a remote control, this property is the address of the device it controls. The address can be a unicast address or a group address.
Peripheral device signal strength0xF00Fuint16Device_Address int8 RSSIdBm-The signal strength of a peripheral device.
Set property at a scheduled time0xF010uint8 index uint32 unix_time uint16 attr_type uint8 attr_para[]--For more information about the parameters of this feature, see the scheduling feature document.
Set property at a periodic scheduled time0xF011uint8 index uint16 24h_timer uint8 schedule uint16 attr_type uint8 attr_para[]--For more information about the parameters of this feature, see the scheduling feature document.
Delete schedule0xF012uint8 index--Deletes the schedule with the specified index.
Request schedule update0xF013uint8 index--Requests an update for the schedule with the specified index.
Time synchronization settings0xF01Duint16 period_time uint8 retry_delay uint8 retry_timesminute, minute, timesRequests time synchronization at the interval specified by period_time. If the request fails, it retries after retry_delay. The request is repeated up to retry_times (including the first request).
Time zone0xF01Eint8 time_zoneValue range: -12 to 12.
Unix time0xF01Fuint32 unix_timersecond-Standard Unix time.
Power-off memory feature0xF021bool poweroffMemory--0: Disable power-off memory. 1: Enable power-off memory.
General physical quantitiesOn/Off0x0100bool OnOff--The on/off status of the device. Binds to the generic onoff model.
Date0x0101uint8 date[4]--Date[0–1]: Year. Date[2]: Month. Date[3]: Day.
Time0x0102uint8 time[3]--Time[0]: Hour. Time[1]: Minute. Time[2]: Second.
UNIX timestamp0x0103uint8 unix_time[6]millisecond-UNIX timestamp.
Battery level0x0104uint8 power_percent%-The battery level percentage.
Voltage0x0105uint16 voltageVolt0.01The device voltage.
Current0x0106uint16 currentA0.001The device current.
Power0x0107uint16 powerW0.1The device power.
Power consumption0x0108uint32 power_consumptionkWh0.01The device power consumption.
Volume0x0109uint8 volume--The volume.
Fan speed level0x010Auint8 level--Value range: 1–100. For fans or air conditioners that support variable levels: 150: Silent. 151: Low. 152: Medium-low. 153: Medium. 154: Medium-high. 155: High. 156: Turbo. 157: Cool. 158: Strong. 240: Stir-fry. 241: Auto cruise. 255: Auto.
Device display unit system0x010Buint8 unit--0: Metric (kilogram, meter, Celsius). 1: Imperial (pound, foot, Fahrenheit). 2: Chinese units (jin, chi).
Target temperature0x010Cuint16 target_temperatureKelvin0.01The target temperature. 0 K = -273.15 °C.
Current temperature0x010Duint16 present_temperatureKelvin0.01The current temperature.
Target humidity0x010Euint16 target _humidity%0.01The target relative humidity.
Current humidity0x010Fuint16 present_humidity%1The current relative humidity.
Forward/backward position0x0110uint8 position_FB--The relative forward/backward position of a movable part of the device. 100 is the foremost position. 0 is the rearmost position.
Left/right position0x0111uint8 position_LR--The relative left/right position of a movable part of the device. 100 is the leftmost position. 0 is the rightmost position.
Up/down position0x0112uint8 position_UD--The relative up/down position of a movable part of the device. 100 is the highest position. 0 is the lowest position.
Forward travel limit0x0113uint8 position_Forward_limit--The forward movement limit point for a movable part of the device.
Backward travel limit0x0114uint8 position_Backward_limit--The backward movement limit point for a movable part of the device.
Left travel limit0x0115uint8 position_Left_limit--The left movement limit point for a movable part of the device.
Right travel limit0x0116uint8 position_Right_limit--The right movement limit point for a movable part of the device.
Upward travel limit0x0117uint8 position_Up_limit--The upward movement limit point for a movable part of the device.
Downward travel limit0x0118uint8 position_Down_limit--The downward movement limit point for a movable part of the device.
Vertical angle0x0119uint16 angle_UD--The angle of a vertically rotating part of the device.
Horizontal angle0x011Auint16 angle_LR--The angle of a horizontally rotating part of the device.
Upper vertical angle limit0x011Buint16 angle_Up_limit--The upward rotation limit angle for a vertically rotating part of the device.
Lower vertical angle limit0x011Cuint16 angle_Down_limit--The downward rotation limit angle for a vertically rotating part of the device.
Left horizontal angle limit0x011Duint16 angle_Left_limit--The leftward rotation limit angle for a horizontally rotating part of the device.
Right horizontal angle limit0x011Euint16 angle_Right_limit--The rightward rotation limit angle for a horizontally rotating part of the device.
Position calibration0x011Fuint8 Position_Limit_Area--0: Upward travel limit. 1: Downward travel limit. 2: Left travel limit. 3: Right travel limit. 4: Forward travel limit. 5: Backward travel limit. 6: Upper angle limit left. 7: Upper angle limit right. 8: Upper angle limit up. 9: Upper angle limit down.
Water level0x0120uint8 water_level--The device water level.
Brightness0x0121uint16 lightness_level--The device brightness level. Same as the Lightness Model value.
Color temperature0x0122uint16 color_temperatureKelvin-The device color temperature value. Same as the Light CTL Model value.
Color0x0123uint16 HSL[3]--The device color. Same as the Light HSL Model value. Color[0] = Lightness. Color[1] = Hue. Color[2] = Saturation.
Secondary switch0x0124uint8 Secondary_OnOff--The on/off switch for a secondary feature of a special product category. For electric heaters: high-temperature tube switch. For electric blankets: left area switch.
Third switch0x0125uint8 Third_OnOffThe on/off switch for a tertiary feature of a special product category. For electric heaters: low-temperature tube switch. For electric blankets: right area switch.
Secondary level0x0128uint8 Secondary_Level--The level for a secondary feature of a special product category. For electric heaters: high-temperature tube level. For electric blankets: left area level.
Tertiary level0x0129uint8 Thrid_Level--The level for a tertiary feature of a special product category. For electric heaters: low-temperature tube level. For electric blankets: right area level.
Consumable usage time0x012Auint32 usedTimesecond-The usage time of the device consumable.
Consumable remaining time0x012Buint32 remainingTimesecond-The remaining time of the device consumable.
Consumable remaining life0x012Cuint16 remainingPercentage%0.01The remaining life percentage of the device consumable.
Runtime0x012Duint32 runTimesecond-The runtime for the current session.
Total runtime0x012Euint32 totalRunningTimesecond-The total runtime of the device.
Remaining time0x012Fuint32 lefttimesecond-
Predicted usable time0x0130uint32 predictTimesecond-
Remaining charge time0x0131uint16 chargeRemainingTimesecond-
Board temperature0x0132uint16 boardTempKelvin0.01
Motor temperature0x0133uint16 motorTempK0.01
Battery temperature0x0134uint16 batteryTempKelvin0.01
Startup switch0x0135uint8 workSwitch--0: Off. 1: On. 2: Pause.
Language0x0136uint8 language--0: Chinese. 1: English.
Total usage time0x0137uint32 totalUsedTimesecond-The total time the device has been used.
Mass0x0138uint8 massg-For example, food weight.
Service time0x0139uint16 serviceTimeday-
Mixed water temperature0x013Auint8 mixTemp--
Remaining water0x013Buint16 surplusWaterUpgrade-
Total power consumption0x013Cuint32 TotalPowerconsumptionkWh-
Outlet water temperature0x013Duint8 waterOutTemperature--
Strength0x013Euint8 strength--
Massage time0x013Fuint8 massagetime--
Voice switch0x0140uint8 voiceswitch--0: Off. 1: On.
Cleaned area0x0141uint8 cleanarea--
Buzzer switch0x0142uint8 buzzer_switch--0: Off. 1: On.
Rinse cycles0x0143uint8 rinshtimes--
Drying time0x0144uint16 drytime--
Spin time0x0145uint16 spintime--
Rinse time0x0146uint16 rinshtime--
Wash time0x0147uint16 washtime--
Soak time0x0148uint16 soaktime--
Keep warm time0x0149uint16 keep_warm_timeminute0.1
Gas consumption for current session0x014Auint32 gasonce--
Methane value0x014Buint32 methanenumber--
Schedule switch0x014Cuint8 timingswitch--0: Off. 1: On.
Priority0x014Duint8 priority--0: Idle. 1: Device. 2: Mobile phone.
Water consumption0x014Euint32 waterconsumption--
Hysteresis temperature0x014Fuint8 differencetemperature--
Water flow0x0150uint8 waterflow--
Total gas consumption0x0151uint32 totalgas--
Inlet water temperature0x0152uint8 waterintemperature--
Total water consumption0x0153uint32 totalwaterL0.01
Bottom tube heating time0x0154uint16 downtubebakingtimeminute-
Top tube heating time0x0155uint16 uptubebakingtimeminute-
Top tube heating temperature0x0156uint16 uptubebakingtemp°C-
Bottom tube heating temperature0x0157uint16 downtubebakingtemp°C-
Total wash cycles0x0158uint16 totalwashtimes--
Storage remaining time0x0159uint16 keep_remaining_time--
Blending speed0x015Auint8 stirringspeed--
Preset keep warm temperature0x015Buint16 holding_temp--
Food weight0x015Cuint16 food_weight--
Recording switch0x015Duint8 recording_switch--0: Off. 1: On.
Scanning switch0x015Euint8 gun_switch--0: Off. 1: On.
Smoke switch0x015Fuint8 smoke_switch--0: Off. 1: On.
Launcher switch0x0160uint8 launcher_switch--0: Off. 1: On.
Run end time0x0161uint8 end_run_time[3]--Time[0]: Hour. Time[1]: Minute. Time[2]: Second.
Running platform hardness0x0162uint8 running_plat_form_hardness--
Target speed0x0163uint16 target_speedkm/h0.01
Mist volume0x0164uint16 fog--
Target capacity0x0165uint8 target_capacity--1: 150 ml. 2: 200 ml. 3: 400 ml. 4: 600 ml. 5: 800 ml. 6: 1000 ml. 7: 1200 ml. 8: 300 ml. 9: 500 ml.
Unit type0x0166uint8 unit_type--0: Metric. 2: Imperial. 3: Chinese units.
Purified water yield0x0167uint16 water_yield--
Dispensed water volume0x0168uint8 get_water_yield--1: Small cup. 2: Medium cup. 3: Large cup.
Dispensed water temperature0x0169uint8 get_water_temp--1: Cold water. 2: Room temperature water. 3: Hot water. 4: Boiling water.
Dispense water switch0x016Auint8 get_water_switch--0: Off. 1: On.
Total purified water0x016Buint32 purefity_water--
Pure water volume0x016Cuint32 pure_water--
Raw water quality0x016Duint16 raw_water_TDS--
Filter life five0x016Euint8 filter_lefttime_five%0.01
Filter life four0x016Fuint8 filter_lefttime_four%0.01
Filter life three0x0170uint8 filter_lefttime_three%0.01
Filter life two0x0171uint8 filter_lefttime_two%0.01
Filter life one0x0172uint8 filter_lefttime_one%0.01
Air quality grade0x0173uint8 air_quality_grade--1: Excellent. 2: Good. 3: Lightly polluted. 4: Moderately polluted. 5: Heavily polluted.
Heating level0x0174uint8 heaterPowerGear-The heating level of the heater.
Temperature area0x0175uint8 temperatureArea--
Mist level0x0176uint8 fogLevelArchive-
Top tube current temperature0x0177uint16 UPTubeCurrenttemp°C-
Bottom tube current temperature0x0178uint16 DownTubeCurrenttemp°C-
Energy-saving mode temperature upper limit0x0179uint8 temperatureUpLimit°C-
Energy-saving mode temperature lower limit0x017Auint8 temperatureDownLimit°C-
Switch Left0x017Buint8 leftPowerstate
Right On/Off0x017Cuint8 rightPowerstate
Time remaining0x017Duint32 leftLefttime
Left remaining time0x017Euint32 rightLefttime
Left work mode0x017Fuint16 leftMode
Right work mode0x0180uint16 rightMode
Left target temperature0x0181uint16 leftTargettemperature°C0.1
Right target temperature0x0182uint16 rightTargettemperature°C0.1
Left temperature0x0183uint16 leftTemperature°C0.1
Right temperature0x0184uint16 rightTemperature°C0.1
Left heating level0x0185uint8 leftLevellevel-Left heating level.
Right heating level0x0186uint8 rightLevelArchive-Right heating level.
Front heating level0x0187uint8 frontLevelTier-Front heating level.
Back heating level0x0188uint8 backLevelLevel-Back heating level.
Warmth level0x0189uint8 warmLevelArchive-Warmth level.
Cooking level0x018Auint8 cookLevelTier-Cooking level.
Cooking On/Off0x018Buint8 cookOnOff--0: Off. 1: On.
Gear0x018Cuint8 gear--Gear.
Left keep warm time0x018Duint16 leftKeepWarmTimeminute0.1
Right keep warm time0x018Euint16 rightKeepWarmTimeminute0.1
Sleep time0x018Fuint16 sleepingTimeminute0.1
Left sleep time0x0190uint16 leftSleepingTimeminute0.1
Right sleep time0x0191uint16 rightSleepingTimeminute0.1
Heat-up time0x0192uint16 heatUpTimeminute0.1
Left heat-up time0x0193uint16 leftHeatUpTimeminute0.1
Right heat-up time0x0194uint16 rightHeatUpTimeminute0.1
Environmental temperature difference0x0195uint16 envTemperatureDiff°C0.1
Capacity0x0196uint16 capacityml-
Material0x0197uint8 material--0: Silicone. 1: PPSU. 2: Glass.
Light intensity0x0198uint8 illuminanceState--0: Night. 1: Day. 2: Strong indoor light.
Illuminance value0x0199uint16 illuminanceValuelumen-
Sports and healthWeight0x0200uint16 weightkg0.01
Impedance0x0201uint32 impedanceohm0.001
Body fat percentage0x0202uint16 body_fat_percentage%0.01
BMI0x0203uint16 BMI-0.01
Muscle mass0x0204uint16 muscle_masskg0.01
Muscle percentage0x0205uint16 muscle_percentage%0.01
Fat-free mass0x0206uint16 fatfree_masskg0.01
Height0x0207uint16 heightmeter0.001
Body water mass0x0208uint16 body_water_masskg0.01
Basal Metabolic Rate0x0209uin16 basal_metabolism--
Blood oxygen saturation0x020Auint16 SpO2%0.01
Systolic pressure0x020Buint16 systolic_pressuremmHg0.1
Diastolic pressure0x020Cuint16 diastolic_pressuremmHg0.1
Blood glucose0x020Duint16 bluod_glucosemmol/L0.01
Speed0x020Euint16 speedkm/h0.01
Pace0x020Fuint8 pacemin/km0.1
Slope0x0210uint16 slope%0.01
Resistance level0x0211uint8 motionResistanceLevel--
Workout count0x0212uint16 sport_countcount-
Workout start time0x0213uint32 sport_start_timesecond-UNIX timestamp.
Workout time0x0214uint16 sporting_timeminute-
Target Motion Duration0x0215uint16 target_timeminute-
Workout distance0x0216uint16 distancemeter-
Target Travel Distance0x0217uint16 target_distancemeter-
Heart rate0x0218uint8 heart_ratebeats/minute-
Rotational speed0x0219uint16 tachographsRPM-
Total steps for the day0x021Auint32 total_stepcount
Sedentary time0x021Buint32 sitting_timesecond
Workout duration0x021Cuint32 sport_timesecond
Sleep duration0x021Duint32 sleep_timesecond
Light sleep duration0x021Euint32 light_sleep_timesecond
Deep sleep duration0x021Fuint32 deep_sleep_timesecond
Turn over count0x0220uint16 turn_overcount
Total calories burned0x0221uint16 total_calorieskcal0.1
Current steps0x0222uint32 current_stepcount
Workout stop time0x0223uint32 sportStopTimesecond-UNIX timestamp.
Height0x0224uint16 hightm-
Smoothness0x0225uint8 smoothness--
Calories burned0x0226uint16 burnCalorieskcal0.1
Current resistance0x0227uint8 currentMotionResistance--
Body type0x0228uint8 bodyType--0: Skinny fat. 1: Overweight. 2: Muscular overweight. 3: Lack of exercise. 4: Standard. 5: Standard muscular. 6: Underweight. 7: Muscular underweight. 8: Very muscular.
Body score0x0229uint8 bodyScore--
Body age0x022Auint8 bodyAge--
Strokes per minute0x022Buint8 SPM--
Remaining workout distance0x022Cuint16 restDistancemeter-
Remaining workout time0x022Duint16 restSportTimeminute-
Workout score0x022Euint8 sportGrade--
Air quality dataPM2.5 index0x0300uint16 PM25μg/m³-
PM10 index0x0301uint16 PM10μg/m³-
Sulfur dioxide0x0302uint16 SO2μg/m³-
Nitrogen dioxide0x0303uint16 NO2μg/m³-
Carbon monoxide0x0304uint16 COμg/m³-
Carbon dioxide0x0305uint16 CO2μg/m³-
Ozone0x0306uint16 O3μg/m³-
Formaldehyde content0x0307uint16 HCHOmg/m³-
TVOC0x0308uint16 TVOCμg/m³-
Air quality index0x0309uint16 AQI--
Water quality dataPH value0x030Auint16 PH-0.01
Dissolved oxygen0x030Buint8 dissolved_oxygenmg/L-
TDS (Total Dissolved Solids)0x030Cuint16 TDSmg/L-
Device status propertiesDoor/window state0x0400uint8 Door_state--0: Closed. 1: Open.
Human activity0x0401uint8 human_activity--0: Unoccupied. 1: Occupied.
Always open state0x0402uint8 alwaysOpenState--0: Not always open. 1: Always open.
Inner lock state0x0403uint8 innerLockState--0: Not inner locked. 1: Inner locked.
Water volume status0x0404uint8 watervolumeStatus--
Cleaning status0x0405uint8 cleaningStatus--0: Idle. 1: Cleaning. 2: Cleaning complete.
Online state0x0406uint8 onlinestate--0: Offline. 1: Online.
Charging state0x0407uint8 chargingstate--0: Not charging. 1: Charging.
Door status0x0408uint8 doorstatus--0: Closed. 1: Open.
Pump status0x0409uint8 pumpstatus--0: Off. 1: On.
Water injection status0x040Auint8 waterinjectionstatus--0: No injection. 1: Waiting for injection. 2: Injecting. 3: Injection complete.
Continuous burning status0x040Buint8 hintburningstatus--0: No. 1: Yes.
Flow status0x040Cuint8 flowstatus--0: No. 1: Yes.
Flame status0x040Duint8 flamestatus--0: Off. 1: On.
Fan status0x040Euint8 fanstatus--0: Off. 1: On.
Rinse aid status0x040Fuint8 dishbrightstatus--0: No. 1: Yes.
Dishwasher salt status0x0410uint8 dishwashsaltstatus--0: No. 1: Yes.
Tank status0x0411uint8 tankstatus--0: Tank water shortage. 1: Tank full.
Cup status0x0412uint8 cupstatus--0: Detecting. 1: Cold cup. 2: Hot cup.
Device target status0x0413uint8 device_target_status--0: Cancel. 1: Start. 2: Pause.
Water shortage status0x0414uint8 water_shortage--0: Normal. 1: Water shortage.
Pot status0x0415uint8 pot_status--0: No. 1: Yes.
Preheating status0x0416uint8 preheating_status--0: No. 1: Preheating started. 2: Preheating. 3: Preheating time reached. 4: Maintaining after preheating.
Lower door status0x0417uint8 down_door_status--0: Closed. 1: Open.
Upper door status0x0418uint8 up_door_status--0: Closed. 1: Open.
Filter status five0x0419uint8 filter_status_five--0: Off. 1: Needs replacement.
Filter status four0x041Auint8 filter_status_four--0: Off. 1: Needs replacement.
Filter status three0x041Buint8 filter_status_three--0: Off. 1: Needs replacement.
Filter status two0x041Cuint8 filter_status_two--0: Off. 1: Needs replacement.
Filter status one0x041Duint8 filter_status_one--0: Off. 1: Needs replacement.
Device feature propertiesHorizontal rotation/oscillation0x0500uint8 Angle_Auto_LR_OnOff--0: Off. 1: On.
Vertical rotation/oscillation0x0501uint8 Angle_Auto_UD_OnOff--0: Off. 1: On.
Horizontal movement0x0502uint8 Position_Auto_LR_OnOff--0: Off. 1: On.
Forward/backward movement0x0503uint8 Position_Auto_FB_OnOff--0: Off. 1: On.
Vertical movement0x0504uint8 Position_Auto_UD_OnOff--0: Off. 1: On.
Anion feature0x0505uint8 Anion_OnOff--0: Off. 1: On.
Constant humidity0x0506uint8 Constant_Humidity_OnOff--0: Off. 1: On.
Sleep feature0x0507uint8 Sleep_OnOff--0: Off. 1: On.
Energy-saving feature/ECO mode0x0508uint8 ECO_OnOff--0: Off. 1: On.
Strong feature0x0509uint8 Strong_OnOff--0: Off. 1: On.
Auto feature/Smart feature0x050Auint8 Auto_OnOff--0: Off. 1: On.
Child lock feature0x050Cuint8 Child_Lock_OnOff--0: Off. 1: On.
Display feature0x050Duint8 Display_OnOff--0: Off. 1: On.
Green clean feature0x050Euint8 Green_OnOff--0: Off. 1: On.
No-straight-blowing feature/Wind-free feature0x050Fuint8 No_Straight_Blowing_OnOff--0: Off. 1: On.
Heating feature0x0510uint8 heatingfunction--0: Off. 1: On.
Cooling feature0x0511uint8 Cooling_OnOff--0: Off. 1: On.
Massage feature/Grasping feature0x0512uint8 Massage_OnOff--0: Off. 1: On.
Bubble feature0x0513uint8 Bubble_OnOff--0: Off. 1: On.
Air pressure feature0x0514uint8 Air_Pressure_OnOff--0: Off. 1: On.
Vibrating feature0x0515uint8 Vibrating_OnOff--0: Off. 1: On.
Top tube heating0x0516uint8 UP_Tube_Baking_OnOff--0: Off. 1: On.
Bottom tube heating0x0517uint8 Bottom_Tube_BakingOnOff--0: Off. 1: On.
Top and bottom tube heating0x0518uint8 Both_Tube_Baking_OnOff--0: Off. 1: On.
Heat power0x0519uint8 Heat_Power--0: Normal. 1: High. 2: Low. 3: Stir-fry. 4: High. 5: Medium-high. 6: Medium. 7: Medium-low. 8: Low. 9: Air cooling.
Keep warm0x051Auint8 Preserve_Heat_OnOff--0: Off. 1: On.
Taste/Flavor0x051Buint8 Taste--0: None. 1: Soft. 2: Medium. 3: Firm. 4: High-fiber. 5: Fine. 6: Rich. 7: Light. 8: Hot drink. 9: Cold drink. 10: Standard. 11: Hard. 12: Smooth. 13: Fragrant.
Rice type0x051Cuint8 Rice_Type--0: Standard rice. 1: Long-grain rice. 2: Short-grain rice. 3: Brown rice. 4: Fragrant rice. 5: Southern rice. 6: Northern rice.
Sweetness0x051Duint8 Sweet_Taste--0: Not sweet. 1: Standard. 2: Sweet.
Microwave feature0x051Euint8 Micro_Wave--0: Off. 1: Microwave. 2: Inverter microwave.
Light wave feature0x051Fuint8 Light_Wave--0: Off. 1: Light wave 1. 2: Light wave 2. 3: Inverter light wave. 4: Microwave. 5: Combination 1. 6: Combination 2. 7: Inverter light wave 2. 8: Inverter light wave 3. 9: Inverter light wave 4.
Deodorization feature0x0520uint8 Deodorization_OnOff--0: Off. 1: On.
Fan blade direction0x0521uint8 Fan_Direction--0: Forward. 1: Reverse.
Jog feature0x0522uint8 Step_Action_OnOff--0: Off. 1: On.
Human detection feature0x0523uint8 Human_detect_OnOff--0: Off. 1: On.
Infrared mode0x0524uint8 IR_OnOff--0: Off. 1: On.
Quick cool0x0525uint8 Quick_Fronzen_OnOff--0: Off. 1: On.
Defrost/Thaw0x0526uint8 Defrost_OnOff--0: Off. 1: On.
Antibiosis/Sterilization/Mite removal0x0527uint8 Antibiosis_OnOff--0: Off. 1: On.
Silver ion0x0528uint8 Silver_Ion_OnOff--0: Off. 1: On.
Strong wash feature0x0529uint8 Strong_Washing_OnOff--0: Off. 1: On.
Quick wash feature0x052Auint8 Quick_Washing_OnOff--0: Off. 1: On.
Off-peak electricity0x052Buint8 Off_Peak_OnOff--0: Off. 1: On.
Low temperature0x052Cuint8 Low_Temperature_OnOff--0: Off. 1: On.
Iron free0x052Duint8 Iron_Free_OnOff--0: Off. 1: On.
Ultraviolet disinfection0x052Euint8 Ultraviolet_OnOff--0: Off. 1: On.
Air dry0x052Fuint8 Air_Dry_OnOff--0: Off. 1: On.
Constant temperature0x0530uint8 Constant_Temperature_OnOff--0: Off. 1: On.
Quick stew feature0x0531uint8 Quick_Stew_OnOff--0: Off. 1: On.
Shock absorption feature0x0532uint8 Shock_Absorbtion_OnOff--0: Off. 1: Beach. 2: Grass. 3: Rubber track. 4: Road. 5: On.
Background light switch0x0533bool backgroundLightOnOff--0: Off. 1: On.
Main light switch0x0534bool mainLightOnOff--0: Off. 1: On.
Mute0x0535bool muteOnOff--0: Off. 1: On.
Humidification0x0536bool humidificationOnOff--0: Off. 1: On.
Clean feature/Washing feature0x0537uint8 Clean_OnOff--0: Off. 1: On.
Cool wind feature0x0538uint8 Cool_Wind_OnOff--0: Off. 1: On.
Hot wind feature0x0539uint8 Hot_Wind_OnOff--0: Off. 1: On.
Smart wind0x053Auint8 smartWind--0: Off. 1: Smart wind. 2: Wind follows person. 3: Wind avoids person. 4: Surround wind. 5: Care mode.
8-degree heating0x053Buint8 eightDegreeHeating--0: Off. 1: On.
Unoccupied energy saving0x053Cuint8 nobodySave--0: Off. 1: On.
Low temperature dehumidification0x053Duint8 lowtemDry--0: Off. 1: On.
Mildew proof0x053Euint8 mildewProof--0: Off. 1: On.
Electric heating feature0x053Fuint8 electricHeating--0: Off. 1: On.
Current power0x0540uint16 currentPowerwatt1The current power of the device.
Health feature0x0541uint8 healthfunction--0: Off. 1: On.
Angle0x0542uint16 angledegree1
--
Temperature0x0544uint8 tempSwtichlevel-
Music feature0x0545uint8 musicSwtich--0: Off. 1: On.
Airbag massage strength0x0546uint8 massageAirStrengthTier-
Curtain control0x0547uint8 curtainControl--0: Close curtain. 1: Open curtain. 2: Stop curtain.
Curtain open position0x0548uint8 curtainPosition%-Value range: 0–100.
Battery level status0x0549uint8 batteryStatus--0: Low battery. 1: Normal.
Action direction0x054Auint8 actionDirection1: Forward. 2: Backward. 3: Left turn. 4: Right turn. 5: Stop. 6: Stand up. 7: Sit down. 8: Ascend. 9: Descend.
Safety self-check0x054Buint8 selfCheck--0: Normal. 1: Abnormal.
High temperature unlock0x054Cuint8 highTemp_Unlock--0: Off. 1: On.
Constant temperature setting0x054Duint16 constantTemp_SetKelvin0.01The temperature range of the device.
One-click cruise time0x054Euint8 autoTime--
Remaining time for scheduled start0x054Fuint16 ReservationRemainingTime--
Scheduled remaining time0x0550uint16 ReserveLeftTime--
Timer reset0x0551uint8 timerReset--0: Off. 1: On.
Illumination0x0552uint8 illumination--0: Off. 1: On.
Local back massage0x0553uint8 backmassage--0: Off. 1: On.
Local head massage0x0554uint8 headmassage--0: Off. 1: On.
Local knee massage0x0555uint8 kneemassage--0: Off. 1: On.
Local leg massage0x0556uint8 legmassage--0: Off. 1: On.
Calf position0x0557uint8 calfposition--1: Calf up. 2: Calf down. 3: Calf up/down stop. 4: Calf extend. 5: Calf retract. 6: Calf extend/retract stop.
Airbag position0x0558uint8 massageairposition--1: Full body. 2: Arms and shoulders. 3: Back and waist. 4: Seat cushion. 5: Legs.
Back mechanism position0x0559uint8 backrestposition--1: Back mechanism up. 2: Back mechanism up stop. 3: Back mechanism down. 4: Back mechanism down stop.
3D mechanism0x055Auint8 3Dmassage--1: 3D1. 2: 3D2. 3: 3D3.
Knee position0x055Buint8 kneeposition--0: Extend. 1: Retract. 2: Stop.
Mechanism range0x055Cuint8 massagerange--1: Wide. 2: Medium. 3: Narrow.
Massage position0x055Duint8 massageposition--1: Full body. 2: Local. 3: Fixed point. 4: Shoulders. 5: Hands. 6: Legs and feet. 7: Neck. 8: Waist. 9: Limbs.
Sole roller0x055Euint8 soleroller--0: Off. 1: Slow. 2: Medium. 3: Fast. 4: On.
Recharge feature0x055Fuint8 chargeback--0: Off. 1: On.
Map track0x0560string maptrack--
Map0x0561string map--
Target spin speed0x0562uint16 targetspinspeed--
Time display type0x0563uint8 timedisplaytype--1: Display time. 2: Marquee.
Turbo0x0564uint8 turbomode--0: Off. 1: On.
Carbon monoxide self-test0x0565uint8 coteststatus--0: No. 1: Yes.
Fork rotation0x0566uint8 turnswitch--0: Off. 1: On.
Storage feature0x0567uint8 keep_function--0: Off. 1: On.
Work stage0x0568uint8 worksteps--0: Standby. 1: Pre-wash. 2: Main wash. 3: Rinse. 4: Dry. 5: End. 6: Storing.
Flip0x0569uint8 over_turn--0: Off. 1: On.
Thawing type0x056Auint8 thawing_type--0: Default. 1: -1 degree thaw. 2: 0 degree thaw. 3: 3 degree thaw.
Add steam during baking0x056Buint16 steam_baking--
Add steam during fermentation0x056Cuint16 steam_add_fermentation--
Filter reset one0x056Duint8 filter_reset_one--0: Off. 1: On.
One-button wash0x056Euint8 one_button_wash--0: Off. 1: On.
Filter reset0x056Fuint8 filter_reset--0: Off. 1: On.
Flush feature0x0570uint8 washing_switch--0: Off. 1: On.
Local recipe0x0571uint16 local_recipe--See 1.5 "Local Recipe Table".
Night light0x0572uint8 nightLight--0: Off. 1: On.
Light sensor0x0573uint8 lightSensor--0: Off. 1: On.
Natural sleep0x0574uint8 naturalSleep--0: Off. 1: On.
Heating feature0x0575uint8 heating--0: Off. 1: On.
Drying feature0x0576uint8 drying--0: Off. 1: On.
Position control0x0577uint8 motorControl--0: Stop. 1: Ascend. 2: Descend.
Mosquito repellent status0x0578uint8 mosquitoRepellentStatus--0: Insufficient. 1: Normal.
Bake color0x0579uint8 bakeColor--0: Light. 1: Medium. 2: Dark.
Backwater feature0x057Auint8 backWaterFunction--0: Off. 1: On.
Mosquito repellent feature0x057Buint8 mosquitoRepellent--0: Off. 1: On.
Heat status0x057Cuint8 heatStatus--0: Off. 1: On.
Single suck mode0x057Duint8 singleSuckMode--0: Off. 1: On.
Dual suck mode0x057Euint8 dualSuckMode--0: Off. 1: On.
Silent Mode0x057Fuint8 silentSuckMode--0: Off. 1: On.
Water control0x0580uint8 onOff--0: Off. 1: On.
Massage speed0x0581uint8 massageSpeed--
Zero gravity0x0582uint8 zeroGravity--
Manual massage0x0583uint8 massageManual--
Preparation time0x0584uint16 prepareTime--The user can cancel the last operation within the preparation time.
Other mode temperature upper limit0x0585uint16 otherTempUpLimit°C0.1
Has backwater board0x0586uint8 backWaterBoard--0: No. 1: Yes.
Door lock arming0x0587uint8 armMode--0: Not armed. 1: Armed.
Unlock method0x0588uint8 lockType--1: Fingerprint. 2: Password. 3: Card. 4: Mechanical key. 5: One-time password. 6: App unlock. 7: Combination unlock.
User permission0x0589uint8 userLimit--1: Regular user. 2: Administrator. 3: Hijack user.
Add lock user0x058Auint8 userID uint8 lockType--userID: 0 indicates that the user ID is added by the lock. Other values indicate adding the user with the specified userID. lockType: The unlock method.
Delete lock user0x058Buint8 userID uint8 lockType--userID: 0 indicates that the user ID is deleted by the lock. Other values indicate deleting the user with the specified userID. lockType: The unlock method.
Configure user permission0x058Cuint8 userID uint8 lockType uint8 userLimit--userID: The key ordinal number. lockType: The unlock method. userLimit: The user permission.
Add one-time password0x058Duint8 len uint8 pwd[]--len: The password length. 0 indicates that the password is generated by the lock. pwd: The issued password.
Key validity period0x058Euint8 userID uint8 lockType uint8 period uint32 startTime uint32 expiredTime uint16 activeTimePerDay uint16 inactiveTimePerDay--userID: The user ordinal number. lockType: The unlock method. period: The validity period. bits 0–6 represent Sunday to Saturday. startTime: The key effective time in Unix time. expiredTime: The key expiration time in Unix time. activeTimePerDay: The daily effective time for the key. inactiveTimePerDay: The daily expiration time for the key.
Lock panel operation0x058Fuint8 onOff--0: Off. 1: On.
Auto lock0x0590uint8 autoLock--0: Off. 1: On.
Door lock dual authentication0x0591uint8 doubleCheck--0: Off. 1: On.
Locked from the outside0x0592uint8 outLockState--0: Off. 1: On.
Door lock sleep start time0x0593uint16 sleepStartTime--The start time for the door lock sleep mode. 0x0000 = 00:00.
Door lock sleep end time0x0594uint16 sleepEndTime--The end time for the door lock sleep mode. 0x0600 = 06:00.
Unlocked alert status0x0595uint8 onOff--0: Off. 1: On.
Unlocked alert delay time0x0596uint8 delayTimeminute-The alert delay time in minutes.
Tamper alert status0x0597uint8 onfOff--0: Off. 1: On.
Tamper alert trigger count0x0598uint8 count--Triggers a lockout alert after multiple failed attempts
Tamper alert recovery time0x0599uint8 resumeTime--The recovery time in minutes.
Verify operation password0x059Auint8 len uint8 pwd[]--len: The password length. pwd: The issued password.
Filter reset two0x059Buint8 onOff--0: Off. 1: On.
Daily effective time0x059Cuint16 activeTimePerDay--The daily effective time. 0x0600 = 06:00.
Daily expiration time0x059Duint16 inactiveTimePerDay--The daily expiration time. 0x0600 = 06:00.
Key effective time0x059Euint32 startTimesecond-startTime: The key effective time in Unix time.
Key expiration time0x059Fuint32 expiredTimesecond-expiredTime: The key expiration time in Unix time.
Weekly effective date0x05A0uint8 entryinfoForceTime--The validity period. bits 0–6 represent Sunday to Saturday.
Night light effective time0x05A1uint16 nightLightStartTimeThe night light effective time. 0x2000 = 20:00.
Night light end time0x05A2uint16 nightLightEndTimeThe night light expiration time. 0x0600 = 06:00.
Dry waste bin0x05A3uint8 residua--0: Off. 1: On.
Wet waste bin0x05A4uint8 householdFood--0: Off. 1: On.
Recyclable waste bin0x05A5uint8 recyclable--0: Off. 1: On.
Hazardous waste bin0x05A6uint8 hazardous--0: Off. 1: On.
Sleep type0x05A7uint8 weekperiod--0: Off. 1: General. 2: Elderly. 3: Youth. 4: Children.
Moist cold feature0x05A8uint8 moistColdOnOff--0: Off. 1: On.
Indoor cleaning0x05A9uint8 inCleanOnOff--0: Off. 1: On.
Outdoor cleaning0x05AAuint8 outCleanOnOff--0: Off. 1: On.
Grinding feature0x05ABuint8 brokenOnOff--0: Off. 1: On.
One-click sync0x05ACuint8 oneClickSync--0: Off. 1: On.
Drying setting0x05ADuint8 drygingSetting--0x00: None. 0x01: Air dry. 0x02: Ready to wear. 0x03: Extra dry. 0x04: 30 minutes. 0x05: 60 minutes. 0x06: 90 minutes. 0x07: 120 minutes. 0x08: 150 minutes. 0x09: 180 minutes.
Current step0x05AEuint8 currentStep--1: End. 2: Dry. 3: Dehydrate. 4: Rinse. 5: Main wash. 6: Pre-wash. 7: Weigh. 8: Reserved.
Lid switch0x05AFuint8 lidSwitch--0: Off. 1: On.
Water switch0x05B0uint8 waterSwitch--0: Off. 1: On.
Water type0x05B1uint8 waterType--1: Tap water. 2: Purified water.
Heating time0x05B2uint16 heatTimeminute0.1
Concentration0x05B3uint8 concentration--0: High. 1: Medium. 2: Low.
Ice thickness0x05B4uint8 IceThickness--1: Thin ice. 2: Medium ice. 3: Thick ice.
Cooling mode0x05B5uint8 coolingMode--1: Water cooling. 2: Air cooling.
All day switch0x05B6uint8 allDay--0: Off. 1: On.
Delete key0x05B7uint8 deletedLockType0xFF: All types. 0x01: Fingerprint. 0x02: Password. 0x03: Card. 0x04: Mechanical key. 0x05: One-time password. 0x06: App unlock. 0x07: Combination unlock.
Pressure keeping time0x05B8uint8 keepPressureTimeminute-
Sleep breathing quality0x05B9uint16 sleepQuality--
Sleep breathing index0x05BAuint16 sleepQualityIndex--
Time to fall asleep0x05BBuint16 toSleepTimeminute-
Force mode0x05BCuint8 forceMode--0: Off. 1: On.
Variable temperature space0x05BDuint8 variableTemperatureSpace0: None. 1: Fresh. 2: Zero-degree fresh. 3: Ice-fresh. 4: Mother and baby. 5: Zero-degree preservation. 6: Original fresh.
Steaming time0x05BEuint8 steamingTimeminute-
Mixing time0x05BFuint8 mixingTimeminute-
Boiling water switch0x05C0uint8 boilingWater--0: Off. 1: On.
Disinfection switch0x05C1uint8 disinfection--0: Off. 1: On.
Cooling switch0x05C2uint8 coolSwitch--0: Off. 1: On.
Stewing time0x05C3uint16 stewTimeminute-
Dechlorination time0x05C4uint8 dechlorinationTimeminute-
Medium temperature mode0x05C5uint8 midtempSwitch-0: Off. 1: On.
Rotation0x05C6uint8 turningSwitch--0: Off. 1: On.
Error alarm0x05C7uint8 wrongAlarm--0: No alarm (normal state). 1: Temperature sensor open circuit. 2: Temperature sensor short circuit.
ASR control0x0600uint16 asrwords[20]ASR control instruction.
Key control0x0601uint8 keycode[4]keycode
Head control0x0602uint8 headControl--0: Rise. 1: Lower. 2: Stop.
Intelligent memory0x0603bool intelligentMemory--0: Off. 1: On.
Temperature locking0x0604bool temperatureLocking--0: Off. 1: On.
Energy-saving clean soak0x0605bool energyConservation--0: Off. 1: On.
Brushing count0x0606uint8 brushTimecount-
Brushing score0x0607uint8 brushScorepoint-
Area change reminder interval0x0608uint8 areaChangeGapsecond-
Kneading switch0x0609bool kneadingSwitch--0: Off. 1: On.
Kneading speed0x060Auint8 kneadingSpeed
Tuina switch0x060Bbool massageSwitch--0: Off. 1: On.
Calf airbag switch0x060Cbool calfAirBagSwitch--0: Off. 1: On.
Arm airbag switch0x060Dbool armAirBagSwitch--0: Off. 1: On.
Hip airbag switch0x060Ebool hipAirBagSwitch--0: Off. 1: On.
Backrest up/down0x060Fuint8 backUpDown--
Soft wind feature0x0610bool softWindMode0: Off. 1: On.
Vertical sweep0x0611uint8 verticalMode0: Off. 1: Full room sweep. 2: Upward airflow. 3: Downward airflow.
Vertical fixed position0x0612uint8 upDownlAngleSelect0: Off. 1: Fixed at current position. 2: Fixed at upper position. 3: Fixed at upper-middle position. 4: Fixed at middle position. 5: Fixed at lower-middle position. 6: Fixed at lower position.
Horizontal sweep0x0613uint8 horizontalMode0: Off. 1: Full room sweep. 2: Left airflow. 3: Center airflow. 4: Right airflow. 5: Wide-angle airflow. 6: Left-biased airflow. 7: Right-biased airflow.
Horizontal fixed position0x0614uint8 leftRightlAngleSelect0: Off. 1: Fixed at current position. 2: Fixed at left position. 3: Fixed at left-middle position. 4: Fixed at middle position. 5: Fixed at right-middle position. 6: Fixed at right position. 7: Fixed at wide-angle left position. 8: Fixed at wide-angle right position.
Suction power0x0615uint8 fanLevel
Roller brush life0x0616uint8 brushLife
Reset roller brush0x0617bool rollBrushReset--0: Off. 1: On.
Water level0x0618uint8 waterLevvel
Wind follows temperature0x0619bool tempWindSwitch0: Off. 1: On.
Timed off minute (tens digit)0x061Auint8 timingOffMinute0: zero. 1: ten minutes. 2: twenty minutes. 3: thirty minutes. 4: forty minutes. 5: fifty minutes. 6: clear timed shutdown one. 7: clear timed shutdown two.
Timed off hour0x061Buint8 timingOffHour
Timed off minute (units digit)0x061Cuint8 timingOffMinuteEx
Timed on minute (tens digit)0x061Duint8 timingOnMinute0: zero. 1: ten minutes. 2: twenty minutes. 3: thirty minutes. 4: forty minutes. 5: fifty minutes. 6: clear timed startup one. 9: clear timed startup two.
Timed on hour0x061Euint8 timingOnHour
Timed on minute (units digit)0x061Fuint8 timingOnMinuteEx
Environmental temperature feedback0x0620uint8 temperatureFeedback
Tuina speed0x0621uint8 massageTempo
Medium temperature0x0622uint16 mediumTemp°C1
Dorsal control0x0623uint8 dorsalControl0: Ascend. 1: Descend. 2: Stop. 3: Lie flat.
Leg control0x0624uint8 legControl0: Ascend. 1: Descend. 2: Stop. 3: Lie flat.
Mosquito killing feature0x0625uint8 killMosquitoes_OnOff0: On. 1: Off.
360-degree oscillation0x0626uint8 angleAutoAllOnOff0: Off. 1: On.
Current water temperature0x0627uint16 currentTemperature°CMax: 49. Min: 1. Step size: 1.
Air dry time0x0628uint16 airdryTime
Disinfection time0x0629uint16 ultravioletTime
Cold water switch0x062Auint8 getcoldwaterSwitch0: Off. 1: On.
Hot water switch0x062Buint8 gethotwaterSwitch0: Off. 1: On.
Keep warm switch0x062Cuint8 heatpreservation0: Off. 1: On.
Cold water dispense time0x062Duint16 getcoldwaterTimesecond10-60
Hot water dispense time0x062Euint16 gethotwaterTimesecond10-60
Immersion feature0x062Fuint8 immersion0: Off. 1: On.
Night light brightness0x0630uint16 lampLightnessNone10-100
Internal temperature0x0631uint16 innerTemperature°C10-100
External temperature0x0632uint16 outerTemperature°C10-100
Brush head longevity0x0633uint16 brushLongevityday10-90
Brushing duration0x0634uint16 brushLengthminute10-10
Brushing start position0x0635uint16 brushstartPositionTo be updated.
Lower layer heating level0x0636uint8 lowerlayerHeatlevellevel-Lower layer heating level.
Flushing0x0637uint8 flushing0: Off. 1: On.
Minor surge0x0638uint8 smallFlushing0: Off. 1: On.
Water temperature level0x0639uint16 waterTemp0-5
Wind temperature level0x063Auint16 windTemp0-5
Seat temperature level0x063Buint16 seatTemp0-5
Water pressure0x063Cuint16 waterGage1-5
Nozzle location0x063Duint16 nozzleLocation1: Back. 2: Back-middle. 3: Middle. 4: Front-middle. 5: Front.
Feminine wash feature0x063Euint8 womanWash0: Off. 1: On.
Hip wash feature0x063Fuint8 hipWash0: Off. 1: On.
Drying feature0x0640uint8 Dry0: Off. 1: On.
Free wash feature0x0641uint8 freeWash0: Off. 1: On.
Hip bath feature0x0642uint8 hipBath0: Off. 1: On.
Child wash feature0x0643uint8 childWash0: Off. 1: On.
One-key stop0x0644uint8 oneKeystop0: Off. 1: On.
Large flush with closed lid0x0645uint8 flushingCloseroof0: Off. 1: On.
Small flush with closed lid0x0646uint8 smallFlushcloseroof0: Off. 1: On.
Closed lid control0x0647uint8 closeroof0: Off. 1: On.
Toilet Seat Controls0x0648uint8 heatRing0: Off. 1: On.
One-key auto0x0649uint8 oneKeyauto0: Off. 1: On.
Move clean0x064Auint8 moveClean0: Off. 1: On.
Wide-Range Forced Scrubbing0x064Buint8 wideClean0: Off. 1: On.
Silver ion sterilization0x064Cuint8 silverSterilization0: Off. 1: On.
360-degree sterilization0x064Duint8 allSterilization0: Off. 1: On.
UV sterilization0x064Euint8 uvSterilization0: Off. 1: On.
Clean mode0x064Fuint8cleanMode0: Self-cleaning. 1: Hot air sterilization.
Power-on time0x0650uint16openTimeminute1
Power-off time0x0651uint16closeTimeminute1
Quick frozen0x0652uint8 quickFrozenOnOff0: Off. 1: On.
Quick frozen time0x0653uint16 quickFrozenTimehour1Value range: 1-10.
Remaining time for scheduled start0x0654uint16 AppointmentTimesecond10-1800
Charging status0x0655uint8 Chargingstatus0 (not charging), 1 (charging), 2 (fully charged)
Disinfection count0x0656uint16 WorkCountcount0-65535
Cooking time0x0657uint8 SetTimemin0.5-99
Cooking temperature0x0658uint8 SetTempFile1-6
Cooking speed0x0659uint8 SetSpeedTier1-6
Steam feature0x065Auint8 steam Function0: Off. 1: On.
Auto clean0x065Buint8 autoClean0: Off. 1: On.
0x065C
Leg control angle0x065DanglelegControldegree0-60
Dorsal control angle0x065EangledorsalControldegree0-60
Sync control0x065Fuint16 synControl0: Ascend, 1: Descend, 2: Stop
Appointment bath0x0660uint8 appointmentBath0: Off. 1: Morning bath. 2: Night bath. 3: Morning + Night bath. 4: All day.
Morning bath start time0x0661uint16 morningBathStartminute-0-1440
Morning bath end time0x0662uint16 morningBathendminute-0-1440
Night bath start time0x0663uint16 nightBathstartminute-0-1440
Night bath end time0x0664uint16 nightBathendminute-0-1440
Cyclic sterilization0x0665uint8 cyclic Sterilization--0: Off. 1: On.
Appointment wash0x0666uint8 appointmentWash0: Off. 1: Morning wash. 2: Night wash. 3: Morning + Night wash. 4: All day.
Injector clean0x0667uint8 InjectorClean0: Off. 1: On.
Thermal switch0x0668uint8 TempSensor0: Off. 1: On.
Light sensor switch0x0669uint8 LightSense0: Off. 1: On.
Auto flushing0x066Auint8 AutoFlushing0: Off. 1: On.
Auto flip0x066Buint8 AutoFlip0: Off. 1: On.
Sitting status0x066Cuint16 SittingStatus0: Not seated. 1: Seated.
Seat heat status0x066Duint16 SeatHeatStatus0: Not heating. 1: Heating.
Human sensor0x066Euint8 HumanSensor0: Off. 1: On.
Deodorization status0x066Fuint8 Deodorization0: Off. 1: On.
Smart temp control feature0x0670uint8 smartTempControl0: Off. 1: On.
Fast inhale feature0x0671uint8 fastInhale0: Off. 1: On.
Instant heat working time0x0672uint16 hotworkingTimeminute-0-1440
Hip washing water pressure0x0673uint8 hipWashinglevel-0-100
Feminine washing water pressure0x0674uint8 WomanWashing Archive -0-100
Hip wash nozzle position0x0675uint16 hipwashNozzle1: Back. 2: Back-middle. 3: Middle. 4: Front-middle. 5: Front.
Feminine wash nozzle position0x0676uint16 womanwashNozzle1: Back. 2: Back-middle. 3: Middle. 4: Front-middle. 5: Front.
Softening count0x0677uint16 softwashTimecount0-100
Enhanced drying0x0678uint16 enhancedDrying0: Off. 1: On.
Enhanced washing0x0679uint16 enhancedWashing0: Off. 1: On.
Fresh air feature0x067Auint16 freshAir0: Off. 1: On.
Pet wind level0x068Buint8 petWindFresh: 0, Storm: 1
Momo Pao0x068Cuint8 momoSoak0: Off. 1: On.
Sandi Lighting0x068Duint8 3dLight0: Off. 1: On.
Cooking duration0x068Euint16 CookingTimeminute0-255, step size 1
Braise time0x068Fuint8 braiseTimeminute0-255, step size 1
Pot temperature0x0690uint8 pottemperaturedegree0-255, step size 1
Add food countdown0x0691uint8 addfoodcountdownminute0-255, step size 1
Instant heat working time0x0692uint16 Hotworkingtimeminute0-720, step size 1
One-key fat removal0x0693uint8 fatGoaway0: Off. 1: On.
Shake speed0x0694uint16 shakeSpeedlevel0-100, step size 1
Volume control0x0695uint16 volumeControl0: Volume up. 1: Volume down.
Content switch0x0696uint16 contentSwitch0: Previous. 1: Next.
Playback control0x0697uint8 playControl0: Play. 1: Pause.
Holiday feature0x0698uint16 holidayFunction0: Off. 1: On.
Fresh-keeping feature0x0699uint16 freshkeeping Function0: Off. 1: On.
Fruits and vegetables feature0x069Auint16 fruitsFunction0: Off. 1: On.
Freezing feature0x069Buint16 freezingFunction0: Off. 1: On.
Atmosphere lamp0x069Cuint16 atmosphereLamp0: Off. 1: On.
Point movement feature0x069Cuint16 pointMovement0: Off. 1: On.
Water injection volume0x069Duint16 waterInjection[0-100]
Zero cold water temperature0x069Euint16 coldwaterTemperaturedegree[0-60] (default 30)
Appointment start time0x069Fuint16 appointStartminute[0-1440]
Appointment end time0x06A0uint16 appointEndminute[0-1440]
Water Flow Control0x06A1uint16 waterDischarge[0-100]
Heating status0x06A2uint16 heatingStatusOff: 0. On: 1.
Antifreeze status0x06A3uint16 antifreezeStatusNormal: 0. Antifreeze: 1.
Thermostat status0x06A4uint16 thermostatStatusDisconnected: 0. Connected: 1.
Flame size state0x06A5uint16 flamesizeState[0-100]
Steaming and baking feature0x06A6uint16 steamingBaking0: empty. 1: steam. 2: steamHotWind. 3: upDownGrill. 4: airConvection. 5: threeDimensionalGrill. 6: bottomGrill. 7: laminaGrill. 8: doubleUpTube. 9: infraredGrill. 10: cleaning. 11: steamdisinfection.
Target calories0x06A7unit16 targetCalories[0-65535]
Cloud recipe status0x06A8unit16 CloudRecipeStatusEnd: 0. Start: 1.
Fascia gunHit count0x06A9uint16 hitCount0-65535, step size: 1
Current temperature0x06AAuint16 CuTemperature0-65535, step size: 1
Massage control0x06ABuint8 massageControl0: Start massage. 1: Stop massage.
Smart windowWindow operation mode0x06ACuint8 WindowOperateMode0: Close window. 1: Open window. 2: Pause. 3: Flip.
Warning tone0x06ADuint8 WarningTone0: Disable warning tone. 1: Enable warning tone.
Fascia gunMassage gun speed0x06AEuint16 MassageGunSpeed600-3500, step size: 10
Automatic soap dispenserHand washes today0x06AFuint16 WashHandOften[0-65535]
Soy milk makerOpen cover status0x06B0uint8 OpenCoverStatus0: Allowed to open cover. 1: Not allowed to open cover.
Open cover reminder0x06B1uint8 OpenCoverReminder0: Lock cover. 1: Legal cover opening. 2: Illegal cover opening.
Water dispenserTarget refrigeration temperature0x06B2uint8 targetRefrigerationtemp°C[0-40]
Target heating temperature0x06B3uint8 targetheatTemp°C[0-100]
Total dissolved solids value0x06B4uint32 TDS[0-42949673.0]
Wash finished0x06B5uint8 washFinished0: Wash finished failed. 1: Wash finished.
Target water yield0x06B6uint16 targetWaterYieldml[0-9999]
Smart windowWindow control0x06B7uint8 windowControl0: Continue. 2: Pause.
Flip control0x06B8uint8 flipControl0: None. 3: Flip.
Uterus warming beltAbdominal temperature0x06B9uint16 waistTemperature°C[0-100]
Waist temperature0x06BAuint16 abdominalTemperature°C[0-100]
Fever area0x06BBuint16 feverArea1: Abdomen. 2: Waist. 3: Both on.
Abdominal current temperature0x06BCuint16 waistCurrentTemp°C[37.0-65.0]
Waist current temperature0x06BDuint16 abdominalCurrentTemp°C[37.0-65.0]
Smart water cupCurrent water volume0x06BEuint16 waterVolumeml[0.0-6000.0]
Drink volume0x06BFuint16 drinkVolumeml[0.0-6000.0]
Smart jump ropeTrip number0x06C0uint16 tripNumbercount[0-65535]
Current frequency0x06C1uint16 currentFrequencyRPM[0-65535]
Average frequency0x06C2uint16 averageFrequencyRPM[0-65535]
Highest frequency0x06C3uint16 highestFrequencyRPM[0-65535]
Maximum Consecutive Count0x06C4uint16 maxNumberConsecutivecount[0-65535]
Cumulative number0x06C5uint16 cumulativeNumbercount[0-65535]
Water heaterInverter Rapid Heating0x06C6uint8 changeRate0: Off. 1: On.
Auto power off0x06C7uint8 autoPower0: Off. 1: On.
High temperature bacteriostasis0x06C8uint8 highTemperature0: Off. 1: On.
Timing set week0x06C9uint8 timingSetWeek0: Sunday. 1: Monday. 2: Tuesday. 3: Wednesday. 4: Thursday. 5: Friday. 6: Saturday.
Bath temperature0x06CAuint8 bathTemperature°C[0-100]
Heating temperature0x06CBuint8 floorTemperature°C[0-100]
Heating mode0x06CCuint8 heatingMode0: All day. 1: Workday 1. 2: Workday 2. 3: Economy. 4: Elderly. 5: Night shift. 6: Children.
Fan switch0x06CDuint8 windMachinePower0: Off. 1: On.
Water pump switch0x06CEuint8 waterMachinePower0: Off. 1: On.
Antifreezing setting0x06CFuint8 antifreezingSetting0: Off. 1: On.
Temperature controller setting0x06D0uint8 temperatureControllerSetting0: Disconnected. 1: Connected.
Dishwasher Water inlet switch 0x06D1uint8 waterIntakeSetting0: Off. 1: On.
Drain Switch0x06D2uint8 bleedWaterSetting0: Off. 1: On.
Hatch switch 0x06D3uint8 hatchDoorSetting0: Off. 1: On.
Disk Bay0x06D4uint8 dishesClassSetting0: Standby. 1: Quick wash. 2: Standard wash. 3: Enhanced wash.
Smart jump ropeCalories0x06D5unit16 caloriescalorie[0-65535]
Device propertiesBattery life0x06D6unit16 batteryLifeMin[0-65535]
Dispensing time0x06D7unit8 transudatesTimesecond0-10
Remaining Count0x06D8unit16 residueDegreecount0-1500
Wash times0x06D9unit16 washTimescount0-1500
Drink Water Reminder 10x06DAunit16 waterClockOnemin0-3600
Drink Water Reminder 20x06DBunit16 waterClockTwo1: 6-cup mode. 2: 7-cup mode. 3: 8-cup mode. 4: 9-cup mode. 5: 10-cup mode. 6: None.
Recipe code0x06DCunit16 recipeCode1-65535
Instruction length0x06DDunit16 recipeActionSize0-65535
Recipe Instructions 0x06DEint32 recipeAction
Auto boiling0x06DFunit8 autoBoiling0: Off. 1: On.
Manual boiling0x06E0unit8 manualBoiling0: Off. 1: On.
Tea table On/Off0x06E1unit8 teaTableOnOff0: Off. 1: On.
Warm feet gear0x06E2unit8 warmFeetGear0-10
Intelligent Upgrade0x06E3unit8 intellectChangeSize0: Off. 1: On.
Intelligent Variable Frequency 0x06E4unit8 intellectfrequency conversion0: Off. 1: On.
Single cycle0x06E5unit8 singleCycle0: Off. 1: On.
Instant hot water 0x06E6unit8 noneColdWater0: Off. 1: On.
Safety protection0x06E7unit8 safety0: Off. 1: On.
AI dry clean0x06E8unit8 AIdryClean0: Off. 1: On.
Intelligent housekeeper0x06E9unit8 IntelligentHousekeeper0: Off. 1: On.
Smoke follow0x06EAunit8 smokeFollow0: Off. 1: On.
Operation name0x06EBunit16 opreationName
Pulse strength0x06ECunit8 pulseStrength0-100
Position0x06EDunit32 position0-65536
Breathing light0x06EFunit8 BLNcontrol0: Off. 1: On.
Left runtime0x06F0unit32 leftRunTime0-260000
Right runtime0x06F1unit32 rightRunTime0-260000
Auto disinfect0x06F2unit8 autoDisinfect0: Off. 1: On.
Manual Disinfection0x06F3unit8 manualDisinfect0: Off. 1: On.
Timing feature0x06F4unit8 timingFunction0: Off. 1: On.
Cancel status0x06F5unit8 cancelStatus0: Not cancelable. 1: Cancelable.
Self-cleaning status0x06F6unit8 selfCleaningStatus0: With self-cleaning. 1: Without self-cleaning.
Carry tips0x06F7unit8 carryTips0: Off. 1: On.
Replace tips0x06F8unit8 replaceTips0: Off. 1: On.
Bedtime tips0x06F9unit8 bedtimeTips0: Off. 1: On.
Keep warm left time0x06FAunit16 keepWarmLeftTime0-65535
Deep save energy0x06FBunit8 deepSaveEnergy0: Off. 1: On.
Custom Temperature 10x06FCunit16 temperatureOne0255
Custom Temperature 20x06FDunit16 temperatureTwo0255
Temperature three0x06FEunit16 temperatureThree0255
Temperature four0x06FFunit16 temperatureFour0255
Temperature five0x0701unit16 temperatureFive0255
Red light On/Off0x0702unit8 redLightOnOff0: Off. 1: On.
Drink water remind times0x0703unit8 drinkWaterRemindTimes1-24
Comprehensive Tier0x0704unit8 fullGearUp1-5
Full gear down0x0705unit8 fullGearDown1-5
Cloud recipe done parameter0x0706unit8 cloudRecipeDoneParameter
Sitting posture adjustment0x0707unit8 sittingUpDown131: Ascend. 2: Descend. 3: Stop.
Close lid flushing0x0708unit8 closeRoofFlushing0: Off. 1: On.
Leave seat flushing0x0709unit8 leaveSeatFlushing0: Off. 1: On.
Fragrant bubbles0x070Aunit8 fragrantPawpaw0: Off. 1: On.
Auto fragrant bubbles0x070Bunit8 autoFragrantBubbles0: Off. 1: On.
Tier upgrade0x070Cunit8 changeLitreGear1-5
Auto night light0x070Dunit8 autoNightLight0: Off. 1: On.
Drinking times0x070Eunit16 drinkingTimes0-65535
Brush start zone0x070Funit8 brushStartZone
Area change On/Off0x0710unit8 areaChangeOnOff0: Off. 1: On.
Delay start time0x0711unit8 delayStartTime0-60
LR hand setting0x0712unit8 LRhandSetting0: Left hand. 1: Right hand.
Current brush surface0x0713unit8 currentBrushSurface
Current brush area0x0714unit8currentBrushArea
Replace reset0x0715unit8 replaceReset0: Off. 1: On.
Replace time0x0716unit16 replaceTime0-255
Carry prompt time0x0717unit16 carryPromptTime
Bedtime prompt time0x0718unit8 bedtimePromptTime
Upper Chamber Disinfection0x0719unit8 upDisinfection
Basement Disinfection 0x071Aunit8 downDisinfection
Upper Chamber Time Remaining 0x071Bunit16 upLefttime
Session Time Remaining 0x071Cunit16 downLeftime
Degerming time0x071Dunit16 degermingTime
Hot wind time0x071Funit16 hotwindTime
Cool wind time0x0720unit16 coolwindTime
Upper-layer status0x0721unit8 upWorkstatus
Lower-layer status0x0723unit8 downWorkstatus
Disinfection reminder0x0724unit8 disinfectionReminder