homebridge-frontpoint
v1.0.4
Published
Homebridge plugin for FrontPoint alarm systems
Downloads
18
Maintainers
Readme
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
}
}
}