Skip to content

Commit

Permalink
Merge pull request #27 from svrooij/development
Browse files Browse the repository at this point in the history
docs: Readme update
  • Loading branch information
svrooij authored Dec 27, 2019
2 parents a2c1abd + a1a2ad9 commit 5723201
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,15 @@ The **SonosEventListener** has some configuration options, which you'll need in

If none of these environment variables are set it will just use the default port and the first found non-internal ip.

## Others using node-sonos-ts

|Name|Maintainer|Description|
|----|----------|----------|
|[sonos2mqtt](https://github.com/svrooij/sonos2mqtt)|[@svrooij](https://github.com/svrooij)|A bridge between sonos and mqtt, so you can control all your sonos devices right from your mqtt server|
|[sonos-cli](https://github.com/svrooij/sonos-cli)|[@svrooij](https://github.com/svrooij)|An experimental command line interface for your sonos devices.|

Also using this library, but not in the list? Send a PR.

## Debugging

This library makes use of [node debug](https://www.npmjs.com/package/debug), if you want to see debug logs you can set the `DEBUG` environment variable to one of the following values.
Expand Down

0 comments on commit 5723201

Please sign in to comment.