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

Nothing but { state: 'pending' } from getFullState() #84

Closed trymbill closed 8 years ago

trymbill commented 8 years ago

I've been using the HueApi for a few weeks now and for some reason I can't get the state of a light or the fullState. Running config() returns the correct bridge, ip, name, etc.

I'm running node-hue-api v2.2.0. Any clue what could be going on?

trymbill commented 8 years ago

Calling /api/[user-hash]/lights works, returns the lights state.

peter-murray commented 8 years ago

Could you please clarify what you are running an not getting the "fullState" from, i.e. the function that is missing the information?

The version 2.2.0 was just released yesterday which exposes the state and action configuration from lights and groups respectively.

peter-murray commented 8 years ago

Closing due to no further response