wink-js icon indicating copy to clipboard operation
wink-js copied to clipboard

Results 8 wink-js issues
Sort by recently updated
recently updated
newest added

When setting a brightness of 1% as shown below the result is 100% brightness. `wink.user().device("Lamp", function(device) { device.brightness(1, callback); });` One solution is to change line 38 of light.js to...

SDK is "unable to find devices", any idea why this would be?

It seems as though in the API calls made via wink-js, it is not getting the "desired_state" node in the JSON response, see this example from the debug logs: {"object_type":"light_bulb","object_id":"133xxxx","uuid":"cdb488fc-7d56-4c61-b7fe-xxx","icon_id":"71","icon_code":"light_bulb-light_bulb",...

When trying to setup [homebridge](https://github.com/nfarina/homebridge) & [homebridge-wink](https://github.com/KraigM/homebridge-wink), I ran into an issue (on node 7.3.0) that's both described & fixed by @tekuonline in https://github.com/KraigM/homebridge-wink/pull/67, which is basically just a fork...

This library is for v1 of Wink's API, correct? Any plans for releasing a v2 version? Is there any reason why it can't be done with v2?

I think the wink API should really be mocked out. It would allow the tests to run way faster and wouldn't require specific setup in your wink account to run...

There doesn't appear to be support for lighting groups, only individual lights. Group support would be very useful. That way multiple lights can turn on and off simultaneously. Wink doesn't...