Skip to content

Commit

Permalink
update for timeout event
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry22 authored Aug 10, 2016
1 parent 4b0e5be commit e2d2579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,8 @@ Device Status Events
console.log("device disconnected");
//do something
}
if(event.eventType == "timeout"){
console.log("device connection timeout");
//do something
}
});

0 comments on commit e2d2579

Please sign in to comment.