空调(kt) 标准状态集

更新时间:2022-01-13 03:17:23下载pdf

本文为您介绍空调(kt) 标准状态集。

支持下发和上报的状态

Code 名称 数据类型 取值约束 说明
switch 开关 Boolean {}
temp_set 设置摄氏温度 Integer {“min”:0,“unit”:“℃”,“scale”:0,“max”:50,“type”:“value”,“step”:1}
temp_set_f 设置华氏温度 Integer {“unit”:“℉”,“min”:0,“max”:100,“scale”:0,“step”:1}
mode 工作模式 Enum {“range”:[“auto”,“cold”,“hot”,“wet”,“wind”,“eco”]}
windspeed 风速档位 Enum {“range”:[“1”,“2”,“3”,“4”,“5”,“6”]}
fan_speed_enum 风速模式 Enum {“range”:[“low”,“mid”,“high”,“auto”,“strong”]}
mode_auto 自动模式 Boolean {}
mode_eco ECO 模式 Boolean {}
mode_dry 干燥模式 Boolean {}
mode_ventilation 换气模式 Boolean {}
anion 负离子 Boolean {}
heat 辅热 Boolean {}
light 灯光 Boolean {}
lock 童锁 Boolean {}
windshake 风摆 Enum {“range”:[“horizontal”,“vertical”]}
beep 蜂鸣 Boolean {}
humidity_set 设置湿度 Integer {“min”:0,“unit”:“%”,“scale”:0,“max”:100,“type”:“value”,“step”:1}
temp_unit_convert 温标切换 Enum {“range”:[“c”,“f”]}
countdown_set 倒计时 Enum {“range”:[“cancel”,“1h”,“2h”,“3h”,“4h”,“5h”,“6h”]}
c_f 温标切换 Enum {“range”:[“C”,“F”]} 仅老版本支持
countdown 倒计时 Enum {“range”:[“cancel”,“1”,“2”,“3”,“4”,“5”,“6”]} 仅老版本支持

仅支持上报的状态

Code 名称 数据类型 取值约束 说明
temp_current 当前摄氏温度 Integer {“min”:-20,“scale”:0,“unit”:“℃”,“max”:100,“step”:1}
temp_current_f 当前华氏温度 Integer {“unit”:“℉”,“min”:-40,“max”:200,“scale”:0,“step”:1}
work_status 工作状态 Enum {“range”:[“heating”,“cooling”,“ventilation”,“off”]}
humidity_current 当前湿度 Integer {“min”:0,“scale”:0,“unit”:“%”,“max”:100,“step”:1}
countdown_left 倒计时剩余时间 Integer {“min”:0,“scale”:0,“unit”:“min”,“max”:360,“step”:1}
status 工作状态 Enum {“range”:[“1”,“2”,“3”,“off”]} 仅老版本支持