Patrick Fiaux
Patrick Fiaux
I was able to solve this by using https://github.com/charto/autogypi with the `autogypi.json` file and adding something like `"install": "mkdir -p ./build && cp -R node_modules/my-lib/build/* ./build",` to my package.json.
Actually it would be nice to avoid this work around, it feels like a hack to need that. Would it be possible for `findCompiledModule` to resolve the path based on...
After doing some digging I think I found a solution, `init`, `find` and `findCompiledModule` take a basepath parameter which defaults to pwd at some point. So from my `libModule` if...
I would be interested to give a try at this. What's a good way to start? Also would append need to stick around as deprecated until something like v1.0.0 to...
We've updated the next branch with some features that will be available in the next firmware release. One of them is a limited set of icon buttons, here's an example:...
That's a good point, making it optional is one thing i guess that goes in the lines of #113. Using the other devices is a bit more tricky because it...
As discussed in https://github.com/NEEOInc/neeo-sdk/issues/123 the favorite feature should be flexible to accommodate different scenarios: * Favorites as callbacks from the Brain, without custom source or list. * using the built...
First version of this feature will only cover the favorite handler callback (search and get/set will still be done on the Brain). Most likely this will be the API: ```...
Currently the channel number will be the numbers defined in the app by the user when adding the favorites, which allows numbers and some separators, however no script/url at the...
@Webunity that looks right, button has had the parameters flipped for backwards compatibility reasons that remains. Most other callbacks will use deviceId first.