mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 21:02:38 +00:00
Reference to forked AD2USB interface, sample configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user