|
|
@@ -93,8 +93,7 @@ public class KwBoxV1Controller extends BaseController { |
|
|
Map<String,Object> data = new HashMap<>(); |
|
|
Map<String,Object> data = new HashMap<>(); |
|
|
|
|
|
|
|
|
data.put(KwBoxService.PREFIX_SYS_STATUS,record.getRegisterStatus()); |
|
|
data.put(KwBoxService.PREFIX_SYS_STATUS,record.getRegisterStatus()); |
|
|
if (kwBox.getComKey() != null) |
|
|
|
|
|
data.put(KwBoxService.PREFIX_COM_KEY,kwBox.getComKey()); |
|
|
|
|
|
|
|
|
data.put(KwBoxService.PREFIX_COM_KEY,record.getComKey()); |
|
|
if (kwBox.getConfig() != null) |
|
|
if (kwBox.getConfig() != null) |
|
|
data.put(KwBoxService.PREFIX_CONFIG,kwBox.getConfig()); |
|
|
data.put(KwBoxService.PREFIX_CONFIG,kwBox.getConfig()); |
|
|
List<String> meters = kwBoxService.findMetersAddress(kwBox); |
|
|
List<String> meters = kwBoxService.findMetersAddress(kwBox); |
|
|
|