Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-hikvision-ultimate

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-hikvision-ultimate - npm Package Compare versions

Comparing version 1.1.2 to 1.1.5

img/accesscontrol.png

4

CHANGELOG.md

@@ -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/>

8

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc