homebridge-gate-latch
Advanced tools
Comparing version 1.0.4 to 1.0.5
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const python_shell_1 = require("python-shell"); | ||
const path_1 = __importDefault(require("path")); | ||
exports.InitDoorbellInterface = () => { | ||
const scriptPath = path_1.default.dirname(__dirname).split(path_1.default.sep).pop(); | ||
return new python_shell_1.PythonShell('door-monitor.py', { | ||
@@ -9,4 +14,4 @@ mode: 'text', | ||
pythonOptions: ['-u'], | ||
scriptPath: '../', | ||
scriptPath, | ||
}); | ||
}; |
{ | ||
"name": "homebridge-gate-latch", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "voxmatt", | ||
@@ -5,0 +5,0 @@ "description": "Doorbell plugin for Homebridge to enable control of an old doorbell and front-gate latch", |
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
8375
150