Skip to content

Commit

Permalink
adjust code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Feb 13, 2021
1 parent b5d2432 commit fd8468c
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 @@ -1668,7 +1668,7 @@ function updateConnection() {
connTimeout = null;
}

// Virtual Devices API does not support PING
// Virtual Devices API does now also support PING (tested with 3.55.5.20201226 - see #308)
if (!eventInterval) {
adapter.log.debug('start ping interval');
eventInterval = setInterval(keepAlive, adapter.config.checkInitInterval * 1000 / 2);
Expand Down

0 comments on commit fd8468c

Please sign in to comment.