homebridge-timeout-lock
Version:
A simple Timeout switch for Hombridge, you can use this as lock for automations. For example to lock devices after wind sensor triggerd
28 lines (27 loc) • 760 B
JSON
{
"name": "homebridge-timeout-lock",
"version": "0.0.12",
"description": "A simple Timeout switch for Hombridge, you can use this as lock for automations. For example to lock devices after wind sensor triggerd",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/torbenberger/homebridge-timeout-lock.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homebridge-lock"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "Torben Berger",
"license": "ISC",
"bugs": {
"url": "https://github.com/torbenberger/homebridge-timeout-lock/issues"
},
"homepage": "https://github.com/torbenberger/homebridge-timeout-lock#readme"
}