Updating README for registering bonob installation that is outside of lan

This commit is contained in:
simojenki
2021-05-14 16:14:12 +10:00
parent 0258c6e5a9
commit 3cb78fb050
2 changed files with 22 additions and 16 deletions

View File

@@ -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);
}
});