mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
When running bonob outside of sonos network ability to register with sonos using remote bonob
This commit is contained in:
@@ -132,7 +132,7 @@ const setupDiscovery = (
|
||||
sonosSeedHost?: string
|
||||
): Promise<boolean> => {
|
||||
if (sonosSeedHost == undefined || sonosSeedHost == "") {
|
||||
logger.info("Trying to auto discover sonos devices");
|
||||
logger.info("Trying to discover sonos devices");
|
||||
return manager.InitializeWithDiscovery(10);
|
||||
} else {
|
||||
logger.info(`Trying to discover sonos devices using seed ${sonosSeedHost}`);
|
||||
|
||||
Reference in New Issue
Block a user