peter-murray / node-hue-api

Node.js Library for interacting with the Philips Hue Bridge and Lights
Apache License 2.0
1.19k stars 145 forks source link

Advanced Scene information lost #90

Closed solick closed 8 years ago

solick commented 8 years ago

Hi Peter,

great work thanks a lot.

I tried to get familiar with the new API features and stumbled over the following problem:

I call the getScenes function and get a list of all my scenes, but only with id, name, lights. No additional information found. I tried the debug console on my hue itself and all the additional information, like ownder, lastupdated, version etc. are displayed.

Do you have any idea?

solick commented 8 years ago

found it: package.json was limited to the 1.x version.