node-red-contrib-hikvision-ultimate
Advanced tools
Comparing version 1.1.2 to 1.1.5
@@ -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.1.5</b> March 2023<br/> | ||
- NEW: Added the Access Control Terminal node.<br/> | ||
</p> | ||
<p> | ||
<b>Version 1.1.2</b> January 2023<br/> | ||
@@ -9,0 +13,0 @@ - FIX: trying to fix the "reject" and "hangUp" function, sent to Door Station using the new V2 protocol.<br/> |
{ | ||
"name": "node-red-contrib-hikvision-ultimate", | ||
"version": "1.1.2", | ||
"version": "1.1.5", | ||
"description": "A native set of nodes for Hikvision (and compatible) Cameras, Alarms, Radars, NVR, Doorbells, etc.", | ||
@@ -24,2 +24,3 @@ "author": "Supergiovane (https://github.com/Supergiovane)", | ||
"door intercom", | ||
"access control terminal", | ||
"Ax Pro" | ||
@@ -41,2 +42,3 @@ ], | ||
"ANPR-config": "nodes/ANPR-config.js", | ||
"AccessControl-config":"nodes/AccessControl-config.js", | ||
"hikvisionUltimateText": "nodes/hikvisionUltimateText.js", | ||
@@ -50,5 +52,7 @@ "hikvisionUltimateAlarm": "nodes/hikvisionUltimateAlarm.js", | ||
"hikvisionUltimateDoorbell": "nodes/hikvisionUltimateDoorbell.js", | ||
"hikvisionUltimateAxPro": "nodes/hikvisionUltimateAxPro.js" | ||
"hikvisionUltimateAxPro": "nodes/hikvisionUltimateAxPro.js", | ||
"hikvisionUltimateAccessControlTerminal":"nodes/hikvisionUltimateAccessControlTerminal.js" | ||
} | ||
} | ||
} |
@@ -799,2 +799,48 @@ | ||
## Access Control Terminal node | ||
<img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-hikvision-ultimate/master/img/accesscontrolterminal.jpg' width="80%"> | ||
This node receives all events sent by your access control terminal, like, for example the DS-K1T502DBFWX-C.<br/> | ||
The node emits the payload as soon as it receives the event.<br/> | ||
You can filter by any type of event, alarm, exception, etc, or you can accept all incoming events<br/> | ||
<img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-hikvision-ultimate/master/img/accesscontrol.png' width="80%"> | ||
<br/> | ||
<br/> | ||
**Flow Messages** | ||
This is an example of payload.</br> | ||
**Output** | ||
```json | ||
{ | ||
"topic":"", | ||
"payload":{ | ||
"major":5, | ||
"minor":21, | ||
"time":"2023-03-18T18:37:54+01:00", | ||
"netUser":"", | ||
"doorNo":1, | ||
"type":0, | ||
"serialNo":735, | ||
"currentVerifyMode":"faceOrFpOrCardOrPw" | ||
}, | ||
"connected":true | ||
} | ||
``` | ||
![Logo](https://raw.githubusercontent.com/Supergiovane/node-red-contrib-hikvision-ultimate/master/img/madeinitaly.png) | ||
@@ -801,0 +847,0 @@ |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
4905181
83
4862
853
1
6