1.0.4 • Published 6 years ago

homebridge-frontpoint v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

homebridge-frontpoint

Homebridge plugin for FrontPoint alarm systems.

Example config.json

{
    "platform": "FrontPoint",
    "name": "Security System",
    "username": "ENTER YOUR_USERNAME",
    "password": "ENTER YOUR PASSWORD",
    "armingModes": {
        "away": {
            "noEntryDelay": false,
            "silentArming": false
        },
        "night": {
            "noEntryDelay": false,
            "silentArming": true
        },
        "stay": {
            "noEntryDelay": false,
            "silentArming": true
        }
    }
}