Skip to content

Commit

Permalink
add office
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayworth committed Nov 18, 2020
1 parent 5fae7c8 commit 00c37d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ const config = {
host: '192.168.1.29',
port: 1705,
streams: [
{
id: 'office',
clients: ['office'],
priority: 1,
},
{
id: 'bedroom',
clients: ['bedroom'],
Expand Down Expand Up @@ -45,6 +50,7 @@ const config = {
'bathroom',
'kitchen',
'livingroom',
'office',
],
priority: 3,
}
Expand Down

0 comments on commit 00c37d3

Please sign in to comment.