Ignacio Bona Piedrabuena
Ignacio Bona Piedrabuena
Here it is: https://github.com/KraigM/homebridge-nest/pull/115/files for the impatient: https://www.npmjs.com/package/homebridge-nest-debounced
There is an extra comma at the end of platforms.
It happened the same thing to me. Looks like homekit is making a lot of calls when you move the slider. I think it will be a good idea to...
Here it is: https://github.com/KraigM/homebridge-nest/pull/115/files for the impatient: https://www.npmjs.com/package/homebridge-nest-debounced
https://github.com/KraigM/homebridge-nest/issues/82 https://github.com/KraigM/homebridge-nest/issues/83 https://github.com/KraigM/homebridge-nest/issues/37 Looks like same issue. I can implement a debounce here and submit a PR.
Here it is: https://github.com/KraigM/homebridge-nest/pull/115/files for the impatient: https://www.npmjs.com/package/homebridge-nest-debounced
Hi! I developed an js library to connect with Sphero mini! It is still a little bit work in progress: https://github.com/igbopie/spherov2.js
Sure, in the example provided ``` outputPaths: { app: { html: 'index.html', css: { 'app': '/assets/css/application-name.css' }, js: '/assets/js/application-name.js' }, vendor: { css: '/assets/css/vendor.css', js: '/assets/js/vendor.js' } } ``` the...
I am trying to build a js lib for the new toys, I will get back when I get it working :)
@xocialize Got it working with my sdk! adding more functionality right now and making it more robust implementation.