睿芯独立
This commit is contained in:
parent
921f5b6d38
commit
456730cc69
|
|
@ -340,7 +340,7 @@ public class SomeServer {
|
|||
//柜灯状态
|
||||
dataMap.put(strSrc + "Result7", receive.getSarkLamp() == 1 ? "开" : "关");
|
||||
//加热制冷控制开关
|
||||
dataMap.put(strSrc + "Result8", receive.getIsRefrigeration() == 1 ? "开" : "关");
|
||||
dataMap.put(strSrc + "Result8", receive.getOnoff5() == 1 ? "制冷" : "加热");
|
||||
dataMap.put(strSrc + "Wendu", (float) receive.getWendu() / 10 + "");
|
||||
json.put("result", "onoff");
|
||||
json.put("data", dataMap);
|
||||
|
|
@ -700,8 +700,8 @@ public class SomeServer {
|
|||
map14.put("onOff4Checkbox", "灯3");
|
||||
map14.put("onOff5Checkbox", "灯4");
|
||||
map14.put("onOff6Checkbox", "柜灯开关");
|
||||
map14.put("onOff7Checkbox", "加热制冷开关");
|
||||
map14.put("onOff7Checkbox", "加热制冷切换");
|
||||
showNameMap.put(str1[14], map14);
|
||||
orderNumberMap.put(str1[14], new int[]{-1, 14, 1, 2, 3, 4, 13});
|
||||
orderNumberMap.put(str1[14], new int[]{-1, 14, 1, 2, 3, 4, 13, 5});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue