node-red-contrib-hik-media-buffer 1.1.36 → 1.1.38

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.
@@ -255,9 +255,7 @@ module.exports = function(RED) {
255
255
  const camTermica = node.cameras.find(c => c.channel == "2");
256
256
  if (camTermica && node.host === camTermica.ip) {
257
257
  currentEventList = EventListCAM;
258
- if (channelID === "1") {
259
- channelID = "2";
260
- }
258
+
261
259
  }
262
260
  let ev = "Unknown";
263
261
  for (let e of currentEventList) { if (data.includes(e.toLowerCase())) { ev = e; break; } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",