We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bced99 commit 7c28f1dCopy full SHA for 7c28f1d
README.md
@@ -98,7 +98,7 @@ let options = {
98
id: 1,
99
hostname: '192.168.0.160',
100
username: 'admin',
101
- password: 'matrix@55901',
+ password: 'password',
102
port: 80
103
};
104
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-onvif-events",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "An implementation of Node.js that detects the events of your camera that works with the onvif protocol",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments