Skip to content

Commit

Permalink
#1 Added Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jul 2, 2018
1 parent 247bfe3 commit 4504a44
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
In some cases, the camera is not visible in Home-App:
* Press + on top right corner in Home-App
* Press `Add device`
* Pres `Code missing`
* Press `Code missing`
* Select Camera

# Configuration
Expand Down
194 changes: 193 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-website-to-camera",
"version": "1.0.2",
"version": "1.0.3",
"description": "shows the screenshot of a website as camera (image)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,6 +32,7 @@
"homepage": "https://github.com/werthdavid/homebridge-website-to-camera#readme",
"dependencies": {
"ip": "^1.1.5",
"phantomjs": "^2.1.7",
"capture-phantomjs": "^1.4.2"
}
}

0 comments on commit 4504a44

Please sign in to comment.