电磁炉(dcl)标准状态集

更新时间:2022-01-13 03:45:07下载pdf

支持下发和上报的状态

Code
名称
取值类型
取值说明
mode 工作模式 Enum { “range”: [ “chips”, “drumsticks”, “shrimp”, “fish”, “ribs”, “meat” ]}
appointment_time 预约时间 Integer { “unit”: “min”, “min”: 1, “max”: 360, “scale”: 0, “step”: 1}
cook_temperature 烹饪温度 Integer { “unit”: “℃”, “min”: 0, “max”: 500, “scale”: 0, “step”: 1}
cook_power 烹饪功率 Integer { “unit”: “w”, “min”: 0, “max”: 5000, “scale”: 0, “step”: 1}
switch 开关 Boolean {}
pause 暂停/继续 Boolean {}
cloud_recipe_number 云菜谱清单 Integer { “min”: 0, “max”: 999999, “scale”: 0, “step”: 1}
start 启动 Boolean {}
cook_time 烹饪时间 Integer { “unit”: “min”, “min”: 1, “max”: 360, “scale”: 0, “step”: 1}

仅支持上报的状态

Code
名称
取值类型
取值说明
temp_current 当前温度 Integer { “unit”: “℃”, “min”: 0, “max”: 500, “scale”: 0, “step”: 1}
status 工作状态 Enum { “range”: [“standby”, “appointment”, “cooking”, “done” ]}
remain_time 剩余时间 Integer { “unit”: “min”, “min”: 0, “max”: 360, “scale”: 0, “step”: 1}
cooking_history 烹饪历史 Integer { “min”: 0, “max”: 999999, “scale”: 0, “step”: 1}