Standard Instruction Set

Last Updated on : 2022-01-17 06:43:34download

This topic describes the standard instruction set of dehumidifiers (cs).

Code Name Data type Value constraint
switch Switch Boolean {}
countdown_set Countdown Enum {“range”:[“cancel”,“1h”,“2h”,“3h”]}
child_lock Child lock switch Boolean {}
sleep Sleep function Boolean {}
uv UV sterilization Boolean {}
heat Heating Boolean {}
light Light Boolean {}
anion Anion Boolean {}
defrost Defrost Boolean {}
swing Swing Boolean {}
mode Mode Enum {“range”:[“dehumidify”,“drying”,“continuous”]}
fan_speed_enum Speed Enum {“range”:[“low”,“mid”,“high”]}
dehumidify_set_enum Set the dehumidification value (enumeration type) Enum {“range”:[“10”,“20”,“30”,“40”,“50”]}
dehumidify_set_value Set the dehumidification value (numerical type) Integer {“unit”:“%”,“min”:35,“max”:80,“scale”:0,“step”:5}