All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed issue #15:
the
HueBridgeDiscoveryService
returnedHueBridge
objects with their name and IP address reversed
- Bridge discovery: possibility to find any Bridges in the current LAN. UPnP and N-UPnP methods supported.
- Resourcelinks, accessible with the
getRaw()
method - Scenes, accessible with the
getRaw()
method - Possibility to activate a scene for a room
- Other types of light groups besides just lights and zones are now supported too
setCaching(boolean)
method. This caches the Bridge state (i.e. light, sensor and room states) and stops querying the Bridge unless explicitly told to do that by using therefresh()
method, or until caching is disabled again.setBrightness(int)
method forRoom
objects.
- Support for zones
- Getter methods for certain properties accessible with the
getRaw()
method
- Certain setter methods accessible with the
getRaw()
method
- Initial release