node-red-contrib-hik-media-buffer 1.1.141 → 1.2.0

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.
@@ -127,7 +127,7 @@ module.exports = function(RED) {
127
127
  lastTriggerTime[channelID] = nowTime;
128
128
 
129
129
  node.status({fill:"yellow", shape:"dot", text:`Attesa (10s)...`});
130
- await new Promise(resolve => setTimeout(resolve, 10000));
130
+ await new Promise(resolve => setTimeout(resolve, 13000));
131
131
 
132
132
  const nvrAuth = new AxiosDigestAuth({ username: node.user, password: node.pass });
133
133
  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.141",
3
+ "version": "1.2.0",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",