Robin Bolscher

Results 6 comments of Robin Bolscher

Just pitching in, I have got a related problem: My NPM module (called `my-module`) depends on `[email protected]`, a dependency of `my-module` (called `my-module-dep` has the same `[email protected]` dependency. NPM will...

I changed the `interative-cli.js` to this (using the `messageHandlerTimeout` of 90000): ``` client.on('light-new', function(light) { console.log('New light found.'); console.log('ID: ' + light.id); console.log('IP: ' + light.address + ':' + light.port);...

It seems the iOS app does receive broadcasts from the bulb when I change its state externally, so all properties as color, temperature, onoff, seem to be broadcasted. If the...

It might indeed be that the mobile app initiates the polling, of which I say the responses being send over the network from the bulb to my computer. I did...

Thanks for the quick reply! Unfortunately there are devices around with longer service names. Android TV's for example use a name with 16 chars (excluding leading underscore). They can be...

I am looking for that functionality as well! It is relatively easy to convert XYZ to xyY, and since this library provides XYZ -> RGB you can basically do anything...