node-red-contrib-hik-media-buffer 1.1.124 → 1.1.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -125,8 +125,8 @@ module.exports = function(RED) {
125
125
  if (nowTime - lastTriggerTime[channelID] < 5000) return;
126
126
  lastTriggerTime[channelID] = nowTime;
127
127
 
128
- node.status({fill:"yellow", shape:"dot", text:`Attesa scrittura NVR (10s)...`});
129
- await new Promise(resolve => setTimeout(resolve, 10000));
128
+ node.status({fill:"yellow", shape:"dot", text:`Attesa scrittura NVR (50s)...`});
129
+ await new Promise(resolve => setTimeout(resolve, 50000));
130
130
 
131
131
  const nvrAuth = new AxiosDigestAuth({ username: node.user, password: node.pass });
132
132
  const referenceTime = new Date();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.1.124",
3
+ "version": "1.1.125",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",