node-red-contrib-hikvision-ultimate
Advanced tools
Comparing version 1.0.47 to 1.0.48
@@ -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.0.48</b> June 2021<br/> | ||
- Minor fix.<br/> | ||
</p> | ||
<p> | ||
<b>Version 1.0.47</b> April 2021<br/> | ||
@@ -9,0 +13,0 @@ - Alarm node: fixed an issue where the camera won't emit the intrusion detection event start, but only the end. Workaround for that.<br/> |
@@ -182,3 +182,3 @@ | ||
// DURATION EVENT (this is a uration event of some alarm not trapped) | ||
// DURATION EVENT (this is a uration event of some alarm not trapped) https://github.com/Supergiovane/node-red-contrib-hikvision-ultimate/issues/16 | ||
// { | ||
@@ -185,0 +185,0 @@ // "$": { |
{ | ||
"name": "node-red-contrib-hikvision-ultimate", | ||
"version": "1.0.47", | ||
"version": "1.0.48", | ||
"description": "A native set of nodes for Hikvision Cameras, Alarms, Radars etc.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
@@ -680,3 +680,3 @@ | ||
This is only a partial model list. Hikvision-Ultimate should work with basically ALL Hikvision devices.<br/> | ||
[Click HERE to view the list of tested devices](http://www.supergiovane.it:8080/?read=true&md=noCD&fw=no) | ||
[Click HERE to view the list of tested devices](http://80.211.147.27:8080/?read=true&md=noCD&fw=no) | ||
@@ -683,0 +683,0 @@ <br/> |
@@ -60,4 +60,4 @@ var http = require('http'); | ||
// Write | ||
// http://www.supergiovane.it:8080/?md=2CD&fw=2.33&nodeid=12123.44 | ||
// http://80.211.147.27:8080/?md=2CD&fw=2.33&nodeid=12123.44 | ||
// Read | ||
// http://www.supergiovane.it:8080/?read=true&md=noCD&fw=no | ||
// http://80.211.147.27:8080/?read=true&md=noCD&fw=no |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1423773