Reference to forked AD2USB interface, sample configuration

This commit is contained in:
Alistair Galbraith
2015-07-03 08:32:47 -07:00
parent c5a12e263e
commit 9a69bf72e1
2 changed files with 9 additions and 1 deletions

View File

@@ -112,6 +112,14 @@
"port": "2101",
"pin": "1234",
"arm": "Away"
},
{
"accessory": "AD2USB",
"name": "Alarm",
"description": "Arm, disarm, and status monitoring of the default partition for Honeywell/Ademco alarm systems. Requires network configured AD2USB interface",
"host": "192.168.1.200", // IP address of the SER2SOCK service
"port" : 4999, // Port the SER2SOCK process is running on
"pin": "1234" // PIN used for arming / disarming
}
]
}