Skip to content

Commit

Permalink
ASUS logout.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed May 24, 2015
1 parent 1dd8e97 commit 1a80d59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/it/albertus/router/reader/AsusDslN12EReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ public Map<String, String> readInfo() throws IOException {
return info;
}

@Override
public void logout() throws IOException {
out.println("Logging out...");
writeToTelnet("exit");
}

@Override
public String getDeviceModel() {
return DEVICE_MODEL;
Expand Down

0 comments on commit 1a80d59

Please sign in to comment.