12 lines
249 B
Text
12 lines
249 B
Text
{
|
|
"mqtt": {"host": "localhost"},
|
|
"control": {"host": "localhost", "port": 10001},
|
|
"inputs": {
|
|
"aux1": ["1", "2"],
|
|
"sound": ["A", "B"],
|
|
"hdmi": ["C", "D"]
|
|
},
|
|
"outputs": {
|
|
"main": ["1", "2"]
|
|
}
|
|
}
|