|
|
@ -53,6 +53,10 @@ public class TotalElectricMeterController { |
|
|
|
Map<String, Object> map2 = new HashMap<>(); |
|
|
|
Map<String, Object> map2 = new HashMap<>(); |
|
|
|
map2.put("deviceId", dev.getDeviceId()); |
|
|
|
map2.put("deviceId", dev.getDeviceId()); |
|
|
|
map2.put("deviceName", dev.getDeviceName()); |
|
|
|
map2.put("deviceName", dev.getDeviceName()); |
|
|
|
|
|
|
|
map2.put("deviceId", dev.getDeviceId()); |
|
|
|
|
|
|
|
map2.put("intemp", null); |
|
|
|
|
|
|
|
map2.put("outtemp", null); |
|
|
|
|
|
|
|
map2.put("temp", null); |
|
|
|
maps2.add(map2); |
|
|
|
maps2.add(map2); |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|