Skip to content

Commit

Permalink
Merge pull request #678 from hillinator/patch-1
Browse files Browse the repository at this point in the history
set Timeout POST RegaRequest to 300
  • Loading branch information
thkl authored May 4, 2024
2 parents b0f28aa + e500334 commit 8073d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/HomeMaticRegaRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class HomeMaticRegaRequest {
port: '8181',
path: '/tclrega.exe',
method: 'POST',
timeout: 300,
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
'Content-Length': script.length
Expand Down

0 comments on commit 8073d7f

Please sign in to comment.