mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Listing devices and services on bonob page sourced from sonos devices
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sonos from "./sonos";
|
||||
import server from "./server";
|
||||
|
||||
const PORT = process.env["PORT"] || 3000;
|
||||
const PORT = process.env["PORT"] || 4534;
|
||||
|
||||
const app = server(sonos(process.env["BONOB_SONOS_SEED_HOST"]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user