mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Updating README for registering bonob installation that is outside of lan
This commit is contained in:
@@ -16,5 +16,9 @@ sonosSystem.register(bonob).then((success) => {
|
||||
logger.info(
|
||||
`Successfully registered ${bonob.name}(SID:${bonob.sid}) with sonos`
|
||||
);
|
||||
process.exit(0);
|
||||
} else {
|
||||
logger.error(`Failed to register ${bonob.name}(SID:${bonob.sid}) with sonos!!`)
|
||||
process.exit(1);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user