Skip to content

Instantly share code, notes, and snippets.

@bdwilson
Created September 5, 2019 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdwilson/1b8bb787f66308ffd147e08126bc664f to your computer and use it in GitHub Desktop.
Save bdwilson/1b8bb787f66308ffd147e08126bc664f to your computer and use it in GitHub Desktop.
{
"port": 8080,
"authCode": "thisisasecret",
"envisalink": {
"address": "192.168.1.3",
"port": "4025",
"password": "userpassword",
"securityCode": "1234",
"dumpZoneTimer": "0",
"panelConfig": {
"type": "discover",
"partitions": [
{
"partition": 1,
"name": "Honeywell Security Panel"
}
],
"zones": [
{
"zone": 1,
"type": "smoke",
"name": "Smoke Detector"
},
{
"zone": 2,
"type": "contact",
"name": "Front Door"
},
{
"zone": 3,
"type": "contact",
"name": "Garage Door"
},
{
"zone": 4,
"type": "contact",
"name": "Back Door"
},
{
"zone": 5,
"type": "motion",
"name": "Foyer Motion"
},
{
"zone": 6,
"type": "motion",
"name": "Master Motion"
},
{
"zone": 7,
"type": "contact",
"name": "Master Glass"
},
{
"zone": 8,
"type": "contact",
"name": "Kitchen and Dining Glass"
}
]
}
},
"notify": {
"address": "192.168.1.16",
"port": "39501"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment