Skip to content

Commit

Permalink
Dependabot 2024.01
Browse files Browse the repository at this point in the history
  • Loading branch information
raschy committed Jan 2, 2024
1 parent 7df2d0a commit 5b95804
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 @@ -123,7 +123,7 @@ class Deyeidc extends utils.Adapter {
this.log.debug('Connected to server');
this.connectionActive = true;
this.setState('info.connection', { val: this.connectionActive, ack: true });
//client.setTimeout(10000);
//client.set_Time_out(10000);
resolve(client); // Successful connection, return the socket
});

Expand Down

0 comments on commit 5b95804

Please sign in to comment.