I am working on an app that uses the Philips Hue SDK. I want to perform an action if after sunset. It looks like there is a sensor on the bridge that can return true or false if the user is currently under daylight.
I'm finding the documentation is a little lacking in this area, or at least I'm not finding it. I've found http://www.developers.meethue.com/documentation/supported-sensors but it gives no information about how to use it. The only other thing I've found is http://www.developers.meethue.com/documentation/java-sdk-getting-started#usingSensors which just says how to find new sensors. I don't want all sensors, I just want to access the daylight sensor and just do a check is it daylight and if not do something.