node-red-contrib-hikvision-ultimate
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -7,5 +7,4 @@ <p align="center"><img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-hikvision-ultimate/master/img/logo.png' width="40%"></p> | ||
<p> | ||
<b>Version 1.0.34</b> April 2021<br/> | ||
<b>Version 1.0.35</b> April 2021<br/> | ||
- PICTURE node is now compatible with hybrid NVR both for analog and for IP cameras. Thanks to smcgann99 for raising the issue.<br/> | ||
</p> | ||
@@ -12,0 +11,0 @@ <p> |
@@ -67,3 +67,3 @@ | ||
node.variabilizeManipulation(config); | ||
node.urlImage = ["/ISAPI/ContentMgmt/StreamingProxy/channels/" + node.channelID + "01/picture", "/ISAPI/Streaming/channels/" + node.channelID + "01/picture"]; // Stores all URLS the node will try to get images from | ||
node.urlImage = ["/ISAPI/Streaming/channels/" + node.channelID + "01/picture", "/ISAPI/ContentMgmt/StreamingProxy/channels/" + node.channelID + "01/picture"]; // Stores all URLS the node will try to get images from | ||
node.urlImageCurrentIndex = 0; // Stores the valid URL | ||
@@ -70,0 +70,0 @@ |
{ | ||
"name": "node-red-contrib-hikvision-ultimate", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "A native set of nodes for Hikvision Cameras, Alarms, Radars etc.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
1413718