| | |
| | | //new FunctionAttributes(){ key = "",curValue = "",state = "" }, |
| | | } |
| | | }); |
| | | FunctionList.List.Functions.Add(new Function |
| | | { |
| | | name = "测试温控器", |
| | | spk = SPK.HvacCac, |
| | | attributes = new List<FunctionAttributes> |
| | | { |
| | | 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 = "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" },//露点温度 |
| | | new FunctionAttributes(){ key = "surface_temp",curValue = "20",state = "20" },//表面温度 |
| | | new FunctionAttributes(){ key = "energy_saving",curValue = "true",state = "true" },//节能 |
| | | new FunctionAttributes(){ key = "room_humidity",curValue = "66",state = "66" }, |
| | | //new FunctionAttributes(){ key = "",curValue = "",state = "" }, |
| | | } |
| | | }); |
| | | |
| | | //FunctionList.List.Functions.Add(new Function |
| | | //{ |