温控器(wk)标准指令集

更新时间:2022-01-18 03:38:39下载pdf

本文为您介绍温控器(wk)标准指令集

Code 名称 数据类型 数据类型 说明
switch 开关 Boolean {}
mode 工作模式 Enum {“range”:[“cold”,“hot”,“wind”,“comfortable”,“energy”,“auto”,“holiday”,“eco”,“manual”,
“sleep”,“dry”,“program”,“floor_heat”,“auxiliary_heat”]}
eco ECO 模式 Boolean {}
anion 负离子 Boolean {}
light 灯光 Boolean {}
sound 声音 Boolean {}
factory_reset 恢复出厂设置 Boolean {}
window_check 开窗检测 Boolean {}
sleep 睡眠功能 Boolean {}
frost 防霜冻功能 Boolean {}
valve_check 阀门检测 Boolean {}
switch_vertical 上下摆风开关 Boolean {}
switch_horizontal 左右摆风开关 Boolean {}
fan_horizontal 左右摆风角度 Enum {“range”:[“30”,“90”]}
fan_vertical 上下摆风角度 Enum {“range”:[“30”,“90”]}
temp_set 目标摄氏温度 Integer {“unit”:“℃”,“min”:5,“max”:40,“scale”:0,“step”:1}
upper_temp 设置摄氏温度上限 Integer {“unit”:“℃”,“min”:20,“max”:40,“scale”:0,“step”:1}
lower_temp 设置温度下限 Integer {“unit”:“℃”,“min”:0,“max”:20,“scale”:0,“step”:1}
temp_set_f 目标华氏温度 Integer {“unit”:“℉”,“min”:32,“max”:104,“scale”:0,“step”:1}
upper_temp_f 设置华氏温度上限 Integer {“unit”:“℉”,“min”:70,“max”:104,“scale”:0,“step”:1}
lower_temp_f 设置华氏温度下限 Integer {“unit”:“℉”,“min”:32,“max”:70,“scale”:0,“step”:1}
capacity_set 功率设置 Enum {“range”:[“2000W”,“3000W”,“5000W”]}
temp_correction 温度校准 Integer {“min”:-9,“max”:9,“scale”:0,“step”:1}
level 档位 Enum {“range”:[“low”,“middle”,“high”,“auto”,“closed”]}
work_days 工作日设置 Enum {“range”:[“5_2”,“6_1”,“7”]}
holiday_temp_set 假日模式摄氏温度设置 Integer {“unit”:“℃”,“min”:0,“max”:40,“scale”:0,“step”:1}
holiday_temp_set_f 假日模式华氏度温度设置 Integer {“unit”:“℉”,“min”:32,“max”:104,“scale”:0,“step”:1}
holiday_days_set 假日模式天数设置 Integer {“unit”:“day”,“min”:0,“max”:99,“scale”:0,“step”:1}
holiday_set 假日模式时间设置 String {“maxlen”: 255}
child_lock 童锁 Boolean {}
countdown 倒计时 Enum {“range”:[“cancel”,“1h”,“2h”,“3h”,“4h”,“5h”,“6h”,“7h”,“8h”,“9h”,“10h”,“11h”,“12h”,“13h”,“14h”,“15h”,“16h”,“17h”,“18h”,“19h”,“20h”,“21h”,“22h”,“23h”,“24h”]}
sensor_choose 传感器选择 Enum {“range”:[“in”,“out”]}
backlight 背光亮度 Integer {“unit”:“%”,“min”:0,“max”:100,“scale”:0,“step”:1}
backlight_enum 背光亮度快捷设置 Enum {“range”:[“closed”,“half_bright”,“full_bright”]}
temp_unit_convert 温标切换 Enum {“range”:[“c”,“f”]}
c_f 温标切换 Enum {“range”:[“C”,“F”]} 仅支持老版本
loop_mode 循环模式 Enum {“range”:[“auto”,“indoor_loop”,“outdoor_loop”]}
fan_speed_enum 风速设置 Enum {“range”:[“low”,“mid”,“high”,“off”]}