node-red-contrib-hikvision-ultimate
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -7,2 +7,6 @@ <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.2.4</b> December 2024<br/> | ||
- Doorbell: fixed an issue introduced with 1.2.3, preventing the door to be open.<br/> | ||
</p> | ||
<p> | ||
<b>Version 1.2.1</b> September 2024<br/> | ||
@@ -9,0 +13,0 @@ - AX Pro: fixed an issue where occasionally, when malformed multipart data is sent from the AX Pro, there would be no NAK.<br/> |
@@ -247,3 +247,3 @@ | ||
var reqcontroller = new globalThis.AbortController(); // For aborting the stream request | ||
let reqController = new globalThis.AbortController(); // For aborting the stream request | ||
var options = { | ||
@@ -250,0 +250,0 @@ // These properties are part of the Fetch Standard |
@@ -438,3 +438,3 @@ | ||
//if (reqController !== null) reqController.abort().then(ok => { }).catch(err => { }); | ||
reqController.abort(); | ||
if (reqController !== null) reqController.abort(); | ||
} catch (error) { } | ||
@@ -441,0 +441,0 @@ } |
{ | ||
"name": "node-red-contrib-hikvision-ultimate", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A native set of nodes for Hikvision (and compatible) Cameras, Alarms, Radars, NVR, Doorbells, etc.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3401711