homebridge-frontpoint

1.0.4 • Public • Published

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
        }
    }
}

/homebridge-frontpoint/

    Package Sidebar

    Install

    npm i homebridge-frontpoint

    Weekly Downloads

    8

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    19 kB

    Total Files

    4

    Last publish

    Collaborators

    • jhurliman