Standard Status Set

Last Updated on : 2022-01-13 03:45:07download

This topic describes the standard status set of induction cookers (dcl).

Status to be sent and reported

Code
Name
Type
Description
mode Working mode Enum { “range”: [ “chips”, “drumsticks”, “shrimp”, “fish”, “ribs”, “meat” ]}
appointment_time Appointment time Integer { “unit”: “min”, “min”: 1, “max”: 360, “scale”: 0, “step”: 1}
cook_temperature Cooking temperature Integer { “unit”: “℃”, “min”: 0, “max”: 500, “scale”: 0, “step”: 1}
cook_power Cooking power Integer { “unit”: “w”, “min”: 0, “max”: 5000, “scale”: 0, “step”: 1}
switch Switch Boolean {}
pause Pause or continue Boolean {}
cloud_recipe_number The number of cloud recipes Integer { “min”: 0, “max”: 999999, “scale”: 0, “step”: 1}
start Start Boolean {}
cook_time Cooking time Integer { “unit”: “min”, “min”: 1, “max”: 360, “scale”: 0, “step”: 1}

Status only to be reported

Code
Name
Type
Description
temp_current Current temperature in °C Integer { “unit”: “℃”, “min”: 0, “max”: 500, “scale”: 0, “step”: 1}
status Working status Enum { “range”: [“standby”, “appointment”, “cooking”, “done” ]}
remain_time The remaining time Integer { “unit”: “min”, “min”: 0, “max”: 360, “scale”: 0, “step”: 1}
cooking_history Cooking history Integer { “min”: 0, “max”: 999999, “scale”: 0, “step”: 1}