Skip to content

Commit

Permalink
GuestWLAN debug
Browse files Browse the repository at this point in the history
  • Loading branch information
foxthefox authored Mar 5, 2017
1 parent 3cb28c7 commit 130b8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function main() {
function updateFritzGuest(){
fritz.getSessionID(username, password, moreParam).then(function(sid){
fritz.getGuestWlan(sid).then(function(listinfos){
adapter.log.info("Guest WLAN: "+JSON.stringify(listinfos));
adapter.log.debug("Guest WLAN: "+JSON.stringify(listinfos));
});
})
.catch(function(error) {
Expand Down

0 comments on commit 130b8d8

Please sign in to comment.