Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jan 7, 2014
1 parent f93a006 commit 5a847c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,22 @@ For example:
"inputZones": [
{
"logicalPosition": 0,
"deviceId": "ABCD",
"inputDeviceId": "ABCD",
"outputDeviceId": "IJKL",
"position": 0,
"name": "kids room"
},
{
"logicalPosition": 1,
"deviceId": "ABCD",
"inputDeviceId": "ABCD",
"outputDeviceId": "IJKL",
"position": 1,
"name": "garage"
},
{
"logicalPosition": 4,
"deviceId": "EFGH",
"inputDeviceId": "EFGH",
"outputDeviceId": "IJKL",
"position": 0,
"name": "guest house"
}
Expand Down

0 comments on commit 5a847c3

Please sign in to comment.