Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed Aug 18, 2019
1 parent bba778c commit 8d65d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports.getIpwebcam = function (address, port, username, password) {
if (json.hasOwnProperty("light") && !isEmpty(json.light.data)) {
var lux = json.light.data[0][1][0];
} else {
var lux =
var lux = 0;
//return reject('err_sensor_light'); do not throw error to support devices with missing image sensor
}

Expand Down

0 comments on commit 8d65d5a

Please sign in to comment.