node-red-contrib-hikvision-ultimate
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -5,2 +5,7 @@ # node-red-contrib-hikvision-ultimate | ||
<p> | ||
<b>Version 0.0.8 BETA</b> November 2020<br/> | ||
- ANPR node now emits connect and disconnect messages. | ||
- Fixes and improvements. | ||
</p> | ||
<p> | ||
<b>Version 0.0.7 BETA</b> November 2020<br/> | ||
@@ -7,0 +12,0 @@ - ANPR node now works and correclty handles the plates queue by disregarding old plates. |
@@ -60,3 +60,3 @@ | ||
if (data) { | ||
node.isConnected = true; | ||
node.lastPicName = ""; | ||
@@ -63,0 +63,0 @@ var oPlates = null; |
{ | ||
"name": "node-red-contrib-hikvision-ultimate", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A native set of node for Hikvision Cameras, Alarms, Radars etc.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
433104
397