homebridge-nest-cam2
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -50,3 +50,3 @@ 'use strict'; | ||
error.status = error.response && error.response.status; | ||
self.log.error('Error fetching cameras - ' + error.status); | ||
self.log.debug('Error updating camera info - ' + error.status); | ||
} | ||
@@ -91,3 +91,3 @@ } | ||
error.status = error.response && error.response.status; | ||
self.log.error('Error checking motion - ' + error.status); | ||
self.log.debug('Error checking motion - ' + error.status); | ||
} | ||
@@ -187,3 +187,3 @@ } | ||
}); | ||
self.api.sendPromiseRequest(self.apiHost, '/get_image?' + query, 'GET') | ||
self.api.sendPromiseRequest(self.apiHost.slice(8), '/get_image?' + query, 'GET') | ||
.then((response) => { | ||
@@ -190,0 +190,0 @@ callback(undefined, response); |
{ | ||
"name": "homebridge-nest-cam2", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Nest cam plugin for homebridge: https://homebridge.io/", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
@@ -6,3 +6,3 @@ # homebridge-nest-cam2 | ||
[![NPM](https://nodei.co/npm/homebridge-nest-cam2.png?compact=true)](https://nodei.co/npm/homebridge-nest-cam2/) | ||
[![Beerpay](https://beerpay.io/Brandawg93/homebridge-nest-cam2/badge.svg)](https://beerpay.io/Brandawg93/homebridge-nest-cam2) | ||
[![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=CEYYGVB7ZZ764&item_name=homebridge-nest-cam2¤cy_code=USD&source=url) | ||
![npm](https://img.shields.io/npm/dt/homebridge-nest-cam2) | ||
@@ -9,0 +9,0 @@ |
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
60379