Skip to content

Commit

Permalink
Merge pull request #19 from Tom-Hirschberger/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Tom-Hirschberger authored Jul 21, 2023
2 parents 9352deb + eaa6532 commit 286835c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module.exports = NodeHelper.create({
let curDsIdx = dsIdx
let curCamName = camName
while (self.urlUpdateInProgress) {
Sleep(1000);
self.Sleep(1000);
}

if (typeof self.ds[dsIdx] !== "undefined" &&
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MMM-SynologySurveillance",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "MMM-SynologySurveillance.js",
"dependencies": {
Expand Down

0 comments on commit 286835c

Please sign in to comment.