node-red-contrib-hikvision-ultimate
Advanced tools
Comparing version 1.0.40 to 1.0.41
@@ -7,3 +7,3 @@ <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.40</b> April 2021<br/> | ||
<b>Version 1.0.41</b> April 2021<br/> | ||
- Picture Image: Better handling of automatic URLs selection.<br/> | ||
@@ -10,0 +10,0 @@ - Picture Image: fixed a false status whenever an alarm node receives an alarm.<br/> |
@@ -17,2 +17,3 @@ | ||
node.setNodeStatus = ({ fill, shape, text }) => { | ||
@@ -36,5 +37,6 @@ var dDate = new Date(); | ||
node.textoverlayFont = (_config.textoverlayFont === null || _config.textoverlayFont === undefined || _config.textoverlayFont.trim() === "") ? "FONT_SANS_32_WHITE" : _config.textoverlayFont; | ||
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.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 | ||
if (node.urlImageCurrentIndex > node.urlImage.length - 1) node.urlImageCurrentIndex = 0; | ||
@@ -41,0 +43,0 @@ if (node.cropimage !== "" && node.cropimage.split(",").length === 4) { |
{ | ||
"name": "node-red-contrib-hikvision-ultimate", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "A native set of nodes for Hikvision Cameras, Alarms, Radars etc.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
1416441
1515