node-red-contrib-hik-media-buffer 1.1.130 → 1.1.131

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.
@@ -147,8 +147,8 @@ module.exports = function(RED) {
147
147
  const nomeCamera = await getCameraName(channelID);
148
148
  node.status({fill:"yellow", shape:"dot", text:`Download Cam ${channelID}...`});
149
149
 
150
- const inizioFinestra = new Date(referenceTime.getTime() - (2 * 60 * 1000));
151
- const fineFinestra = new Date(referenceTime.getTime() + (2 * 60 * 1000));
150
+ const inizioFinestra = new Date(referenceTime.getTime() - (10 * 1000));
151
+ const fineFinestra = new Date(referenceTime.getTime() + (10 * 1000));
152
152
 
153
153
  const startVideoSearch = toHikSearchDate(inizioFinestra);
154
154
  const endVideoSearch = toHikSearchDate(fineFinestra);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.1.130",
3
+ "version": "1.1.131",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",