An open API service indexing awesome lists of open source software.

https://github.com/jhurliman/homebridge-frontpoint

Homebridge plugin for FrontPoint alarm systems.
https://github.com/jhurliman/homebridge-frontpoint

alarm-panel frontpoint-security home-automation homebridge homebridge-plugin homekit

Last synced: about 2 months ago
JSON representation

Homebridge plugin for FrontPoint alarm systems.

Awesome Lists containing this project

README

        

# homebridge-frontpoint
Homebridge plugin for FrontPoint alarm systems.

## Example config.json

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