I've been working a long time on a sonos generator to generate a strong type client for sonos speakers really easy.
This generator is used in the typescript package as well, and I felt that everybody using node-sonos should also be able to use it.
For now the new services are not used in the library, yet. But only available at sonos.generatedServices.ServiceName(). They contain all possible parameters and a lot of parameters are documented as explained here.
What do you think @bencevans, is this something you want in your library?
With these new improvements ES6 classes, and these generated services we can maybe also release a production version?
@pascalopitz what do you think? Is this a nice fit with your ES6 classes?
I've been working a long time on a sonos generator to generate a strong type client for sonos speakers really easy.
This generator is used in the typescript package as well, and I felt that everybody using node-sonos should also be able to use it.
For now the new services are not used in the library, yet. But only available at
sonos.generatedServices.ServiceName()
. They contain all possible parameters and a lot of parameters are documented as explained here.What do you think @bencevans, is this something you want in your library?
With these new improvements ES6 classes, and these generated services we can maybe also release a production version?
@pascalopitz what do you think? Is this a nice fit with your ES6 classes?