Skip to content

Commit

Permalink
Added device list to the log
Browse files Browse the repository at this point in the history
  • Loading branch information
hubaksis committed Sep 23, 2021
1 parent 9a1bf04 commit 49bd5cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ public void onMessageReceived(MiIoSendCommand response) {
private void parseDeviceList(String str){
GatewayDevicesList message = new Gson().fromJson(str, GatewayDevicesList.class);
logger.info("Found devices count: {}", message.result.size());
logger.info("Devices: " + str);
//if(bridge != null)
// bridge.getDevicesListRequestCompleted(message);

Expand Down

0 comments on commit 49bd5cc

Please sign in to comment.