removed required url, readme update
--- a/README.md
+++ b/README.md
@@ -16,6 +16,9 @@
url: "", // IP camera URL
username: "", // IP camera username
password: "", // IP camera password
+ resize: {
+ width: 800 // resize by width or height
+ }
}
```
--- a/onvif/snapshot.html
+++ b/onvif/snapshot.html
@@ -86,7 +86,7 @@
color: "#91d2f7",
defaults: {
name: {value: ""},
- url: {value: "", required: true},
+ url: {value: ""},
username: {value: ""},
password: {value: ""}
},
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-onvif",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A Node-RED node that interacts with ip cameras using the ONVIF protocol",
"repository": {
"type": "git",