Skip to content

Commit

Permalink
Log 수정 iotoasis#320
Browse files Browse the repository at this point in the history
  • Loading branch information
pahnjy01 committed Jan 20, 2017
1 parent 054ee6d commit f4357b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public String deviceExecute(String deviceId,String deviceCommand, String session
/**
* Device 제어 후 제어 결과가 Success면 Device Subscription 요청
*/
if(resultMessage.getCode().equals(ClientProfile.RESPONSE_SUCCESS_ONEM2MCODE)) {
if(resultMessage.getCode().equals(ClientProfile.RESPONSE_SUCCESS_ONEM2MCODE) && false) {
// 디바이스 상태 저장.
device.setDeviceStatus(deviceCommand);
deviceStore.update(device);
Expand Down

0 comments on commit f4357b8

Please sign in to comment.