Skip to content

benzman81/homebridge-shell-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-shell-lock

A lock that can trigger shell commands.

Configuration

Example config.json:

{
    "platforms": [
        {
            "platform": "ShellLockPlatform",
            "cache_directory": "./.node-persist/storage", // (optional, default: "./.node-persist/storage")
            "locks": [
                {
                    "id": "someLockId1",
                    "name": "Front Door",
                    "lockCommand": "ls -l",
                    "unlockCommand": "ps aux",
                    "autoLock": 5000 // (optional)
                }
            ]
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published