homebridge-gate-latch
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,8 +5,8 @@ "use strict"; | ||
exports.InitDoorbellInterface = () => { | ||
return new python_shell_1.PythonShell('~/doorbell/door-monitor.py', { | ||
return new python_shell_1.PythonShell('door-monitor.py', { | ||
mode: 'text', | ||
pythonPath: '/usr/bin/python3', | ||
pythonOptions: ['-u'], | ||
scriptPath: 'python/', | ||
scriptPath: '../', | ||
}); | ||
}; |
{ | ||
"name": "homebridge-gate-latch", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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
8104