homebridge-website-to-camera
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -28,3 +28,5 @@ "use strict"; | ||
log("identify"); | ||
callback(); | ||
if (!!callback) { | ||
callback(); | ||
} | ||
}); | ||
@@ -31,0 +33,0 @@ var cameraSource = new CameraSource(hap, conf, log); |
{ | ||
"name": "homebridge-website-to-camera", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "shows the screenshot of a website as camera (image)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1813545
341