| | |
| | | new FunctionAttributes(){ key = "on_off",curValue = "on",state = "on" }, |
| | | new FunctionAttributes(){ key = "cac_valve",curValue = "on",state = "on" },//毛细阀 |
| | | new FunctionAttributes(){ key = "fh_valve",curValue = "on",state = "on" },//地暖阀 |
| | | new FunctionAttributes(){ key = "mode",curValue = "cool",state = "cool", value = new List<string>{ "cool","heat","fan"} }, |
| | | new FunctionAttributes(){ key = "mode",curValue = "cool",state = "cool", value = new List<string>{ "cool","heat"} }, |
| | | new FunctionAttributes(){ key = "set_temp",curValue = "20",state = "20",min = 16,max = 30 }, |
| | | new FunctionAttributes(){ key = "room_temp",curValue = "20",state = "20" }, |
| | | new FunctionAttributes(){ key = "dew_point_temp",curValue = "20",state = "20" },//露点温度 |